## Description - This PR - improved EnterURL() to - verify for api url entering issue - Improves AssertText() - added new locator (_widgetToVerifyText) for ease of use - Improved StatboxDsl_spec.js validation - Childwigets/List_Select_Widgets_spec.js (DragDrop - trial fix) - Fork_Template_spec.js - trial fix - ServerSide/LoginTests/LoginFailure_spec.js - /OtherUIFeatures/ApplicationURL_spec.js - ListV2/Childwigets/List_Inputs_spec.js - SettingsPane/EmbedSettings_spec.ts - Templates/Fork_Template_Existing_app_spec.js - ListV2/ListV2_SerververSide_spec.js - New TestScript - ConnectionErrors_spec.ts - added - /OtherUIFeatures/ViewMode_spec.js - Apps/PgAdmin_spec.js - trial fix #### Type of change - Script fix (non-breaking change which fixes an issue) ## Testing > #### How Has This Been Tested? - [X] Cypress CI runs ## Checklist: #### QA activity: - [X] Added `Test Plan Approved` label after Cypress tests were reviewed
30 lines
1.4 KiB
JSON
30 lines
1.4 KiB
JSON
{
|
|
"dropdownChevronLeft": ".t--close-editor",
|
|
"addNewtable": "//span[text()='New Table']",
|
|
"inputValues": "//div[@class='bp3-input-group']",
|
|
"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'])[5]",
|
|
"bookgenre": "(//div[@class='bp3-input-group'])[6]",
|
|
"bookprice": "(//div[@class='bp3-input-group'])[7]",
|
|
"bookquantity": "(//div[@class='bp3-input-group'])[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'])[4]",
|
|
"addButton": "//span[text()='Add']/parent::button",
|
|
"editButton": "//span[text()='Edit']/parent::button",
|
|
"loadButton": ".bp3-button.bp3-loading"
|
|
}
|