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
wait_for_requests
end
context 'assignee' do
it 'updates the issues assignee', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/332078' do
context 'assignee', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/332078' do
it 'updates the issues assignee' do
click_card(card2)
page.within('.assignee') do
......
......@@ -40,7 +40,7 @@ RSpec.describe 'Issue Boards', :js do
visit_project_board
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"]' }
it 'updates the issues assignee' do
......@@ -65,7 +65,7 @@ RSpec.describe 'Issue Boards', :js do
expect(card2).to have_selector('.avatar')
end
it 'adds multiple assignees', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/332078' do
it 'adds multiple assignees' do
click_card(card1)
page.within(assignees_widget) do
......
......@@ -2,7 +2,7 @@
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
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