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:
authorArtem Sidorenko <artem.sidorenko@telekom.de>2015-08-18 18:46:57 +0300
committerArtem Sidorenko <artem.sidorenko@telekom.de>2015-08-19 14:47:03 +0300
commit07190227395674715522f7a6aef30d4235b5d55c (patch)
treea61bf43fa37efadc97bdca8c434909f81f733c2f /features/steps/shared/paths.rb
parent15cdf551fc612495f4bdbb02bf109feee33a471f (diff)
Spinach tests
Diffstat (limited to 'features/steps/shared/paths.rb')
-rw-r--r--features/steps/shared/paths.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/features/steps/shared/paths.rb b/features/steps/shared/paths.rb
index bb0cd9ac105..ca8fbb49101 100644
--- a/features/steps/shared/paths.rb
+++ b/features/steps/shared/paths.rb
@@ -39,6 +39,10 @@ module SharedPaths
visit edit_group_path(Group.find_by(name: "Owned"))
end
+ step 'I visit group "Owned" projects page' do
+ visit projects_group_path(Group.find_by(name: "Owned"))
+ end
+
step 'I visit group "Guest" page' do
visit group_path(Group.find_by(name: "Guest"))
end