* added application import success modal * updated logic and added cypress test * fixed cypress test * added local storage for refresh * fixed issue - 11721 git import issue * fixed cypress test with new designd modal * fixed cypress test failed issue
8 lines
265 B
JavaScript
8 lines
265 B
JavaScript
export default {
|
|
Modal: ".reconnect-datasource-modal",
|
|
ClostBtn: ".t--reconnect-close-btn",
|
|
SkipToAppBtn: ".t--skip-to-application-btn",
|
|
ImportSuccessModal: ".t--import-app-success-modal",
|
|
ImportSuccessModalCloseBtn: ".t--import-success-modal-got-it",
|
|
};
|