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-06-26 14:29:35 +0300
committerRémy Coutable <remy@rymai.me>2017-06-26 14:29:35 +0300
commit739a03a825e5c04c7566bc3bb26314b049e403ec (patch)
treefd4f93823cbc9242a89f687c631ab23a54f5c94e /features
parent4503240abdd9a38e801aef49edad9ff9c7f9457d (diff)
parentece7a3cfdcb0923831bc9ebd7aaf52a9763c1613 (diff)
Merge branch 'replace_spinach_spec_profile_notifications.feature' into 'master'
Replace 'profile/notifications.feature' spinach test with an rspec analog See merge request !12345
Diffstat (limited to 'features')
-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