2023-03-09 08:18:07 +00:00
|
|
|
export const APPS_LIST_SELECTORS = {
|
2022-10-24 08:22:45 +00:00
|
|
|
createLocalAppButton: '[data-test-id="create-app"]',
|
2023-03-09 08:18:07 +00:00
|
|
|
createExternalAppButton: '[data-test-id="add-app-from-manifest"]',
|
2021-07-15 10:27:07 +00:00
|
|
|
};
|