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

16 lines
715 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",
2020-05-01 07:48:33 +00:00
"buttonOnClick": ".t--property-control-onclick",
"deleteWidget":".t--modal-widget>div .t--widget-delete-control",
"textbuttonWidget":"button.bp3-button[type='button']"
2020-03-20 14:21:24 +00:00
}