module.exports.constants = { 'nextStepXpath': '//button[span[contains(text(), "Next Step")]]', 'generalErrorMessageXpath': '//span[@class="help-block validation-message" and contains(text(),' + '"This field is required")]' };