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]';
|
2018-12-01 04:56:21 +08:00
|
|
|
exports.uploadPresentation = '[data-test="uploadPresentation"]';
|
2018-11-23 20:55:16 +08:00
|
|
|
exports.skipSlide = '#skipSlide';
|