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
|
@ -125,6 +125,10 @@ module SharedPaths
|
|||
visit project_path(@project)
|
||||
end
|
||||
|
||||
Given "I visit my project's settings page" do
|
||||
visit edit_project_path(@project)
|
||||
end
|
||||
|
||||
Given "I visit my project's files page" do
|
||||
visit project_tree_path(@project, root_ref)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue