From ece7a3cfdcb0923831bc9ebd7aaf52a9763c1613 Mon Sep 17 00:00:00 2001 From: blackst0ne Date: Thu, 22 Jun 2017 13:28:11 +1100 Subject: Replace 'profile/notifications.feature' spinach test with an rspec analog --- features/profile/notifications.feature | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 features/profile/notifications.feature (limited to 'features/profile') 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 -- cgit v1.2.3