-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathusers.feature
More file actions
30 lines (23 loc) · 946 Bytes
/
users.feature
File metadata and controls
30 lines (23 loc) · 946 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Feature: Manage account
As a user of this site, I can view and update my profile, see my followers
Background:
Given a steve exists
And a logged in user
Scenario: View my profile
When I go to look at my profile page
Then it should have the right information
Scenario: Edit my profile
When I edit my profile
Then I should be notified that my profile was updated
And I should see my changes reflected on my profile page
Scenario: See my followers
When I have a follower
And I click on the number of followers on my profile
Then I should see my follower
Scenario: See who I am following
When I am following someone
And I click on the number of people I am following on my profile
Then I should see someone I'm following
Scenario: I should always follow steve and vice versa
When I click on the number of people I am following on my profile
Then I should see 'Steve'