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

- Fixed previous PR review comments

**Fixed below flaky tests**

- TableV2_PropertyPane_1_spec.js
- Table_Derived_Column_Data_validation_spec.js
- ConversionFlow_Corner_Cases_spec.ts
- Topstacked_spec.ts
- FirstTimeUserOnboarding_spec.js

## 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
2023-07-03 20:13:34 +05:30

13 lines
593 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": "//span[@name='close-x']",
"marketingDashboard":"//h1[text()='Marketing Dashboard']/parent::div//button[contains(@class, 't--fork-template')]"
}