Commit 0fa50494 authored by Stan Hu's avatar Stan Hu

Improve spinach test to be more specific about link to click

If you add another branch to gitlab-test that includes the word 'test',
browse_files.feature will fail with an ambiguous match.
parent aa727434
......@@ -293,7 +293,7 @@ class Spinach::Features::ProjectSourceBrowseFiles < Spinach::FeatureSteps
first('.js-project-refs-dropdown').click
page.within '.project-refs-form' do
click_link 'test'
click_link "'test'"
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