Commit aa98013b authored by Walmyr Lima's avatar Walmyr Lima

Update test to use perform instead of act

parent e1eb198b
...@@ -7,7 +7,7 @@ module QA ...@@ -7,7 +7,7 @@ module QA
it 'user promotes issue to an epic' do it 'user promotes issue to an epic' do
Runtime::Browser.visit(:gitlab, Page::Main::Login) Runtime::Browser.visit(:gitlab, Page::Main::Login)
Page::Main::Login.act { sign_in_using_credentials } Page::Main::Login.perform(&:sign_in_using_credentials)
group = Resource::Group.fabricate_via_api! group = Resource::Group.fabricate_via_api!
......
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