mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-03 22:41:48 +01:00
remove option to show empty containers and start fixing failing cucumber scenarios
This commit is contained in:
parent
22b371ef8c
commit
ede898120c
11 changed files with 24 additions and 43 deletions
|
|
@ -12,7 +12,7 @@ Feature: Edit a context
|
|||
And I have a project called "test project"
|
||||
And I have 2 todos in project "test project" in context "@pc" with tags "starred" prefixed by "test_project "
|
||||
|
||||
@javascript
|
||||
@javascript
|
||||
Scenario: In place edit of context name
|
||||
Given I have a context called "Errands"
|
||||
When I go to the context page for "Errands"
|
||||
|
|
@ -22,7 +22,7 @@ Feature: Edit a context
|
|||
Then I should see that a context named "Errands" is not present
|
||||
And I should see that a context named "OutAndAbout" is present
|
||||
|
||||
@javascript
|
||||
@javascript
|
||||
Scenario: Editing the context of a todo will remove the todo
|
||||
When I go to the the context page for "@pc"
|
||||
Then the badge should show 2
|
||||
|
|
@ -30,7 +30,7 @@ Feature: Edit a context
|
|||
Then I should not see the todo "todo 1"
|
||||
And the badge should show 1
|
||||
|
||||
@javascript
|
||||
@javascript
|
||||
Scenario: Editing the description of a a todo will update that todo
|
||||
When I go to the the context page for "@pc"
|
||||
And I edit the description of "test_project todo 1" to "changed"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue