Skip to content
Snippets Groups Projects
Commit f8349e32 authored by Matthew Dodds's avatar Matthew Dodds
Browse files

Remove duplicate test

parent 6d1cd0e2
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -72,10 +72,6 @@ feature 'Merge Request versions', js: true, feature: true do
expect(page).to have_content '4 changed files with 15 additions and 6 deletions'
end
 
it 'show diff between new and old version' do
expect(page).to have_content '4 changed files with 15 additions and 6 deletions'
end
it 'should return to latest version when "Show latest version" button is clicked' do
click_link 'Show latest version'
page.within '.mr-version-dropdown' 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