summaryrefslogtreecommitdiff
path: root/qa/qa/factory/resource/ssh_key.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/factory/resource/ssh_key.rb')
-rw-r--r--qa/qa/factory/resource/ssh_key.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/qa/factory/resource/ssh_key.rb b/qa/qa/factory/resource/ssh_key.rb
index 6c872f32d16..45236f69de9 100644
--- a/qa/qa/factory/resource/ssh_key.rb
+++ b/qa/qa/factory/resource/ssh_key.rb
@@ -27,8 +27,8 @@ module QA
end
def fabricate!
- Page::Menu::Main.act { go_to_profile_settings }
- Page::Menu::Profile.act { click_ssh_keys }
+ Page::Main::Menu.act { go_to_profile_settings }
+ Page::Profile::Menu.act { click_ssh_keys }
Page::Profile::SSHKeys.perform do |page|
page.add_key(public_key, title)