saleor-dashboard/cypress/elements/shared/sharedElements.js

8 lines
248 B
JavaScript
Raw Normal View History

export const SHARED_ELEMENTS = {
header: "[data-test-id='page-header']",
progressBar: '[role="progressbar"]',
skeleton: '[data-test-id="skeleton"]',
2021-07-05 10:21:35 +00:00
table: 'table[class*="Table"]',
confirmationMsg: "[data-test='notification-success']"
};