Browser tests enhanced.
This commit is contained in:
parent
dc8d9b2461
commit
ee991e1423
3 changed files with 10 additions and 5 deletions
|
@ -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
|
||||||
|
|
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue