diff --git a/features/notifications.feature b/features/notifications.feature new file mode 100644 index 0000000000000000000000000000000000000000..ae21234bb2d75247cd5a678e6d7a825d9a685491 --- /dev/null +++ b/features/notifications.feature @@ -0,0 +1,11 @@ +@javascript +Feature: Notifications + In order to see what is happening + As a User + I want to get notifications + +Scenario: someone offers to share with me + Given I am signed in + And I have one contact request + And I follow "notifications" in the header + Then I should see "offered to share with you" \ No newline at end of file