Cucumber:
* Profile * Browse code * Sceleton for main features * Wiki * Commits
This commit is contained in:
parent
6ff99fe945
commit
5bbf3ccf05
37 changed files with 560 additions and 62 deletions
18
features/profile/profile.feature
Normal file
18
features/profile/profile.feature
Normal file
|
@ -0,0 +1,18 @@
|
|||
Feature: Profile
|
||||
Background:
|
||||
Given I signin as a user
|
||||
|
||||
Scenario: I look at my profile
|
||||
Given I visit profile page
|
||||
Then I should see my profile info
|
||||
|
||||
Scenario: I change my password
|
||||
Given I visit profile password page
|
||||
Then I change my password
|
||||
And I should be redirected to sign in page
|
||||
|
||||
Scenario: I reset my token
|
||||
Given I visit profile token page
|
||||
Then I reset my token
|
||||
And I should see new token
|
||||
|
0
features/profile/ssh_keys.feature
Normal file
0
features/profile/ssh_keys.feature
Normal file
Loading…
Add table
Add a link
Reference in a new issue