Commit 2197f4c7 authored by Rémy Coutable's avatar Rémy Coutable

Quarantine more sidebar spec that are very flaky

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 52ef30a6
...@@ -38,8 +38,8 @@ RSpec.describe 'Issue Boards', :js do ...@@ -38,8 +38,8 @@ RSpec.describe 'Issue Boards', :js do
wait_for_requests wait_for_requests
end end
context 'assignee' do context 'assignee', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/332078' do
it 'updates the issues assignee', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/332078' do it 'updates the issues assignee' do
click_card(card2) click_card(card2)
page.within('.assignee') do page.within('.assignee') do
......
...@@ -40,7 +40,7 @@ RSpec.describe 'Issue Boards', :js do ...@@ -40,7 +40,7 @@ RSpec.describe 'Issue Boards', :js do
visit_project_board visit_project_board
end end
context 'assignee' do context 'assignee', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/332078' do
let(:assignees_widget) { '[data-testid="issue-boards-sidebar"] [data-testid="assignees-widget"]' } let(:assignees_widget) { '[data-testid="issue-boards-sidebar"] [data-testid="assignees-widget"]' }
it 'updates the issues assignee' do it 'updates the issues assignee' do
...@@ -65,7 +65,7 @@ RSpec.describe 'Issue Boards', :js do ...@@ -65,7 +65,7 @@ RSpec.describe 'Issue Boards', :js do
expect(card2).to have_selector('.avatar') expect(card2).to have_selector('.avatar')
end end
it 'adds multiple assignees', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/332078' do it 'adds multiple assignees' do
click_card(card1) click_card(card1)
page.within(assignees_widget) do page.within(assignees_widget) do
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
require 'spec_helper' require 'spec_helper'
RSpec.describe 'Project issue boards sidebar assignee', :js do RSpec.describe 'Project issue boards sidebar assignee', :js, quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/332230' do
include BoardHelpers include BoardHelpers
let_it_be(:user) { create(:user) } let_it_be(:user) { create(:user) }
......
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