bigbluebutton-Github/bigbluebutton-tests/puppeteer/core/elements.js

33 lines
1.7 KiB
JavaScript
Raw Normal View History

exports.audioDialog = 'div[aria-label="Join audio modal"]';
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--';
2021-08-20 04:22:31 +08:00
exports.zoomIn = 'button[aria-label="Zoom in"]';
2021-08-15 03:43:44 +08:00
exports.pdfFileName = '100PagesFile';
2018-11-23 20:55:16 +08:00
exports.isTalking = '[data-test="isTalking"]';
exports.wasTalking = '[data-test="wasTalking"]';
exports.joinAudio = 'button[data-test="joinAudio"]';
exports.leaveAudio = 'button[data-test="leaveAudio"]';
exports.disconnectAudio = 'li[data-test="disconnectAudio"]';
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"]';
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"]';
exports.screenshareConnecting = 'div[data-test="screenshareConnecting"]';
exports.screenShareVideo = 'video[id="screenshareVideo"]';
exports.stopScreenSharing = 'button[aria-label="Stop sharing your screen"]';
exports.logout = 'li[data-test="logout"]';
exports.meetingEndedModal = 'div[data-test="meetingEndedModal"]';
exports.rating = 'div[data-test="rating"]';
exports.whiteboard = 'svg[data-test="whiteboard"]';
exports.pollMenuButton = 'button[data-test="pollMenuButton"]';
exports.unauthorized = 'h1[data-test="unauthorized"]';