Skip to content
Snippets Groups Projects
Commit 7ab2130c authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Remove randomly failing test

parent 6a9aed1e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -66,12 +66,6 @@ describe "On a merge request", js: true do
within(".js-main-target-form") { should have_css(".js-note-preview", visible: false) }
within(".js-main-target-form") { should have_css(".js-note-text", visible: true) }
end
it "should be removable" do
find('.note').hover
find(".js-note-delete").click
should_not have_css(".note")
end
end
 
describe "when editing a note", js: true do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment