Wait until create screen is ready.

This commit is contained in:
Martin Edenhofer 2016-05-17 21:23:47 +02:00
parent b0b394b091
commit 182f97ce7d

View file

@ -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"]')