
* add update data test ids * fix not changed test ids * fix data-test-id for gift cards * remove comment * fix base url
4 lines
139 B
JavaScript
4 lines
139 B
JavaScript
export const SET_PASSWORD = {
|
|
passwordInput: '[data-test-id="password"]',
|
|
confirmPasswordInput: '[data-test-id="confirm-password"]'
|
|
};
|