Skip to content

Instantly share code, notes, and snippets.

@Killavus
Created February 3, 2016 22:57
Show Gist options
  • Save Killavus/27197586108f9e33582f to your computer and use it in GitHub Desktop.
Save Killavus/27197586108f9e33582f to your computer and use it in GitHub Desktop.
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