mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
11 lines
304 B
Gherkin
11 lines
304 B
Gherkin
@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" |