PromucFlow_constructor/app/client/cypress/locators/PgAdminlocators.json
Parthvi12 ff0222e270
test: PgAdminApp Intial (#9139)
* PgAdminApp Intial

* refactored spec file and adding PgAdminlocators.json file

* updated json file path

* updated locator file

* added comments to the spec file
2021-11-21 14:00:20 +00:00

17 lines
760 B
JSON

{
"dropdownChevronLeft":".bp3-icon-chevron-left",
"addNewtable":"//span[text()='New Table']",
"addTablename":"(//div[@class='bp3-input-group']//input)[2]",
"addColumn":"//span[text()='Add Column']",
"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']"
}