PromucFlow_constructor/app/client/cypress/locators/Layout.json
Tejaaswini Narendra 0c9ad77cc0 Query pane fixes
- Show mongo execute response in seperate cards for each record
- Update postgres read template
- Show query execute error message in the UI.
2020-05-20 14:09:51 +00:00

9 lines
369 B
JSON

{
"tabWidget": ".t--draggable-tabswidget",
"tabInput": ".t--draggable-tabswidget pre",
"tabName": ".t--property-control-tabs input",
"tabDefault": ".t--property-control-defaulttab .CodeMirror-code",
"tabButton": ".t--property-control-tabs button",
"tabDelete": ".t--property-control-tabs mask",
"tabContainer": "div[type='TABS_WIDGET']"
}