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-06-22 05:28:11 +0300
committerblackst0ne <blackst0ne.ru@gmail.com>2017-06-22 05:28:11 +0300
commitece7a3cfdcb0923831bc9ebd7aaf52a9763c1613 (patch)
treed80d833e2e9d9737daced0c2c00c1fb755b4b841 /features/profile
parent4b0b2f1525be5feac0ae0953eb573ff24cc7b9c5 (diff)
Replace 'profile/notifications.feature' spinach test with an rspec analog
Diffstat (limited to 'features/profile')
-rw-r--r--features/profile/notifications.feature15
1 files changed, 0 insertions, 15 deletions
diff --git a/features/profile/notifications.feature b/features/profile/notifications.feature
deleted file mode 100644
index ef8743932f5..00000000000
--- a/features/profile/notifications.feature
+++ /dev/null
@@ -1,15 +0,0 @@
-@profile
-Feature: Profile Notifications
- Background:
- Given I sign in as a user
- And I own project "Shop"
-
- Scenario: I visit notifications tab
- When I visit profile notifications page
- Then I should see global notifications settings
-
- @javascript
- Scenario: I edit Project Notifications
- Given I visit profile notifications page
- When I select Mention setting from dropdown
- Then I should see Notification saved message