ToolJet/cypress-tests/cypress/constants/selectors/version.js
Srimanitejas123 956f345eb9
Updated private and public app spec (#11602)
* Updated app version spec

* Updated app editor spec

* Updated app editor spec

* Updated app editor spec

* Updated apps spec

* Updated app spec

* changes on app spec

* Updated version spec

* App import and export spec

* Updated apps spec based on review commends

* updated app import and export spec based on review comments

* Updated appEditor and privateAndpublic app spec based on review commends

* Updated version and app import and export spec based on review commends

* fixed selector for query search bar

* Updated private and public app spec based on review comments

* updated private ad public app based on review comments

* Updated version spec

* Updated according to review comment

* Updated based on review comments

* Updated based on review comments

* removed commented lines

* Updated api commands

* Updated app import export spec

* updated app import and export with tj_db

* Updated version spec

* Updated app import and export spec

---------

Co-authored-by: Sri mani Teja s <[email protected]>
Co-authored-by: Ajith KV <[email protected]>
2025-01-07 12:20:36 +05:30

10 lines
389 B
JavaScript

export const editVersionSelectors = {
editVersionTitle: '[data-cy="edit-version-title"]',
versionNameInputField: '[data-cy="edit-version-name-input-field"]',
saveButton: '[data-cy="save-button"]',
};
export const confirmVersionModalSelectors = {
modalMessage: '[data-cy="modal-message"]',
modal: '[data-cy="confirm-dialogue-box-text"]',
yesButton: '[data-cy="yes-button"]',
};