Browser tests enhanced.

This commit is contained in:
Martin Edenhofer 2016-03-10 08:39:41 +01:00
parent dc8d9b2461
commit ee991e1423
3 changed files with 10 additions and 5 deletions

View file

@ -79,6 +79,8 @@ class AgentTicketActionLevel0Test < TestCase
value: 'Sending', value: 'Sending',
) )
tasks_close_all()
end end
def test_bbb_customer_ticket_create_with_one_group def test_bbb_customer_ticket_create_with_one_group
@ -137,6 +139,8 @@ class AgentTicketActionLevel0Test < TestCase
value: 'one group - some body 1234 äöüß', value: 'one group - some body 1234 äöüß',
) )
tasks_close_all()
end end
def test_ccc_agent_ticket_create_with_more_groups def test_ccc_agent_ticket_create_with_more_groups

View file

@ -22,6 +22,7 @@ class AuthTest < TestCase
username: 'nicole.braun@zammad.org', username: 'nicole.braun@zammad.org',
password: 'test', password: 'test',
) )
tasks_close_all()
# reload page # reload page
reload() reload()