mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
6 lines
242 B
JavaScript
6 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")]'
|
||
|
};
|