diff options
author | Ted Hogan <ted.hogan17@gmail.com> | 2015-12-29 11:25:46 -0700 |
---|---|---|
committer | Ted Hogan <ted.hogan17@gmail.com> | 2015-12-29 11:25:46 -0700 |
commit | 9fc6df512b53ff0e589bc6be7932da8ecfec4033 (patch) | |
tree | 6d356b79b323c2efb7c4d2c92aff2cdfd7c17358 /features/steps/project/snippets.rb | |
parent | 6e6a99061dbec4bb45a398a03e8a13a084e44035 (diff) | |
parent | eeba266e3d45f2e82f84bd3aab85195c890efb89 (diff) | |
download | gitlab-ce-9fc6df512b53ff0e589bc6be7932da8ecfec4033.tar.gz |
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into wipMergeSpacing
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 a3aef9bf8c3..504654f90dd 100644 --- a/features/steps/project/snippets.rb +++ b/features/steps/project/snippets.rb @@ -42,7 +42,7 @@ class Spinach::Features::ProjectSnippets < 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 |