Fixed browser tests.
This commit is contained in:
parent
e4b50527c1
commit
4fc7c9e576
2 changed files with 5 additions and 5 deletions
|
@ -155,7 +155,7 @@
|
|||
chatId: 1,
|
||||
host: host,
|
||||
cssUrl: cssUrl,
|
||||
debug: false,
|
||||
debug: true,
|
||||
background: '#494d52',
|
||||
flat: true,
|
||||
shown: false,
|
||||
|
|
|
@ -155,7 +155,7 @@ class ChatTest < TestCase
|
|||
)
|
||||
click(
|
||||
browser: customer,
|
||||
css: '.js-chat-close',
|
||||
css: '.js-chat-toggle',
|
||||
)
|
||||
watch_for_disappear(
|
||||
browser: customer,
|
||||
|
@ -267,7 +267,7 @@ class ChatTest < TestCase
|
|||
)
|
||||
click(
|
||||
browser: customer,
|
||||
css: '.js-chat-close',
|
||||
css: '.js-chat-toggle',
|
||||
)
|
||||
watch_for(
|
||||
browser: agent,
|
||||
|
@ -393,7 +393,7 @@ class ChatTest < TestCase
|
|||
)
|
||||
click(
|
||||
browser: customer,
|
||||
css: '.zammad-chat .js-chat-close',
|
||||
css: '.zammad-chat .js-chat-toggle',
|
||||
)
|
||||
watch_for_disappear(
|
||||
browser: customer,
|
||||
|
@ -556,7 +556,7 @@ class ChatTest < TestCase
|
|||
)
|
||||
click(
|
||||
browser: customer,
|
||||
css: '.js-chat-close',
|
||||
css: '.js-chat-toggle',
|
||||
)
|
||||
watch_for(
|
||||
browser: agent,
|
||||
|
|
Loading…
Reference in a new issue