* Added basic support for JSEditor * Added copy and delete test cases * Basic changes for js editor * Basic tests * JSEditor Binding tests
15 lines
435 B
JSON
15 lines
435 B
JSON
{
|
|
"runButton": ".run-button",
|
|
"editNameField": ".bp3-editable-text-input",
|
|
"outputConsole": ".CodeEditorTarget",
|
|
"jsObjectName": ".t--action-name-edit-field",
|
|
"jsPage": ".form-row-header",
|
|
"jsPageProperty": ".entity-context-menu",
|
|
"propertyList": ".t--entity-property",
|
|
"delete": ".single-select >div:contains('Delete')",
|
|
"popover": "//*[local-name()='g' and @id='Icon/Outline/more-vertical']"
|
|
}
|
|
|
|
|
|
|