mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 07:40:12 +01:00
increate wait time on cli test
and re-enable the test
This commit is contained in:
parent
0902269bfd
commit
9a69b170fe
2 changed files with 4 additions and 4 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 context called "Context A"
|
||||||
And I have a project called "Project A"
|
And I have a project called "Project A"
|
||||||
|
|
||||||
@javascript @aruba @wip
|
@javascript @aruba
|
||||||
Scenario: Create a single todo
|
Scenario: Create a single todo
|
||||||
Given a console input that looks like
|
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
|
When I execute the add-todo script
|
||||||
Then I should have 1 todo in project "Project A"
|
Then I should have 1 todo in project "Project A"
|
||||||
|
|
||||||
@javascript @aruba @wip
|
@javascript @aruba
|
||||||
Scenario: Create multiple todos
|
Scenario: Create multiple todos
|
||||||
Given a console input that looks like
|
Given a console input that looks like
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
|
|
@ -54,6 +54,6 @@ When /^I execute the add-todo script$/ do
|
||||||
|
|
||||||
# it seems aruba does not wait for process to end with interactively run command, but
|
# it seems aruba does not wait for process to end with interactively run command, but
|
||||||
# continues anyway which will start cleaning up the database while the process is still running
|
# continues anyway which will start cleaning up the database while the process is still running
|
||||||
# so wait 2 secs for the process to finish
|
# so wait 2.5 secs for the process to finish
|
||||||
sleep 2
|
sleep 2.5
|
||||||
end
|
end
|
||||||
Loading…
Add table
Add a link
Reference in a new issue