From 3eb586c12cf46fe0098c5c0fbec8478a44a5d77d Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 22 Dec 2014 17:18:53 +0200 Subject: Fix tests Signed-off-by: Dmitriy Zaporozhets --- features/steps/groups.rb | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.1