2020-05-13 21:53:14 +08:00
|
|
|
exports.audioModal = 'div[aria-label="Join audio modal"]';
|
|
|
|
exports.audioOverlay = 'div[class^="ReactModal__Overlay"]';
|
|
|
|
exports.whiteboard = 'svg[data-test="whiteboard"]';
|
2020-05-13 23:26:30 +08:00
|
|
|
exports.echoTestYesButton = 'button[aria-label="Echo is audible"]';
|
2020-05-15 22:49:03 +08:00
|
|
|
exports.echoTestNoButton = 'button[aria-label="Echo is inaudible"]';
|
2020-05-14 00:54:56 +08:00
|
|
|
exports.audioNotification = 'div[class^="toastContainer--"]';
|
2020-05-15 22:49:03 +08:00
|
|
|
exports.options = 'button[aria-label="Options"]';
|
|
|
|
exports.logout = 'li[data-test="logout"]';
|
|
|
|
exports.meetingEndedModal = 'div[data-test="meetingEndedModal"]';
|
|
|
|
exports.rating = 'div[data-test="rating"]';
|
2020-05-22 00:45:52 +08:00
|
|
|
exports.brandingAreaLogo = 'div[class^="branding--"]';
|
|
|
|
exports.verticalListOptions = 'div[aria-expanded="true"] > div[class^="scrollable--"] > ul[class^="verticalList"]';
|
|
|
|
exports.screenShareButton = 'button[aria-label="Share your screen"]';
|