4 lines
162 B
JavaScript
4 lines
162 B
JavaScript
exports.sharedNotes = 'div[data-test="sharedNotes"]';
|
|
exports.hideNoteLabel = 'button[data-test="hideNoteLabel"]';
|
|
exports.etherpad = 'iframe[title="etherpad"]';
|