PromucFlow_constructor/app/client/cypress/locators/Widgets.json
2020-05-01 07:48:33 +00:00

16 lines
715 B
JSON

{
"containerWidget":".t--draggable-containerwidget",
"inputWidget":".t--draggable-inputwidget",
"togglebutton":"input[type='checkbox']",
"inputPropsDataType":".t--property-control-datatype",
"inputdatatypeplaceholder":".t--property-control-placeholder",
"buttonWidget":".t--draggable-buttonwidget",
"textWidget":".t--draggable-textwidget",
"tableWidget":".t--draggable-tablewidget",
"tableOnRowSelected":".t--property-control-onrowselected",
"dropdownSelectButton":".t--open-dropdown-Select",
"buttonOnClick": ".t--property-control-onclick",
"deleteWidget":".t--modal-widget>div .t--widget-delete-control",
"textbuttonWidget":"button.bp3-button[type='button']"
}