mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-27 01:24:07 +01:00
another attempt at #1150 and fix some failing cucumber scenarios
This commit is contained in:
parent
539e18d87e
commit
cb58318858
11 changed files with 82 additions and 86 deletions
|
|
@ -83,7 +83,7 @@ Feature: Edit a next action from every page
|
|||
Scenario Outline: I can mark a deferred todo complete and it will update empty messages
|
||||
Given I have a context called "visible context"
|
||||
And I have a project called "visible project"
|
||||
When I go to the <page> # not for home page or context because it does not show deferred todos
|
||||
When I go to the <page>
|
||||
Then I should see "<empty message>"
|
||||
When I submit a new deferred action with description "visible todo" to project "visible project" with tags "starred" in the context "visible context"
|
||||
Then I should see "visible todo"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue