diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-12-16 17:07:02 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-12-16 17:07:02 +0100 |
commit | 18e1929ff879b43efff5859e77f054b291402372 (patch) | |
tree | 73ea5ccea5729ddb793ce8a35eabb555d18fe504 /features | |
parent | 79c90821acdcaeac9147f2cfab4ae0857f85d8be (diff) | |
download | gitlab-ce-18e1929ff879b43efff5859e77f054b291402372.tar.gz |
Fix specfix-milestone-snippet-header
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/snippets/snippets.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/snippets/snippets.rb b/features/steps/snippets/snippets.rb index 80d1ddeef05..023032e679f 100644 --- a/features/steps/snippets/snippets.rb +++ b/features/steps/snippets/snippets.rb @@ -13,7 +13,7 @@ class Spinach::Features::Snippets < Spinach::FeatureSteps end step 'I click link "Edit"' do - page.within ".page-title" do + page.within ".detail-page-header" do click_link "Edit" end end |