
* add tests for puchase by type * add expect for isShippingRequired * tests for adyen * tests for adyen * tests for adyen * tests for adyen * adyen * adyen * adyen * adyen * adyen * warehouses in chcekout * rm warehouses in chcekout * adyen payments * adyen * tests for orders * fix shipping * unskipp * orders * add empty lines * add empty lines and reduce * add empty lines
13 lines
537 B
JavaScript
13 lines
537 B
JavaScript
export const BUTTON_SELECTORS = {
|
|
back: '[data-test-id="app-header-back-button"]',
|
|
submit: '[data-test="submit"]',
|
|
confirm: '[data-test="button-bar-confirm"]',
|
|
goBackButton: "[data-test-id='app-header-back-button']",
|
|
checkbox: "[type='checkbox']",
|
|
checked: "[class*='checked']",
|
|
selectOption: "[data-test*='select-option']",
|
|
notSelectedOption: ":not([aria-selected])",
|
|
deleteButton: '[data-test="button-bar-delete"]',
|
|
expandIcon: '[data-test-id="expand-icon"]',
|
|
showMoreButton: '[data-test-id="showMoreButton"]'
|
|
};
|