summaryrefslogtreecommitdiff
path: root/features/steps/snippets
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@dosire.com>2013-11-19 16:38:43 +0100
committerSytse Sijbrandij <sytse@dosire.com>2013-11-19 16:38:43 +0100
commit6413bfb5c640d44d38fe4054c7b33f1db285c687 (patch)
tree5e28e7be8806169ed21a0607c5b266124133d94a /features/steps/snippets
parent250a86d2787ae60aaf800a5ebfee69caa4d1a1d5 (diff)
parent6cc3cc515267712733d6dd1643080bd6b2cc6cdc (diff)
downloadgitlab-ce-6413bfb5c640d44d38fe4054c7b33f1db285c687.tar.gz
Merge branch 'master' into full-post-to-oss-security
Conflicts: doc/release/security.md
Diffstat (limited to 'features/steps/snippets')
-rw-r--r--features/steps/snippets/snippets.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/snippets/snippets.rb b/features/steps/snippets/snippets.rb
index bbdf5b97c84..1aea01f6cdf 100644
--- a/features/steps/snippets/snippets.rb
+++ b/features/steps/snippets/snippets.rb
@@ -19,7 +19,7 @@ class SnippetsFeature < Spinach::FeatureSteps
end
And 'I click link "Destroy"' do
- click_link "Destroy"
+ click_link "Remove"
end
And 'I submit new snippet "Personal snippet three"' do
@@ -46,7 +46,7 @@ class SnippetsFeature < Spinach::FeatureSteps
end
And 'I uncheck "Private" checkbox' do
- find(:xpath, "//input[@id='personal_snippet_private']").set true
+ choose "Public"
click_button "Save"
end