* 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>
16 lines
505 B
JSON
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']"
|
|
}
|
|
|
|
|
|
|