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:
authorblackst0ne <blackst0ne.ru@gmail.com>2017-05-28 11:29:52 +0300
committerblackst0ne <blackst0ne.ru@gmail.com>2017-05-28 11:29:52 +0300
commit74253f01348770001969e0463b10ed438b445559 (patch)
treef659d69ede8912a1c3ce39370e0ab046164bc837 /features
parente5226177ac667c8ad4cc07270bbdef24031eb8a2 (diff)
Replace 'starred_projects.feature' spinach test with an rspec analog
Diffstat (limited to 'features')
-rw-r--r--features/dashboard/starred_projects.feature12
1 files changed, 0 insertions, 12 deletions
diff --git a/features/dashboard/starred_projects.feature b/features/dashboard/starred_projects.feature
deleted file mode 100644
index 9dfd2fbab9c..00000000000
--- a/features/dashboard/starred_projects.feature
+++ /dev/null
@@ -1,12 +0,0 @@
-@dashboard
-Feature: Dashboard Starred Projects
- Background:
- Given I sign in as a user
- And public project "Community"
- And I starred project "Community"
- And I own project "Shop"
- And I visit dashboard starred projects page
-
- Scenario: I should see projects list
- Then I should see project "Community"
- And I should not see project "Shop"