summaryrefslogtreecommitdiff
path: root/features/steps/snippets/snippets.rb
diff options
context:
space:
mode:
authorAndrew8xx8 <avk@8xx8.ru>2013-03-25 02:46:56 +0400
committerAndrew8xx8 <avk@8xx8.ru>2013-03-25 02:46:56 +0400
commit611ac727450b4fb9214e428cd91f7913d48ed7d8 (patch)
tree736e0ca4bb626da9405e0f42805924f1e14a5eec /features/steps/snippets/snippets.rb
parented4dcf7484149c4432597c81b9ce1324010e036a (diff)
downloadgitlab-ce-611ac727450b4fb9214e428cd91f7913d48ed7d8.tar.gz
Tests for private snippet fixed
Diffstat (limited to 'features/steps/snippets/snippets.rb')
-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 87a499821dd..f20832cb1f1 100644
--- a/features/steps/snippets/snippets.rb
+++ b/features/steps/snippets/snippets.rb
@@ -51,7 +51,7 @@ class Snippets < Spinach::FeatureSteps
end
Then 'I should see "Personal snippet one" public' do
- page.should have_selector(:xpath, "//i[@class='public-snippet']")
+ page.should have_no_xpath("//i[@class='public-snippet']")
end
And 'I visit snippet page "Personal snippet one"' do