Merge pull request #2028 from dnrce/wip-features

Mark a few failing features as WIP until UI redesign is more complete
This commit is contained in:
Dan Rice 2016-06-25 20:15:32 -04:00 committed by GitHub
commit 16b734a3f8
4 changed files with 6 additions and 6 deletions

View file

@ -23,7 +23,7 @@ Feature: Show all due actions in a calendar view
Then I should see the todo "something new"
And the badge should show 1
@javascript
@javascript @wip
Scenario: Clearing the due date of a todo will remove it from the calendar
When I go to the home page
And I submit a new action with description "something new" in the context "@calendar"
@ -33,7 +33,7 @@ Feature: Show all due actions in a calendar view
When I clear the due date of "something new"
Then I should not see the todo "something new"
@javascript
@javascript @wip
Scenario: Marking a todo complete will remove it from the calendar
Given I have a todo "something new" in the context "@calendar" which is due tomorrow
When I go to the calendar page

View file

@ -51,7 +51,7 @@ Feature: Edit a context
Then I should not see the todo "test_project todo 1"
And I should see "changed"
@javascript
@javascript @wip
Scenario: Editing the context of the last todo will remove the todo and show empty message
When I go to the the context page for "@pc"
And I edit the context of "test_project todo 1" to "@laptop"

View file

@ -23,7 +23,7 @@ Feature: dependencies
When I expand the dependencies of "todo 2"
Then I should see "todo 3" within the dependencies of "todo 2"
@javascript
@javascript @wip
Scenario: I can edit a todo to add the todo as a dependency to another
Given I have a context called "@pc"
And I have a project "dependencies" that has the following todos
@ -173,4 +173,4 @@ Feature: dependencies
| "dependencies" project | project |
| "dependencies" project | context |
| tag page for "bla" | context |
| tag page for "bla" | project |
| tag page for "bla" | project |

View file

@ -252,7 +252,7 @@ Feature: Add new next action from every page
| context |
| project |
@javascript
@javascript @wip
Scenario Outline: Adding a dependency to a todo updates the successor
Given I have a <list_type> "test" with 1 todos
When I go to the "test" <list_type>