PromucFlow_constructor/app/client/cypress/locators/JSEditor.json
Ayangade Adeoluwa 5f93385f78
feat: Revamp deletion flow (#11774)
* Revamp deletion flow

* remove modal confirmation from cypress tests

* Fix tests, add functionality for other deletion flows

* Fix some more tests

* remove credentials

* fix cypress errors

* Fix more failing cypress tests

* Fix more failing tests

* Fixes failing jest case

* Fix failing tests, Use constant styling for treedropdown component

* Fix failing cypress tests

* Fix failing cypress tests

* Fixes failing Mongo spec test

* Fix datasource card merge conflicts

Co-authored-by: Adeoluwa Ayangade <adeoluwaayangade@Adeoluwas-MacBook-Pro.local>
2022-03-23 05:33:06 +00:00

16 lines
505 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')",
"deleteConfirm": ".single-select >div:contains('Are you sure?')",
"popover": "//*[local-name()='g' and @id='Icon/Outline/more-vertical']"
}