summaryrefslogtreecommitdiff
path: root/features/steps/snippets/snippets.rb
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <mail@zjvandeweg.nl>2015-11-11 13:22:00 +0100
committerZeger-Jan van de Weg <mail@zjvandeweg.nl>2015-11-11 13:22:00 +0100
commit9f548dffc33158adb02ef1ec9a6e98b3d090f22b (patch)
tree39f5619db8f33c70dcdf52dbc8d07b3cb8486e59 /features/steps/snippets/snippets.rb
parent8db063b579322238af43f6d04b5968d9c6ea935d (diff)
parentdfa09789061bbd3891c17ebbcc23f7bd6b95336c (diff)
downloadgitlab-ce-9f548dffc33158adb02ef1ec9a6e98b3d090f22b.tar.gz
Merge branch 'master' into rake-tasks-git
Diffstat (limited to 'features/steps/snippets/snippets.rb')
-rw-r--r--features/steps/snippets/snippets.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/features/steps/snippets/snippets.rb b/features/steps/snippets/snippets.rb
index 6ff48e0c6b8..80d1ddeef05 100644
--- a/features/steps/snippets/snippets.rb
+++ b/features/steps/snippets/snippets.rb
@@ -13,13 +13,13 @@ class Spinach::Features::Snippets < Spinach::FeatureSteps
end
step 'I click link "Edit"' do
- page.within ".file-title" do
+ page.within ".page-title" do
click_link "Edit"
end
end
- step 'I click link "Destroy"' do
- click_link "remove"
+ step 'I click link "Delete"' do
+ click_link "Delete"
end
step 'I submit new snippet "Personal snippet three"' do