summaryrefslogtreecommitdiff
path: root/features/steps/snippets
diff options
context:
space:
mode:
authorTed Hogan <ted.hogan17@gmail.com>2015-12-29 11:25:46 -0700
committerTed Hogan <ted.hogan17@gmail.com>2015-12-29 11:25:46 -0700
commit9fc6df512b53ff0e589bc6be7932da8ecfec4033 (patch)
tree6d356b79b323c2efb7c4d2c92aff2cdfd7c17358 /features/steps/snippets
parent6e6a99061dbec4bb45a398a03e8a13a084e44035 (diff)
parenteeba266e3d45f2e82f84bd3aab85195c890efb89 (diff)
downloadgitlab-ce-9fc6df512b53ff0e589bc6be7932da8ecfec4033.tar.gz
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into wipMergeSpacing
Diffstat (limited to 'features/steps/snippets')
-rw-r--r--features/steps/snippets/snippets.rb2
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