From 318b50a0b3df4842cc33a15ff2019c948af15359 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 26 Jun 2013 20:54:51 +0300 Subject: Add profile notification spinach --- features/profile/notifications.feature | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 features/profile/notifications.feature (limited to 'features/profile/notifications.feature') diff --git a/features/profile/notifications.feature b/features/profile/notifications.feature new file mode 100644 index 00000000000..e7937953c1b --- /dev/null +++ b/features/profile/notifications.feature @@ -0,0 +1,8 @@ +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 -- cgit v1.2.3