PromucFlow_constructor/app/client/cypress/locators/Widgets.json

14 lines
587 B
JSON
Raw Normal View History

2020-03-20 14:21:24 +00:00
{
"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",
2020-04-02 04:47:48 +00:00
"tableWidget":".t--draggable-tablewidget",
2020-04-08 13:38:19 +00:00
"tableOnRowSelected":".t--property-control-onrowselected",
"dropdownSelectButton":".t--open-dropdown-Select",
"buttonOnClick": ".t--property-control-onclick"
2020-03-20 14:21:24 +00:00
}