Change spinach tab tests to fit new tabs navigation
This commit is contained in:
parent
38ecec4472
commit
753ecbdcec
3 changed files with 38 additions and 29 deletions
|
@ -10,6 +10,10 @@ class ProjectActiveTab < Spinach::FeatureSteps
|
|||
ensure_active_main_tab('Home')
|
||||
end
|
||||
|
||||
Then 'the active main tab should be Settings' do
|
||||
ensure_active_main_tab('Settings')
|
||||
end
|
||||
|
||||
Then 'the active main tab should be Files' do
|
||||
ensure_active_main_tab('Files')
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue