2021-03-31 21:10:57 +08:00
|
|
|
exports.audioDialog = 'div[aria-label="Join audio modal"]';
|
2020-01-29 03:25:27 +08:00
|
|
|
exports.closeAudio = 'button[aria-label="Close Join audio modal"]';
|
2018-11-23 20:55:16 +08:00
|
|
|
exports.microphoneButton = 'button[aria-label="Microphone"]';
|
|
|
|
exports.listenButton = 'button[aria-label="Listen Only"]';
|
|
|
|
exports.echoYes = 'button[aria-label="Echo is audible"]';
|
|
|
|
exports.title = '._imports_ui_components_nav_bar__styles__presentationTitle';
|
|
|
|
exports.alerts = '.toastify-content';
|
2021-08-10 04:36:16 +08:00
|
|
|
exports.presenterClassName = 'presenter--';
|
2018-11-23 20:55:16 +08:00
|
|
|
|
2020-03-04 22:50:56 +08:00
|
|
|
exports.isTalking = '[data-test="isTalking"]';
|
|
|
|
exports.wasTalking = '[data-test="wasTalking"]';
|
2021-02-17 04:57:10 +08:00
|
|
|
exports.joinAudio = 'button[data-test="joinAudio"]';
|
2021-08-03 00:26:09 +08:00
|
|
|
exports.leaveAudio = 'button[aria-label="Leave audio"]';
|
2021-05-26 00:05:11 +08:00
|
|
|
exports.disconnectAudio = 'li[data-test="disconnectAudio"]';
|
2020-03-04 22:50:56 +08:00
|
|
|
|
2018-11-23 20:55:16 +08:00
|
|
|
exports.actions = 'button[aria-label="Actions"]';
|
|
|
|
exports.options = 'button[aria-label="Options"]';
|
|
|
|
exports.userList = 'button[aria-label="Users and Messages Toggle"]';
|
2020-03-12 21:50:54 +08:00
|
|
|
exports.joinAudio = 'button[aria-label="Join Audio"]';
|
2020-05-15 22:48:28 +08:00
|
|
|
exports.connectingStatus = 'div[class^="connecting--"]';
|
2020-03-12 21:50:54 +08:00
|
|
|
exports.videoMenu = 'button[aria-label="Open video menu dropdown"]';
|
|
|
|
exports.screenShare = 'button[aria-label="Share your screen"]';
|
2020-10-27 23:54:55 +08:00
|
|
|
exports.screenshareConnecting = 'div[data-test="screenshareConnecting"]';
|
2020-07-14 03:03:41 +08:00
|
|
|
exports.screenShareVideo = 'video[id="screenshareVideo"]';
|
2020-10-27 23:54:55 +08:00
|
|
|
exports.stopScreenSharing = 'button[aria-label="Stop sharing your screen"]';
|
2020-05-15 22:48:28 +08:00
|
|
|
exports.logout = 'li[data-test="logout"]';
|
|
|
|
exports.meetingEndedModal = 'div[data-test="meetingEndedModal"]';
|
|
|
|
exports.rating = 'div[data-test="rating"]';
|
2020-07-18 03:12:43 +08:00
|
|
|
exports.whiteboard = 'svg[data-test="whiteboard"]';
|
2021-02-17 04:57:10 +08:00
|
|
|
exports.pollMenuButton = 'button[data-test="pollMenuButton"]';
|
2021-06-06 22:01:37 +08:00
|
|
|
exports.unauthorized = 'h1[data-test="unauthorized"]';
|