Skip to content

Add wait for convo to close method

Compare
Choose a tag to compare
@SketchingDev SketchingDev released this 12 Feb 22:58
· 28 commits to main since this release
9c31a7c

Adds a new method to the API to wait for a conversation to close.

Example usage:

await expect(convo.waitForConversationToClose()).resolves.toBeUndefined();

Closes #165

Full Changelog: genesys-web-messaging-tester-cli-v2.0.2...genesys-web-messaging-tester-cli-v2.0.3