Created
February 3, 2016 22:57
-
-
Save Killavus/27197586108f9e33582f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
view.instance().populateSubnavigation(secondaryURLMapOne); | |
const secondaryNav = view.find(".navbar-rt-secondary"); | |
const navItems = secondaryNav.find(NavItem); | |
assert.equal(1, navItems.length); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment