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:
authorCiro Santilli <ciro.santilli@gmail.com>2014-07-18 01:22:40 +0400
committerCiro Santilli <ciro.santilli@gmail.com>2014-07-18 01:22:40 +0400
commite1d307bf4b88afa59d851918c29ffbb61b01e8c5 (patch)
tree563be912ec72d7af1b37f136492b1da59406e103 /features/project
parent1591467655b6045108f88e8ac2d8b6a069ef4bb1 (diff)
Move destroy user feature to spec.
Diffstat (limited to 'features/project')
-rw-r--r--features/project/star.feature10
1 files changed, 0 insertions, 10 deletions
diff --git a/features/project/star.feature b/features/project/star.feature
index e6cbc78125b..d8d898155fe 100644
--- a/features/project/star.feature
+++ b/features/project/star.feature
@@ -36,13 +36,3 @@ Feature: Project Star
And I visit project "Community" page
When I click on the star toggle button
Then The project has 2 stars
-
- @javascript
- Scenario: If an user deletes his account his stars are destroyed
- Given I sign in as "John Doe"
- And public project "Community"
- And I visit project "Community" page
- And I click on the star toggle button
- And I delete my account
- When I visit project "Community" page
- Then The project has 0 stars