Reduced timings because of event based form saving.
This commit is contained in:
parent
c2e0279592
commit
b0b4cfcade
3 changed files with 4 additions and 6 deletions
|
@ -103,7 +103,6 @@ class AgentTicketActionsLevel3Test < TestCase
|
|||
},
|
||||
do_not_submit: true,
|
||||
)
|
||||
sleep 6
|
||||
watch_for(
|
||||
browser: browser1,
|
||||
css: '.content.active .js-reset',
|
||||
|
@ -119,7 +118,6 @@ class AgentTicketActionsLevel3Test < TestCase
|
|||
},
|
||||
do_not_submit: true,
|
||||
)
|
||||
sleep 6
|
||||
watch_for(
|
||||
browser: browser2,
|
||||
css: '.content.active .js-reset',
|
||||
|
|
|
@ -22,7 +22,7 @@ class AgentTicketActionLevel4Test < TestCase
|
|||
},
|
||||
do_not_submit: true,
|
||||
)
|
||||
sleep 8
|
||||
sleep 6
|
||||
|
||||
# check if customer is shown in sidebar
|
||||
match(
|
||||
|
@ -93,7 +93,7 @@ class AgentTicketActionLevel4Test < TestCase
|
|||
|
||||
# reload
|
||||
reload()
|
||||
sleep 5
|
||||
sleep 4
|
||||
|
||||
# check task title
|
||||
verify_task(
|
||||
|
|
|
@ -18,7 +18,7 @@ class TaskbarTaskTest < TestCase
|
|||
css: '.active .newTicket input[name="title"]',
|
||||
value: 'some test AAA',
|
||||
)
|
||||
sleep 10
|
||||
sleep 4
|
||||
end
|
||||
|
||||
def test_persistant_task_b
|
||||
|
@ -73,7 +73,7 @@ class TaskbarTaskTest < TestCase
|
|||
css: '.active .newTicket [data-name="body"]',
|
||||
value: 'OUTBOUND BODY TEST#1',
|
||||
)
|
||||
sleep 10
|
||||
sleep 4
|
||||
|
||||
logout()
|
||||
sleep 4
|
||||
|
|
Loading…
Reference in a new issue