Commit 618c1ad6 authored by Walmyr Lima e Silva Filho's avatar Walmyr Lima e Silva Filho

Merge branch 'quarantine-non-deterministic-test' into 'master'

Quarantine a non-deterministic test

See merge request gitlab-org/gitlab!17768
parents 63eb5a66 6b030ace
# frozen_string_literal: true
module QA
context 'Plan' do
# https://gitlab.com/gitlab-org/quality/nightly/issues/146
context 'Plan', :quarantine do
describe 'Multiple assignees per issue' do
before do
Runtime::Browser.visit(:gitlab, Page::Main::Login)
......@@ -30,6 +31,7 @@ module QA
Page::Project::Issue::Show.perform do |show|
show.assign(@user_2)
expect(show).to have_content "assigned to @#{@user_2.username}"
expect(show.avatar_image_count).to be 2
expect(show.assignee_title).to have_content '2 Assignees'
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