export default { default: { locators: { hintMessage: '//div[@data-testid = "hint"]', hintMessage2: '(//div[@data-testid = "hint"])[2]', beneDraftTextHint: '(//div[@data-testid = "hint"])[1]', warningNotification: '//div[@data-testid = "warning-notification"]', closeButton: '//button[@data-testid = "close"]' } }, v8: { locators: {} }, v8_1: { locators: {} } };