summaryrefslogtreecommitdiff
path: root/features/steps/groups.rb
diff options
context:
space:
mode:
authorJacob Schatz <jschatz1@gmail.com>2016-04-07 21:20:16 +0000
committerJacob Schatz <jschatz1@gmail.com>2016-04-07 21:20:16 +0000
commitf2b7cd443566f6ceefcbecbd52c8484afe264402 (patch)
tree5d83db1c0eeefb4e7a94178b972d8f5c43b9f758 /features/steps/groups.rb
parent4361cc395cb5b9574286dee09ac55e49f394e50e (diff)
downloadgitlab-ce-f2b7cd443566f6ceefcbecbd52c8484afe264402.tar.gz
Revert "Merge branch 'new-navigation-prototype' into 'master'"
This reverts merge request !3494
Diffstat (limited to 'features/steps/groups.rb')
-rw-r--r--features/steps/groups.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/features/steps/groups.rb b/features/steps/groups.rb
index 483370f41c6..e5b7db4c5e3 100644
--- a/features/steps/groups.rb
+++ b/features/steps/groups.rb
@@ -4,6 +4,10 @@ class Spinach::Features::Groups < Spinach::FeatureSteps
include SharedGroup
include SharedUser
+ step 'I should see back to dashboard button' do
+ expect(page).to have_content 'Go to dashboard'
+ end
+
step 'I should see group "Owned"' do
expect(page).to have_content '@owned'
end