Improved timing.
This commit is contained in:
parent
ecdca2f202
commit
9717296f7d
1 changed files with 2 additions and 2 deletions
|
@ -112,7 +112,7 @@ class AgentTicketOverviewLevel0Test < TestCase
|
||||||
css: '.modal input[value="article_count"]',
|
css: '.modal input[value="article_count"]',
|
||||||
)
|
)
|
||||||
click(css: '.modal .js-submit')
|
click(css: '.modal .js-submit')
|
||||||
sleep 4
|
sleep 6
|
||||||
|
|
||||||
# check if number and article count is shown
|
# check if number and article count is shown
|
||||||
match(
|
match(
|
||||||
|
@ -160,7 +160,7 @@ class AgentTicketOverviewLevel0Test < TestCase
|
||||||
css: '.modal input[value="article_count"]',
|
css: '.modal input[value="article_count"]',
|
||||||
)
|
)
|
||||||
click(css: '.modal .js-submit')
|
click(css: '.modal .js-submit')
|
||||||
sleep 2
|
sleep 6
|
||||||
|
|
||||||
# check if number and article count is gone
|
# check if number and article count is gone
|
||||||
match_not(
|
match_not(
|
||||||
|
|
Loading…
Reference in a new issue