Commit 69ea38dc authored by Rémy Coutable's avatar Rémy Coutable

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
......@@ -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 = [
......
......@@ -27,7 +27,7 @@ module QA
page.commit_changes
end
Page::Menu::Main.act { sign_out }
Page::Main::Menu.act { sign_out }
end
templates = [
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment