mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-05 15:31:47 +01:00
migrate login rjs to erb and reformat features
This commit is contained in:
parent
05b3b7cebc
commit
520e45fe6b
17 changed files with 137 additions and 152 deletions
|
|
@ -24,13 +24,13 @@ Feature: Show statistics
|
|||
And I should see "You have 7 incomplete actions"
|
||||
And I should see "of which 2 are deferred actions"
|
||||
And I should see "you have a total of 9 actions"
|
||||
And I should see "2 of these are completed"
|
||||
And I should see "2 of these are completed"
|
||||
Then I should see "Totals"
|
||||
And I should see "Actions"
|
||||
And I should see "Contexts"
|
||||
And I should see "Projects"
|
||||
And I should see "Tags"
|
||||
|
||||
|
||||
Scenario: Click through to see chart of all actions per month
|
||||
Given I have logged in as "testuser" with password "secret"
|
||||
And I have 5 todos
|
||||
|
|
@ -38,7 +38,7 @@ Feature: Show statistics
|
|||
And I click on the chart for actions done in the last 12 months
|
||||
Then I should see a chart
|
||||
And I should see "to return to the statistics page"
|
||||
|
||||
|
||||
Scenario: Click through to see all incomplete actions of a week
|
||||
Given I have logged in as "testuser" with password "secret"
|
||||
And I have 5 todos
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue