PromucFlow_constructor/app/client/cypress/locators/PgAdminlocators.json
Vijetha-Kaja bab8e6be8d
test: Fix flaky tests + Add clean up for git repos (#20319)
## Description

- Added clean up for git repos

**Fixed below flaky tests**
- Scrolling_spec.js
- PgAdmin_spec.js
- BasicLint_spec.ts
- Logs_spec.ts
- GraphQL_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>
Co-authored-by: Aishwarya-U-R <91450662+Aishwarya-U-R@users.noreply.github.com>
2023-02-06 13:07:01 +05:30

25 lines
1.3 KiB
JSON

{
"dropdownChevronLeft":".bp3-icon-chevron-left",
"addNewtable":"//span[text()='New Table']",
"addTablename":"(//div[@class='bp3-input-group']//input)[2]",
"addColumn":"//span[text()='Add Column']/parent::button/parent::div",
"addColumnName":"div[data-testid='input-container']",
"textField":"//span[text()='Text']",
"selectDatatype":"//div[text()='Varchar']",
"submitButton":"//span[text()='Submit']",
"closeButton":"//span[text()='Close']",
"viewButton":"//span[text()='View']",
"dropdownChevronDown":".t--draggable-dropdownwidget",
"selectInformationSchema":"//div[text()='information_schema']",
"deleteButton":"//span[text()='Delete']",
"confirmButton":"//span[text()='Confirm']",
"columnNamefield":"//span[text()='Column Name']",
"datatypefield":"//span[text()='Data Type']",
"bookname":"(//div[@class='bp3-input-group']//input)[5]",
"bookgenre":"(//div[@class='bp3-input-group']//input)[6]",
"bookprice":"(//div[@class='bp3-input-group']//input)[7]",
"bookquantity":"(//div[@class='bp3-input-group']//input)[8]",
"addtoCart":"//span[@class='bp3-button-text' and text()='Submit']",
"deletefromCart":"//span[@class='bp3-button-text' and text()='Delete']",
"editbookquantity":"(//div[@class='bp3-input-group']//input)[4]"
}