Skip to content
Snippets Groups Projects
Commit 69ca1597 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Fix MR versions spec

parent 72e94991
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -24,7 +24,7 @@ feature 'Merge Request versions', js: true, feature: true do
before do
page.within '.mr-version-dropdown' do
find('.btn-default').click
click_link 'version 1'
find(:link, 'version 1').trigger('click')
end
end
 
Loading
Loading
@@ -45,7 +45,7 @@ feature 'Merge Request versions', js: true, feature: true do
before do
page.within '.mr-version-compare-dropdown' do
find('.btn-default').click
click_link 'version 1'
find(:link, 'version 1').trigger('click')
end
end
 
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