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:
authorRémy Coutable <remy@rymai.me>2017-09-11 17:55:00 +0300
committerRémy Coutable <remy@rymai.me>2017-09-11 17:55:00 +0300
commit668e1f4c4cf63e1fa99ebd7d756a8d95609a2c2e (patch)
tree3e51ec7898299503cf925a0f3498d6f533688aac /features/project
parent174bed309b113d289c61aad054d7be0fe3ef4da7 (diff)
parent094add464e7edb9490422ae3e01c1577340840aa (diff)
Merge branch 'replace_group_links.feature' into 'master'
Replace 'project/group_links.feature' spinach test with an rspec analog See merge request !14169
Diffstat (limited to 'features/project')
-rw-r--r--features/project/group_links.feature16
1 files changed, 0 insertions, 16 deletions
diff --git a/features/project/group_links.feature b/features/project/group_links.feature
deleted file mode 100644
index 2657c4487ad..00000000000
--- a/features/project/group_links.feature
+++ /dev/null
@@ -1,16 +0,0 @@
-Feature: Project Group Links
- Background:
- Given I sign in as a user
- And I own project "Shop"
- And project "Shop" is shared with group "Ops"
- And project "Shop" is not shared with group "Market"
- And I visit project group links page
-
- Scenario: I should see list of groups
- Then I should see project already shared with group "Ops"
- Then I should see project is not shared with group "Market"
-
- @javascript
- Scenario: I share project with group
- When I select group "Market" for share
- Then I should see project is shared with group "Market"