Improved timing.
This commit is contained in:
parent
5b43ba89e1
commit
65e06eb614
1 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ class TaskbarTaskTest < TestCase
|
||||||
tasks_close_all()
|
tasks_close_all()
|
||||||
|
|
||||||
click(css: 'a[href="#new"]')
|
click(css: 'a[href="#new"]')
|
||||||
click(css: 'a[href="#ticket/create"]')
|
click(css: 'a[href="#ticket/create"]', wait: 2)
|
||||||
set(
|
set(
|
||||||
css: '.active .newTicket input[name="title"]',
|
css: '.active .newTicket input[name="title"]',
|
||||||
value: 'INBOUND TEST#1',
|
value: 'INBOUND TEST#1',
|
||||||
|
@ -64,7 +64,7 @@ class TaskbarTaskTest < TestCase
|
||||||
)
|
)
|
||||||
|
|
||||||
click(css: 'a[href="#new"]')
|
click(css: 'a[href="#new"]')
|
||||||
click(css: 'a[href="#ticket/create"]', wait: 0.8)
|
click(css: 'a[href="#ticket/create"]', wait: 2)
|
||||||
set(
|
set(
|
||||||
css: '.active .newTicket input[name="title"]',
|
css: '.active .newTicket input[name="title"]',
|
||||||
value: 'OUTBOUND TEST#1',
|
value: 'OUTBOUND TEST#1',
|
||||||
|
|
Loading…
Reference in a new issue