Skip to content
Snippets Groups Projects
Unverified Commit 5610e415 authored by Rémy Coutable's avatar Rémy Coutable
Browse files

Add a few missing `project.visit!`


Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent e0632a21
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -11,9 +11,10 @@ module QA
Page::Main::Menu.perform { |main| main.sign_out }
Page::Main::Login.act { sign_in_using_credentials }
 
Factory::Resource::Project.fabricate! do |resource|
project = Factory::Resource::Project.fabricate! do |resource|
resource.name = 'add-member-project'
end
project.visit!
 
Page::Project::Menu.act { click_members_settings }
Page::Project::Settings::Members.perform do |page|
Loading
Loading
Loading
Loading
@@ -17,6 +17,7 @@ module QA
project.name = 'file-template-project'
project.description = 'Add file templates via the Web IDE'
end
@project.visit!
 
# Add a file via the regular Files view because the Web IDE isn't
# available unless there is a file present
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment