summaryrefslogtreecommitdiff
path: root/features/steps/snippets
diff options
context:
space:
mode:
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 1fac8d0f988..d21ce9334e7 100644
--- a/features/steps/snippets/snippets.rb
+++ b/features/steps/snippets/snippets.rb
@@ -13,7 +13,7 @@ class SnippetsFeature < Spinach::FeatureSteps
end
And 'I click link "Edit"' do
- within ".file_title" do
+ within ".file-title" do
click_link "Edit"
end
end