Improved browser tests.
This commit is contained in:
parent
db89970123
commit
541cf8dfa9
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,7 @@ class AgentTicketActionLevel7Test < TestCase
|
|||
)
|
||||
|
||||
# click reply
|
||||
click_catcher_remove
|
||||
click( css: '.content.active [data-type="reply"]' )
|
||||
|
||||
# check body
|
||||
|
@ -50,6 +51,7 @@ class AgentTicketActionLevel7Test < TestCase
|
|||
)
|
||||
|
||||
# click reply
|
||||
click_catcher_remove
|
||||
click( css: '.content.active [data-type="reply"]' )
|
||||
|
||||
# check body
|
||||
|
|
Loading…
Reference in a new issue