2020-05-11 09:03:46 +00:00
|
|
|
{
|
2021-06-15 10:19:30 +00:00
|
|
|
"addNewQueryBtn": ".dbqueries .t--entity-add-btn",
|
2020-05-11 09:03:46 +00:00
|
|
|
"queryEditorIcon": ".t--nav-link-query-editor",
|
|
|
|
|
"templateMenu": ".t--template-menu",
|
2021-11-18 14:27:51 +00:00
|
|
|
"runQuery": "//span[text()='Run']/parent::button",
|
2020-05-11 09:03:46 +00:00
|
|
|
"saveQuery": ".t--save-query",
|
Feature/entity browse (#220)
# New Feature: Entity Explorer
- Entities are actions (apis and queries), datasources, pages, and widgets
- With this new feature, all entities in the application will be available
to view in the new entity explorer sidebar
- All existing application features from the api sidebar, query sidebar, datasource sidebar and pages sidebar
now are avialable on the entity explorer sidebar
- Users are now able to quickly switch to any entity in the application from the entity explorer sidebar.
- Users can also search all entities in the application from the new sidebar. Use cmd + f or ctrl + f to focus on the search input
- Users can rename entities from the new sidebar
- Users can also perform contextual actions on these entities like set a page as home page, copy/move actions, delete entity, etc from the context menu available alongside the entities in the sidebar
- Users can view the properties of the entities in the sidebar, as well as copy bindings to use in the application.
2020-08-10 08:52:45 +00:00
|
|
|
"deleteQuery": ".t--delete-query",
|
2021-07-07 03:46:16 +00:00
|
|
|
"queryMoreAction": ".t--more-action-menu",
|
|
|
|
|
"deleteUsingContext": ".t--apiFormDeleteBtn",
|
2020-10-20 09:00:02 +00:00
|
|
|
"createQuery": ".t--create-query",
|
2020-10-29 13:53:10 +00:00
|
|
|
"addQueryEntity": ".//div[contains(@class,'t--entity group queries')]//div[contains(@class,'t--entity-add-btn')]",
|
2020-12-08 09:24:02 +00:00
|
|
|
"addDatasource": ".t--add-datasource",
|
2021-06-15 10:19:30 +00:00
|
|
|
"editDatasourceButton": ".t--edit-datasource",
|
2021-06-16 12:02:15 +00:00
|
|
|
"queryNameField": ".t--action-name-edit-field input",
|
|
|
|
|
"settings": "li:contains('Settings')",
|
|
|
|
|
"query": "li:contains('Query')",
|
2021-07-26 16:44:10 +00:00
|
|
|
"switch": ".t--form-control-SWITCH input",
|
2021-09-13 08:57:00 +00:00
|
|
|
"suggestedTableWidget": ".t--suggested-widget-TABLE_WIDGET",
|
2021-11-18 14:27:51 +00:00
|
|
|
"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']",
|
2021-11-26 10:47:53 +00:00
|
|
|
"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']",
|
2021-12-29 05:41:30 +00:00
|
|
|
"deleteFileicon": "//button/span[@icon='trash']/ancestor::div[contains(@class,'t--widget-iconbuttonwidget')]",
|
2021-11-26 10:47:53 +00:00
|
|
|
"snipeableTable":"//input[@type='search']",
|
|
|
|
|
"suggestedWidgetDropdown": "//div[contains(@class, 't--suggested-widget-DROP_DOWN_WIDGET')]",
|
|
|
|
|
"suggestedWidgetText": "//div[contains(@class, 't--suggested-widget-TEXT_WIDGET')]",
|
2021-12-29 05:41:30 +00:00
|
|
|
"suggestedWidgetChart": ".t--suggested-widget-CHART_WIDGET",
|
2021-11-26 10:47:53 +00:00
|
|
|
"queryTimeout": "//input[@name='actionConfiguration.timeoutInMillisecond']",
|
2021-12-29 05:41:30 +00:00
|
|
|
"listingAndReviewContext": "//div[text()='listingAndReviews']/ancestor::div/following-sibling::div[contains(@class, 'entity-context-menu')]"
|
2021-11-18 14:27:51 +00:00
|
|
|
}
|