Skip to content
Snippets Groups Projects

Resolve "Move sub_nav content above the content-wrapper class"

Merged Mike Greiling requested to merge 29880-refactor-sidebar-hacks into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -61,7 +61,7 @@ def open_project_settings_menu
click_link('Settings')
end
page.within('.page-with-layout-nav .sub-nav') do
page.within('.sub-nav') do
click_link('Members')
end
end
Loading