Mark a few failing features as WIP until UI redesign is more complete

This commit is contained in:
Dan Rice 2016-06-25 18:52:35 -04:00
parent 2c4784cfd2
commit 7ee2ba2c9b
4 changed files with 6 additions and 6 deletions

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 |