PromucFlow_constructor/app/client/cypress/locators/PgAdminlocators.json
Tolulope Adetula bb2f7da823
feat: Select and Multiselect V2 (#10359)
* fix: Select V2

* Fix: CI Fail

* fix: failing test

* fix: failing test

* Fix: MultiSelect

* Fix: loading issue

* Fix: loadin state

* Fix: loading

* fix: failing test

* fix: evaluation tests

* Fix: failing tests

* Fix: failing test

* fix: failing tests

* Fix: Failing tests

* fix: select All

* fix: filtering

* Fix: filtering

* fix: refactor Select widget

* fix: hide MultiSelect

* fix: select options

* Fix: failing tests

* fix: failing tests

* Fix: issues

* Update system-themes.json

* Update system-themes.json

* Update system-themes.json

* Update system-themes.json

* fix: PR reviews

* Update EntityDefinitions.ts

* Fix: issues

* fix: console

* fix: QA issues

* fix: options issues

* fix: add widget icons

* fix: update Selectv2

* empty commit to fix CI

* fix: failing test
2022-02-02 06:15:07 -08:00

24 lines
1.2 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']",
"textField":"//span[text()='Text']",
"selectDatatype":"//div[text()='Varchar']",
"submitButton":"//span[text()='Submit']",
"closeButton":"//span[text()='Close']",
"viewButton":"//span[text()='View']",
"dropdownChevronDown":".t--draggable-selectwidget",
"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]"
}