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,
|
chatId: 1,
|
||||||
host: host,
|
host: host,
|
||||||
cssUrl: cssUrl,
|
cssUrl: cssUrl,
|
||||||
debug: false,
|
debug: true,
|
||||||
background: '#494d52',
|
background: '#494d52',
|
||||||
flat: true,
|
flat: true,
|
||||||
shown: false,
|
shown: false,
|
||||||
|
|
|
@ -155,7 +155,7 @@ class ChatTest < TestCase
|
||||||
)
|
)
|
||||||
click(
|
click(
|
||||||
browser: customer,
|
browser: customer,
|
||||||
css: '.js-chat-close',
|
css: '.js-chat-toggle',
|
||||||
)
|
)
|
||||||
watch_for_disappear(
|
watch_for_disappear(
|
||||||
browser: customer,
|
browser: customer,
|
||||||
|
@ -267,7 +267,7 @@ class ChatTest < TestCase
|
||||||
)
|
)
|
||||||
click(
|
click(
|
||||||
browser: customer,
|
browser: customer,
|
||||||
css: '.js-chat-close',
|
css: '.js-chat-toggle',
|
||||||
)
|
)
|
||||||
watch_for(
|
watch_for(
|
||||||
browser: agent,
|
browser: agent,
|
||||||
|
@ -393,7 +393,7 @@ class ChatTest < TestCase
|
||||||
)
|
)
|
||||||
click(
|
click(
|
||||||
browser: customer,
|
browser: customer,
|
||||||
css: '.zammad-chat .js-chat-close',
|
css: '.zammad-chat .js-chat-toggle',
|
||||||
)
|
)
|
||||||
watch_for_disappear(
|
watch_for_disappear(
|
||||||
browser: customer,
|
browser: customer,
|
||||||
|
@ -556,7 +556,7 @@ class ChatTest < TestCase
|
||||||
)
|
)
|
||||||
click(
|
click(
|
||||||
browser: customer,
|
browser: customer,
|
||||||
css: '.js-chat-close',
|
css: '.js-chat-toggle',
|
||||||
)
|
)
|
||||||
watch_for(
|
watch_for(
|
||||||
browser: agent,
|
browser: agent,
|
||||||
|
|
Loading…
Reference in a new issue