bigbluebutton-Github/bigbluebutton-tests/puppeteer/notes/elements.js
2021-07-13 14:31:41 +00:00

4 lines
162 B
JavaScript

exports.sharedNotes = 'div[data-test="sharedNotes"]';
exports.hideNoteLabel = 'button[data-test="hideNoteLabel"]';
exports.etherpad = 'iframe[title="etherpad"]';