Fix login with mattermost e2e specs

parent 1b5ea408
...@@ -11,7 +11,7 @@ module QA ...@@ -11,7 +11,7 @@ module QA
Page::Mattermost::Login.perform(&:sign_in_using_oauth) Page::Mattermost::Login.perform(&:sign_in_using_oauth)
Page::Mattermost::Main.perform do |mattermost| 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 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