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

36 lines
2.0 KiB
JSON
Raw Normal View History

2020-03-20 14:21:24 +00:00
{
"editIcon": ".t--widget-propertypane-toggle",
"editPropCrossButton": ".t--property-pane-close-btn",
"deleteWidgetIcon": ".t--widget-delete-control",
"dropdownSelectButton": ".t--open-dropdown-Select-Action",
"crossbutton": ".t--property-pane-close-btn",
"dropdownAction": ".t--open-dropdown-Select-Action",
"datatypedropdown": ".t--property-control-datatype button",
"Alerttypedropdown": ".t--open-dropdown-Select-type",
"dropdownmenu": "ul.bp3-menu",
"containerInnerText": ".t--draggable-containerwidget pre",
"optionchangetextDropdown": " .t--property-control-onoptionchange .CodeMirror-code",
"optionchangetextCheckbox": ".t--property-control-oncheckchange .CodeMirror-code",
"optionchangetextInput": ".t--property-control-ontextchanged .CodeMirror-code",
"optionchangeRadioselect": ".t--property-control-onselectionchange .CodeMirror-code",
"onMarkerclick": ".t--property-control-onmarkerclick .CodeMirror-code",
"success": "div[type='success']",
"mapOptionChange": ".t--property-control-onmarkerclick .CodeMirror-code",
"dropdownbuttonclick": ".bp3-button",
"menuSelection": ".bp3-button > .bp3-button-text",
"scrollView": ".t--property-control-scrollcontents input",
"InputforText": ".t--property-control-text .CodeMirror-code",
"TextInside": ".bp3-ui-text span",
"homeIcon": ".bp3-icon.bp3-icon-home",
"typeWidgetName": ".bp3-editable-text-editing>input",
"requiredCheckbox": ".t--property-control-required input[type='checkbox']",
"visibleCheckbox": ".t--property-control-visible input[type='checkbox']",
"disableCheckbox": ".t--property-control-disabled input[type='checkbox']",
"labelTextStyle": ".bp3-ui-text span",
"bodyTextStyle": ".bp3-running-text span",
"headingTextStyle": ".bp3-heading span",
"editWidgetName": ".bp3-editable-text",
2020-05-18 05:34:49 +00:00
"dropDownIcon": ".t--property-control-textstyle span.bp3-icon-chevron-down",
2020-05-15 12:20:09 +00:00
"onDateSelectedField":".t--property-control-ondateselected"
2020-05-08 09:01:11 +00:00
2020-03-20 14:21:24 +00:00
}