Commit 551fa4c9d017b42ca362055d8bddb817bb395a52

Authored by Dmitriy Zaporozhets
1 parent a37b8ab2

Remove test case that cause Mysql Deadlock

Showing 1 changed file with 0 additions and 6 deletions   Show diff stats
spec/features/notes_on_merge_requests_spec.rb
@@ -216,12 +216,6 @@ describe "On a merge request diff", js: true, focus: true do @@ -216,12 +216,6 @@ describe "On a merge request diff", js: true, focus: true do
216 end 216 end
217 end 217 end
218 218
219 - it do  
220 - within("tr[id='342e16cbbd482ac2047dc679b2749d248cc1428f_18_17'] + .js-temp-notes-holder") do  
221 - should have_no_css(".js-temp-notes-holder")  
222 - end  
223 - end  
224 -  
225 it 'should be added as discussion' do 219 it 'should be added as discussion' do
226 should have_content("Another comment on line 17") 220 should have_content("Another comment on line 17")
227 should have_css(".notes_holder") 221 should have_css(".notes_holder")