mirror of
https://github.com/nomadic-labs/safesupport-chatbox
synced 2025-12-19 17:03:25 +00:00
fixing tests for changed bookmark
This commit is contained in:
@@ -21,7 +21,6 @@ describe('EmbeddableWidget', () => {
|
||||
await waitForSelection(document, 'div');
|
||||
});
|
||||
|
||||
|
||||
test('#mount twice', async () => {
|
||||
EmbeddableWidget.mount();
|
||||
expect(() => EmbeddableWidget.mount()).toThrow('already mounted');
|
||||
|
||||
Reference in New Issue
Block a user