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:
parent
aa727434d7
commit
0fa50494b8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue