Add wait for convo to close method
·
28 commits
to main
since this release
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