mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-25 19:48:48 +01:00
Fix a case mismatch in one of the tests
This commit is contained in:
parent
11c5f988db
commit
03de773f2b
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ Feature: Show done
|
|||
Scenario Outline: I can see all todos completed in the last timeperiod
|
||||
When I go to the <page>
|
||||
Then I should see "todo 1"
|
||||
And I should see "Completed Today"
|
||||
And I should see "Completed today"
|
||||
And I should see "Completed in the rest of this week"
|
||||
And I should see "Completed in the rest of this month"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue