PromucFlow_constructor/app/client/cypress/locators/JSEditor.json
yatinappsmith f900cf9765
test: JSEditor Tests (#8068)
* Added basic support for JSEditor

* Added copy and delete test cases

* Basic changes for js editor

* Basic tests

* JSEditor Binding tests
2021-10-07 07:59:16 +05:30

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']"
}