mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-27 12:28:48 +01:00
20 lines
555 B
Gherkin
20 lines
555 B
Gherkin
|
|
Feature: Manage preferences
|
||
|
|
In order to customize Tracks to my needs
|
||
|
|
As a Tracks user
|
||
|
|
I want to be be able change my preferences
|
||
|
|
|
||
|
|
Background:
|
||
|
|
Given the following user record
|
||
|
|
| login | password | is_admin |
|
||
|
|
| testuser | secret | false |
|
||
|
|
And I have logged in as "testuser" with password "secret"
|
||
|
|
|
||
|
|
Scenario: I can change my password
|
||
|
|
Given this is a pending scenario
|
||
|
|
|
||
|
|
Scenario: I can generate a new token
|
||
|
|
Given this is a pending scenario
|
||
|
|
|
||
|
|
Scenario: I can edit preferences
|
||
|
|
Given this is a pending scenario
|