mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-24 01:36:10 +01:00
replace small partials with helper to improve performance
This commit is contained in:
parent
8cbe077784
commit
05ba6060fc
5 changed files with 25 additions and 27 deletions
|
|
@ -10,6 +10,15 @@ Feature: Manage deferred todos
|
|||
And there exists a project "manage me" for user "testuser"
|
||||
And I have logged in as "testuser" with password "secret"
|
||||
|
||||
@selenium @wip
|
||||
Scenario: I can add a deferred todo and it will show in the tickler
|
||||
# also adding the first deferred todo will hide the empty message
|
||||
When I go to the tickler
|
||||
Then I should see the empty tickler message
|
||||
When I submit a deferred new action with description "a new next action"
|
||||
Then I should see "a new next action"
|
||||
And I should not see the empty tickler message
|
||||
|
||||
Scenario: Editing the description of a todo updated the todo
|
||||
Given this is a pending scenario
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue