PromucFlow_constructor/app/client/cypress/locators/TemplatesLocators.json
Vijetha-Kaja 3868224993
test: Cypress - Flaky Fix (#27189)
## Description

**Fixed below flaky tests**
- DSCrudAndBindings_Spec.ts
- EntityPropertiesLint_spec.ts
- Fork_Template_Existing_app_spec.js
- PlatformFn_spec.ts
- ClientSide/BugTests/Bug25894_spec.ts
 
## Type of change

- Flaky test fix

## How Has This Been Tested?
- Cypress test runs

## Checklist:
### QA activity:
- [ ] Test plan has been approved by relevant developers
- [ ] Test plan has been peer reviewed by QA
- [ ] Cypress test cases have been added and approved by either SDET or
manual QA
- [ ] Organized project review call with relevant stakeholders after
Round 1/2 of QA
- [ ] Added Test Plan Approved label after reveiwing all Cypress test

---------

Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2023-09-12 22:49:30 +05:30

14 lines
615 B
JSON

{
"templatesTab": ".t--templates-tab",
"templateForkButton": ".t--fork-template",
"dialogForkButton": ".t--fork-template-button",
"templateCard": "[data-testid='template-card']",
"templateViewForkButton": "[data-testid='template-fork-button']",
"startFromTemplateCard": "[data-testid=start-from-template]",
"templateDialogBox": "[data-testid=t--templates-dialog-component]",
"selectCheckbox": ".ads-v2-checkbox",
"closeButton": "//button[@aria-label='Close']//span",
"marketingDashboard": "//h1[text()='Marketing Dashboard']",
"meetingSchedulerDashboard": "//h1[text()='Meeting Scheduler']"
}