Commit 70486b01 authored by Albert Salim's avatar Albert Salim
parent 033f766a
...@@ -39,7 +39,7 @@ RSpec.describe 'Issue Boards', :js do ...@@ -39,7 +39,7 @@ RSpec.describe 'Issue Boards', :js do
end end
context 'assignee' do 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) click_card(card2)
page.within('.assignee') do page.within('.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' do it 'adds multiple assignees', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/332078' do
click_card(card1) click_card(card1)
page.within(assignees_widget) do 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