Commit 53468a77 authored by André Luís's avatar André Luís Committed by Tim Zallmann

Fix broken spec checking for extinct element

parent 64d0f1e2
...@@ -28,7 +28,7 @@ describe 'Merge request > User sees MR with deleted source branch', :js do ...@@ -28,7 +28,7 @@ describe 'Merge request > User sees MR with deleted source branch', :js do
click_on 'Changes' click_on 'Changes'
wait_for_requests wait_for_requests
expect(page).to have_selector('.diffs.tab-pane .nothing-here-block') expect(page).to have_selector('.diffs.tab-pane .file-holder')
expect(page).to have_content('Source branch does not exist.') expect(page).to have_content('Source branch does not exist.')
end end
end end
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