2024-08-26 09:01:32 -05:00
|
|
|
export const testIds = {
|
|
|
|
container: 'main-app-body',
|
|
|
|
actions: {
|
|
|
|
button: 'action-button',
|
|
|
|
},
|
|
|
|
modal: {
|
|
|
|
container: 'container',
|
|
|
|
open: 'open-link',
|
|
|
|
},
|
|
|
|
appA: {
|
|
|
|
container: 'a-app-body',
|
|
|
|
},
|
|
|
|
appB: {
|
|
|
|
modal: 'b-app-modal',
|
|
|
|
reusableComponent: 'b-app-configure-extension-component',
|
|
|
|
reusableAddedComponent: 'b-app-add-component',
|
|
|
|
exposedComponent: 'b-app-exposed-component',
|
|
|
|
},
|
2024-10-04 01:41:26 -05:00
|
|
|
appC: {
|
|
|
|
container: 'c-app-body',
|
|
|
|
section1: 'use-plugin-links',
|
|
|
|
section2: 'use-plugin-extensions',
|
|
|
|
},
|
2024-08-26 09:01:32 -05:00
|
|
|
legacyGettersPage: {
|
|
|
|
container: 'data-testid pg-legacy-getters-container',
|
|
|
|
section1: 'get-plugin-extensions',
|
|
|
|
section2: 'configure-extension-link-get-plugin-link-extensions',
|
|
|
|
section3: 'configure-extension-component-get-plugin-component-extensions',
|
|
|
|
},
|
|
|
|
legacyHooksPage: {
|
|
|
|
container: 'data-testid pg-legacy-hooks-container',
|
|
|
|
section1: 'use-plugin-extensions',
|
|
|
|
section2: 'configure-extension-link-use-plugin-link-extensions',
|
|
|
|
section3: 'configure-extension-component-use-plugin-component-extensions',
|
|
|
|
},
|
|
|
|
exposedComponentsPage: {
|
|
|
|
container: 'data-testid pg-exposed-components-container',
|
|
|
|
},
|
|
|
|
addedComponentsPage: {
|
|
|
|
container: 'data-testid pg-added-components-container',
|
|
|
|
},
|
|
|
|
addedLinksPage: {
|
|
|
|
container: 'data-testid pg-added-links-container',
|
2024-08-30 03:09:01 -05:00
|
|
|
section1: 'use-plugin-links',
|
2024-08-26 09:01:32 -05:00
|
|
|
},
|
|
|
|
};
|