9 lines
417 B
JavaScript
9 lines
417 B
JavaScript
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"]';
|
|
exports.skipSlide = '#skipSlide';
|