summaryrefslogtreecommitdiff
path: root/qa/qa/specs/features/browser_ui/7_configure
diff options
context:
space:
mode:
authorDan Davison <ddavison@gitlab.com>2019-07-18 05:25:07 +0000
committerMark Lapierre <mlapierre@gitlab.com>2019-07-18 05:25:07 +0000
commit9599936cb2b62724668d3c708d346c7c44894442 (patch)
treebf1688fe11f1454b7535d2b415c0f423ada9e5d5 /qa/qa/specs/features/browser_ui/7_configure
parent037096ef6c2c2f804302efb429bcd1eb5123b5e9 (diff)
downloadgitlab-ce-9599936cb2b62724668d3c708d346c7c44894442.tar.gz
Refactor all existing usages of .act
Replace any occurance of .act with the preferred method .perform
Diffstat (limited to 'qa/qa/specs/features/browser_ui/7_configure')
-rw-r--r--qa/qa/specs/features/browser_ui/7_configure/mattermost/create_group_with_mattermost_team_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/qa/specs/features/browser_ui/7_configure/mattermost/create_group_with_mattermost_team_spec.rb b/qa/qa/specs/features/browser_ui/7_configure/mattermost/create_group_with_mattermost_team_spec.rb
index 8383dcdb983..94d20106de4 100644
--- a/qa/qa/specs/features/browser_ui/7_configure/mattermost/create_group_with_mattermost_team_spec.rb
+++ b/qa/qa/specs/features/browser_ui/7_configure/mattermost/create_group_with_mattermost_team_spec.rb
@@ -5,8 +5,8 @@ module QA
describe 'Mattermost support' do
it 'user creates a group with a mattermost team' do
Runtime::Browser.visit(:gitlab, Page::Main::Login)
- Page::Main::Login.act { sign_in_using_credentials }
- Page::Main::Menu.act { go_to_groups }
+ Page::Main::Login.perform(&:sign_in_using_credentials)
+ Page::Main::Menu.perform(&:go_to_groups)
Page::Dashboard::Groups.perform do |page|
page.click_new_group