Skip to content

Commit 795a9a7

Browse files
PawBudjcbrand
authored andcommitted
add-modal-test: replaced a mistyped jid
1 parent 87ecf06 commit 795a9a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/muc-views/tests/muc-add-modal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ describe('The "Groupchats" Add modal', function () {
2828

2929
expect(modal.el.querySelector('.modal-title').textContent.trim()).toBe('Enter a new Groupchat');
3030
spyOn(_converse.ChatRoom.prototype, 'getDiscoInfo').and.callFake(() => Promise.resolve());
31-
modal.el.querySelector('input[name="chatroom"]').value = 'lounce@muc.montague.lit';
31+
modal.el.querySelector('input[name="chatroom"]').value = 'lounge@muc.montague.lit';
3232
modal.el.querySelector('form input[type="submit"]').click();
3333
await u.waitUntil(() => _converse.chatboxes.length);
3434
await u.waitUntil(() => sizzle('.chatroom', _converse.el).filter(u.isVisible).length === 1);

0 commit comments

Comments
 (0)