mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-05 16:58:50 +01:00
Mark CLI feature tests as WIP
The tests need to be improved to eliminate intermittent failures
This commit is contained in:
parent
d171e13e24
commit
e84f239428
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ Feature: Add a todo to Tracks on console
|
|||
And I have a context called "Context A"
|
||||
And I have a project called "Project A"
|
||||
|
||||
@javascript @aruba
|
||||
@javascript @aruba @wip
|
||||
Scenario: Create a single todo
|
||||
Given a console input that looks like
|
||||
"""
|
||||
|
|
@ -24,7 +24,7 @@ Feature: Add a todo to Tracks on console
|
|||
When I execute the add-todo script
|
||||
Then I should have 1 todo in project "Project A"
|
||||
|
||||
@javascript @aruba
|
||||
@javascript @aruba @wip
|
||||
Scenario: Create multiple todos
|
||||
Given a console input that looks like
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue