PromucFlow_constructor/app/client/cypress/locators/GuidedTour.json
Vijetha-Kaja d8e06778e4
test: Flaky test fix (#21120)
## Description

**Fixed below flaky tests**

- DeleteWorkspace_spec.js
- Guided Tour.js
- GraphQL_spec.ts
- CreateNewApp_spec.js
- PgAdmin spec
- DS - CreateQuery methods refactored
- Mock DB creation refactored

## 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-03-05 08:52:42 +05:30

11 lines
346 B
JSON

{
"banner": "[data-cy='guided-tour-banner']",
"welcomeTour": ".t--welcome-tour",
"startBuilding": ".t--start-building",
"successButton": ".t--success-button",
"infoButton": ".t--info-button",
"hintButton": ".t--hint-button",
"rating": ".t--guided-tour-rating",
"inputfields": ".t--draggable-inputwidgetv2 input"
}