bigbluebutton-Github/bigbluebutton-html5/tests/puppeteer/presentation/elements.js

9 lines
417 B
JavaScript
Raw Normal View History

2018-11-23 20:55:16 +08:00
exports.presentationToolbarWrapper = '#presentationToolbarWrapper';
exports.nextSlide = 'button[aria-label="Next slide"]';
exports.prevSlide = 'button[aria-label="Previous slide"]';
exports.fileUpload = 'input[type="file"]';
exports.start = 'button[aria-label="Start"]';
exports.cancel = 'button[aria-label="Cancel]';
exports.uploadPresentation = '[data-test="uploadPresentation"]';
2018-11-23 20:55:16 +08:00
exports.skipSlide = '#skipSlide';