* PgAdminApp Intial * refactored spec file and adding PgAdminlocators.json file * updated json file path * updated locator file * added comments to the spec file
17 lines
760 B
JSON
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']"
|
|
} |