* Bugs #9069, #9201, #6975, #9922 - Scripted * Mongo DS update from Cloud to Localhost * Updating command.js * Ignoring Mongo until Localhost is fixed * S3 fixes * S3 fix * Mongo Cloud to Localhost transition * Bug #6375 scripted * Failure fix * S3 fix + testSaveDs method flow update * Refresh datasource structure script fix * Entity explorer datasource structure script fix * testSaveDs method flow update fixes * testSaveDs method flow update fixes - set 2 * S3, Mongo Skipping cases fix * Custom Chart failure fix * Button-Call-Query Validation case script fix * Confirm run action failure fix * Confirm run action script fix * Dropdown-Call-Query Validation script fix * S3 - Delete icon issue fix * S3 - Delete icon locator updated * actionContextMenuByEntityName method call update * Table widget add new menu button column - rgb fix * Commenting BG color verify - to override flakiness * Mongo skipping script fix * Commenting Cypress.runner.stop()
36 lines
2.2 KiB
JSON
36 lines
2.2 KiB
JSON
{
|
|
"addNewQueryBtn": ".dbqueries .t--entity-add-btn",
|
|
"queryEditorIcon": ".t--nav-link-query-editor",
|
|
"templateMenu": ".t--template-menu",
|
|
"runQuery": "//span[text()='Run']/parent::button",
|
|
"saveQuery": ".t--save-query",
|
|
"deleteQuery": ".t--delete-query",
|
|
"queryMoreAction": ".t--more-action-menu",
|
|
"deleteUsingContext": ".t--apiFormDeleteBtn",
|
|
"createQuery": ".t--create-query",
|
|
"addQueryEntity": ".//div[contains(@class,'t--entity group queries')]//div[contains(@class,'t--entity-add-btn')]",
|
|
"addDatasource": ".t--add-datasource",
|
|
"editDatasourceButton": ".t--edit-datasource",
|
|
"queryNameField": ".t--action-name-edit-field input",
|
|
"settings": "li:contains('Settings')",
|
|
"query": "li:contains('Query')",
|
|
"switch": ".t--form-control-SWITCH input",
|
|
"suggestedTableWidget": ".t--suggested-widget-TABLE_WIDGET",
|
|
"queryResponse": "(//div[@class='table']//div[@class='tr'])[3]//div[@class='td']",
|
|
"querySelect": "//div[contains(@class, 't--template-menu')]//div[text()='Select']",
|
|
"queryCreate": "//div[contains(@class, 't--template-menu')]//div[text()='Create']",
|
|
"queryUpdate": "//div[contains(@class, 't--template-menu')]//div[text()='Update']",
|
|
"queryDelete": "//div[contains(@class, 't--template-menu')]//div[text()='Delete']",
|
|
"codeTextArea": "//div[@class='CodeMirror-code']//span/span",
|
|
"countText": "//span[contains(@class, 'cs-text')][text()='Result:']/span",
|
|
"searchFilefield": "//input[@placeholder='Search File Prefix']",
|
|
"copyURLicon": "//button/span[@icon='link']",
|
|
"deleteFileicon": "//button/span[@icon='trash']/ancestor::div[contains(@class,'t--widget-iconbuttonwidget')]",
|
|
"snipeableTable":"//input[@type='search']",
|
|
"suggestedWidgetDropdown": "//div[contains(@class, 't--suggested-widget-DROP_DOWN_WIDGET')]",
|
|
"suggestedWidgetText": "//div[contains(@class, 't--suggested-widget-TEXT_WIDGET')]",
|
|
"suggestedWidgetChart": ".t--suggested-widget-CHART_WIDGET",
|
|
"queryTimeout": "//input[@name='actionConfiguration.timeoutInMillisecond']",
|
|
"listingAndReviewContext": "//div[text()='listingAndReviews']/ancestor::div/following-sibling::div[contains(@class, 'entity-context-menu')]"
|
|
}
|