From 094add464e7edb9490422ae3e01c1577340840aa Mon Sep 17 00:00:00 2001 From: "Vitaliy @blackst0ne Klachkov" Date: Sun, 10 Sep 2017 12:46:58 +1100 Subject: Replace project/group_links.feature spinach test with an rspec analog --- features/project/group_links.feature | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 features/project/group_links.feature (limited to 'features/project') 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" -- cgit v1.2.3