diff options
author | Phil Hughes <me@iamphill.com> | 2017-09-06 13:48:03 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-09-06 16:07:48 +0100 |
commit | 094de17e96eb46e09883bed74bcebd497d110496 (patch) | |
tree | 8b79718dc532a7f06df0ff97adaad8446784d409 /features/steps/project/snippets.rb | |
parent | 632b24820e4a0bc0e96a2e5900ca6f0aa1e857c5 (diff) | |
download | gitlab-ce-094de17e96eb46e09883bed74bcebd497d110496.tar.gz |
spec fixes
Diffstat (limited to 'features/steps/project/snippets.rb')
-rw-r--r-- | features/steps/project/snippets.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/snippets.rb b/features/steps/project/snippets.rb index 96b7ba7549f..2a1e6b2bce8 100644 --- a/features/steps/project/snippets.rb +++ b/features/steps/project/snippets.rb @@ -23,7 +23,7 @@ class Spinach::Features::ProjectSnippets < Spinach::FeatureSteps end step 'I click link "New snippet"' do - page.within '.breadcrumbs' do + page.within '.nav-controls' do first(:link, "New snippet").click end end |