moduleSharedSidebarActiveTabincludeSpinach::DSLstep'the active main tab should be Help'doensure_active_main_tab('Help')endstep'no other main tabs should be active'doexpect(page).tohave_selector('.nav-sidebar > li.active',count: 1)enddefensure_active_main_tab(content)expect(find('.nav-sidebar li.active')).tohave_content(content)endstep'the active main tab should be Home'doensure_active_main_tab('Projects')endstep'the active main tab should be Projects'doensure_active_main_tab('Projects')endstep'the active main tab should be Issues'doensure_active_main_tab('Issues')endstep'the active main tab should be Merge Requests'doensure_active_main_tab('Merge Requests')endstep'the active main tab should be Help'doensure_active_main_tab('Help')endend