
* 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
6 lines
191 B
JavaScript
6 lines
191 B
JavaScript
export const SHARED_ELEMENTS = {
|
|
header: "[data-test-id='page-header']",
|
|
progressBar: '[role="progressbar"]',
|
|
skeleton: '[data-test-id="skeleton"]',
|
|
table: 'table[class*="Table"]'
|
|
};
|