Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-12-22 18:18:53 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-12-22 18:18:53 +0300
commit3eb586c12cf46fe0098c5c0fbec8478a44a5d77d (patch)
treeb363f367a790670d30bdb80c30138f9ab51126b3 /features
parent5b49bb208a21fa96d0ae1bb93506725deee6c5b5 (diff)
Fix tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features')
-rw-r--r--features/steps/groups.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/features/steps/groups.rb b/features/steps/groups.rb
index 616a297db99..66a32a51d75 100644
--- a/features/steps/groups.rb
+++ b/features/steps/groups.rb
@@ -89,7 +89,6 @@ class Spinach::Features::Groups < Spinach::FeatureSteps
step 'I should see newly created group "Samurai"' do
page.should have_content "Samurai"
page.should have_content "Tokugawa Shogunate"
- page.should have_content "Currently you are only seeing events from the"
end
step 'I change group "Owned" name to "new-name"' do
@@ -99,7 +98,7 @@ class Spinach::Features::Groups < Spinach::FeatureSteps
step 'I should see new group "Owned" name' do
within ".navbar-gitlab" do
- page.should have_content "group: new-name"
+ page.should have_content "new-name"
end
end