Commit 7bedfaca authored by charlie ablett's avatar charlie ablett

Merge branch 'alberts-quarantine-sidebar-spec' into 'master'

Quarantine flaky tests in sidebar_spec and sidebar_deprecated_spec

See merge request gitlab-org/gitlab!62790
parents 47111459 70486b01
......@@ -39,7 +39,7 @@ RSpec.describe 'Issue Boards', :js do
end
context 'assignee' do
it 'updates the issues assignee' do
it 'updates the issues assignee', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/332078' do
click_card(card2)
page.within('.assignee') do
......
......@@ -65,7 +65,7 @@ RSpec.describe 'Issue Boards', :js do
expect(card2).to have_selector('.avatar')
end
it 'adds multiple assignees' do
it 'adds multiple assignees', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/332078' do
click_card(card1)
page.within(assignees_widget) do
......
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