Wait until create screen is ready.
This commit is contained in:
parent
b0b394b091
commit
182f97ce7d
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ class AgentTicketActionLevel0Test < TestCase
|
|||
|
||||
# customer ticket create
|
||||
click(css: 'a[href="#new"]')
|
||||
click(css: 'a[href="#customer_ticket_new"]', wait: 2)
|
||||
click(css: 'a[href="#customer_ticket_new"]', wait: 3)
|
||||
|
||||
exists_not(css: '.newTicket select[name="group_id"]')
|
||||
|
||||
|
|
Loading…
Reference in a new issue