Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot 2022-04-18 12:08:36 +00:00
parent 3214405088
commit 1a4b09cbe4
1 changed files with 1 additions and 1 deletions

View File

@ -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|Whats the name of your organization)/)
end
end
end