Skip to content
Snippets Groups Projects
Commit 69ea38dc authored by Rémy Coutable's avatar Rémy Coutable
Browse files

Merge branch 'ce-quality-nightly-22-fix-uninitialized-constant-QA-Page-Menu-qa' into 'master'

[QA] Fix a wrong constant name

Closes gitlab-org/quality/nightly#22

See merge request gitlab-org/gitlab-ce!22264
parents 39702ce6 998b598f
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -18,7 +18,7 @@ module QA
project.description = 'Add file templates via the Files view'
end
 
Page::Menu::Main.act { sign_out }
Page::Main::Menu.act { sign_out }
end
 
templates = [
Loading
Loading
Loading
Loading
@@ -27,7 +27,7 @@ module QA
page.commit_changes
end
 
Page::Menu::Main.act { sign_out }
Page::Main::Menu.act { sign_out }
end
 
templates = [
Loading
Loading
Loading
Loading
@@ -66,7 +66,7 @@ module QA
expect(pipeline).to have_build('production', status: :success, wait: 1200)
end
 
Page::Menu::Side.act { click_operations_environments }
Page::Project::Menu.act { click_operations_environments }
Page::Project::Operations::Environments::Index.perform do |index|
index.go_to_environment('production')
end
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