PromucFlow_constructor/app/client/cypress/locators/ReconnectLocators.js
haojin111 7b09976f52
feat: 12457 - added application import success modal (#12739)
* 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
2022-04-27 12:07:04 +05:30

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",
};