Commit 0d285c1cb167c327992a860764d28780e25f7812

Authored by Dmitriy Zaporozhets
1 parent 381638b7

Remove randomly failing test

Showing 1 changed file with 0 additions and 6 deletions   Show diff stats
spec/features/notes_on_merge_requests_spec.rb
... ... @@ -66,12 +66,6 @@ describe "On a merge request", js: true do
66 66 within(".js-main-target-form") { should have_css(".js-note-preview", visible: false) }
67 67 within(".js-main-target-form") { should have_css(".js-note-text", visible: true) }
68 68 end
69   -
70   - it "should be removable" do
71   - find('.note').hover
72   - find(".js-note-delete").click
73   - should_not have_css(".note")
74   - end
75 69 end
76 70  
77 71 describe "when editing a note", js: true do
... ...