Commit 4ef53630 authored by JC Brand's avatar JC Brand

Fix failing tests

parent bd00bc4b
......@@ -53,6 +53,7 @@
mock.initConverse(
['chatBoxesInitialized'],
{ auto_login: false,
discover_connection_methods: false,
allow_registration: true },
async function (done, _converse) {
......@@ -93,6 +94,7 @@
mock.initConverse(
['chatBoxesInitialized'],
{ auto_login: false,
discover_connection_methods: false,
allow_registration: true },
async function (done, _converse) {
......@@ -148,6 +150,7 @@
mock.initConverse(
['chatBoxesInitialized'],
{ auto_login: false,
discover_connection_methods: false,
allow_registration: true },
async function (done, _converse) {
......@@ -211,6 +214,7 @@
mock.initConverse(
['chatBoxesInitialized'],
{ auto_login: false,
discover_connection_methods: false,
allow_registration: true },
async function (done, _converse) {
......@@ -292,6 +296,7 @@
['chatBoxesInitialized'],
{ auto_login: false,
view_mode: 'fullscreen',
discover_connection_methods: false,
allow_registration: true },
async function (done, _converse) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment