Commit ba4c32c0 authored by Rémy Coutable's avatar Rémy Coutable
parent 923d49d4
...@@ -139,7 +139,7 @@ describe 'Dropdown milestone', :js do ...@@ -139,7 +139,7 @@ describe 'Dropdown milestone', :js do
expect_filtered_search_input_empty expect_filtered_search_input_empty
end end
it 'fills in the milestone name when the milestone is partially filled' do it 'fills in the milestone name when the milestone is partially filled', :quarantine do
filtered_search.send_keys('v') filtered_search.send_keys('v')
click_milestone(milestone.title) click_milestone(milestone.title)
......
...@@ -21,7 +21,7 @@ describe 'Labels Hierarchy', :js, :nested_groups do ...@@ -21,7 +21,7 @@ describe 'Labels Hierarchy', :js, :nested_groups do
end end
shared_examples 'assigning labels from sidebar' do shared_examples 'assigning labels from sidebar' do
it 'can assign all ancestors labels' do it 'can assign all ancestors labels', :quarantine do
[grandparent_group_label, parent_group_label, project_label_1].each do |label| [grandparent_group_label, parent_group_label, project_label_1].each do |label|
page.within('.block.labels') do page.within('.block.labels') do
find('.edit-link').click find('.edit-link').click
......
...@@ -113,7 +113,7 @@ describe 'Merge request > User creates image diff notes', :js do ...@@ -113,7 +113,7 @@ describe 'Merge request > User creates image diff notes', :js do
create_image_diff_note create_image_diff_note
end end
it 'shows indicator and avatar badges, and allows collapsing/expanding the discussion notes' do it 'shows indicator and avatar badges, and allows collapsing/expanding the discussion notes', :quarantine do
indicator = find('.js-image-badge', match: :first) indicator = find('.js-image-badge', match: :first)
badge = find('.user-avatar-link .badge', match: :first) badge = find('.user-avatar-link .badge', match: :first)
......
...@@ -43,7 +43,7 @@ describe "User creates wiki page" do ...@@ -43,7 +43,7 @@ describe "User creates wiki page" do
expect(page).to have_content("Create Page") expect(page).to have_content("Create Page")
end end
it "shows non-escaped link in the pages list", :js do it "shows non-escaped link in the pages list", :js, :quarantine do
fill_in(:wiki_title, with: "one/two/three-test") fill_in(:wiki_title, with: "one/two/three-test")
page.within(".wiki-form") do page.within(".wiki-form") 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