scratch-www/test/integration/teacher-registration/teacher_registration_utils.js

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")]'
};