Commit 1310bff4 authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'qa-shl-update-mattermost-spec' into 'master'

Fix login to mattermost e2e specs

See merge request gitlab-org/gitlab!85285
parents 9d5c0040 38c56b63
......@@ -11,7 +11,7 @@ module QA
Page::Mattermost::Login.perform(&:sign_in_using_oauth)
Page::Mattermost::Main.perform do |mattermost|
expect(mattermost).to have_content(/(Welcome to: Mattermost|Logout GitLab Mattermost)/)
expect(mattermost).to have_content(/(GitLab Mattermost|What’s the name of your organization)/)
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