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.
This commit is contained in:
Stan Hu 2016-07-31 22:14:48 -07:00
parent aa727434d7
commit 0fa50494b8

View file

@ -293,7 +293,7 @@ class Spinach::Features::ProjectSourceBrowseFiles < Spinach::FeatureSteps
first('.js-project-refs-dropdown').click first('.js-project-refs-dropdown').click
page.within '.project-refs-form' do page.within '.project-refs-form' do
click_link 'test' click_link "'test'"
end end
end end