mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
5 lines
242 B
JavaScript
5 lines
242 B
JavaScript
module.exports.constants = {
|
|
'nextStepXpath': '//button[span[contains(text(), "Next Step")]]',
|
|
'generalErrorMessageXpath': '//span[@class="help-block validation-message" and contains(text(),'
|
|
+ '"This field is required")]'
|
|
};
|