2021-03-26 09:33:35 +00:00
|
|
|
export const SHARED_ELEMENTS = {
|
2021-04-12 15:22:12 +00:00
|
|
|
header: "[data-test-id='page-header']",
|
2021-05-16 11:38:53 +00:00
|
|
|
progressBar: '[role="progressbar"]',
|
2021-05-31 07:50:31 +00:00
|
|
|
skeleton: '[data-test-id="skeleton"]',
|
2021-07-05 10:21:35 +00:00
|
|
|
table: 'table[class*="Table"]',
|
|
|
|
confirmationMsg: "[data-test='notification-success']"
|
2021-03-26 09:33:35 +00:00
|
|
|
};
|