We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ecf06 commit 795a9a7Copy full SHA for 795a9a7
src/plugins/muc-views/tests/muc-add-modal.js
@@ -28,7 +28,7 @@ describe('The "Groupchats" Add modal', function () {
28
29
expect(modal.el.querySelector('.modal-title').textContent.trim()).toBe('Enter a new Groupchat');
30
spyOn(_converse.ChatRoom.prototype, 'getDiscoInfo').and.callFake(() => Promise.resolve());
31
- modal.el.querySelector('input[name="chatroom"]').value = 'lounce@muc.montague.lit';
+ modal.el.querySelector('input[name="chatroom"]').value = 'lounge@muc.montague.lit';
32
modal.el.querySelector('form input[type="submit"]').click();
33
await u.waitUntil(() => _converse.chatboxes.length);
34
await u.waitUntil(() => sizzle('.chatroom', _converse.el).filter(u.isVisible).length === 1);
0 commit comments