Commit 52af120f authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'qa-mattermost-spec-retry' into 'master'

Add retry on exception to mattermost login spec

See merge request gitlab-org/gitlab-ce!31243
parents 6b025c17 63f395f9
......@@ -7,6 +7,7 @@ module QA
Runtime::Browser.visit(:gitlab, Page::Main::Login)
Page::Main::Login.perform(&:sign_in_using_credentials)
Support::Retrier.retry_on_exception do
Runtime::Browser.visit(:mattermost, Page::Mattermost::Login)
Page::Mattermost::Login.perform(&:sign_in_using_oauth)
......@@ -16,4 +17,5 @@ module QA
end
end
end
end
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