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

60 lines
3.4 KiB
JSON
Raw Normal View History

2020-03-20 14:21:24 +00:00
{
"editIcon": ".t--widget-propertypane-toggle",
2020-05-28 18:10:26 +00:00
"helpIcon": ".t--widget-help-control",
"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",
2020-06-10 17:31:20 +00:00
"containerInnerText": ".t--draggable-containerwidget span.t--widget-name",
"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",
2020-05-26 12:22:29 +00:00
"success": "div[type='success'] span",
"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-28 06:37:47 +00:00
"onDateSelectedField": ".t--property-control-ondateselected",
2020-06-03 10:50:10 +00:00
"TableRow": ".t--draggable-tablewidget .tbody",
2020-05-28 06:37:47 +00:00
"Disablejs": ".t--property-control-disabled",
"requiredjs": ".t--property-control-required",
2020-05-28 10:35:54 +00:00
"horizontalScroll": ".t--property-control-allowhorizontalscroll input",
2020-06-10 17:31:20 +00:00
"tableInner": ".t--draggable-tablewidget span.t--widget-name",
2020-05-28 10:35:54 +00:00
"pdfSupport": ".t--property-control-pdfexport input",
"ExcelSupport": ".t--property-control-excelexport input",
"dropDownBtn": ".bp3-icon-chevron-down",
2020-05-28 06:37:47 +00:00
"disabledField": " .bp3-disabled",
2020-05-28 10:35:54 +00:00
"disabledBtn": " button[disabled='disabled']",
2020-05-29 10:02:03 +00:00
"inputField": " .bp3-input",
"csvSupport": ".t--property-control-csvexport input",
2020-06-03 10:50:10 +00:00
"backToEditor": ".t--back-to-editor",
2020-06-02 06:58:15 +00:00
"enableSearchLocCheckbox": ".t--property-control-enablesearchlocation input",
"enablePickLocCheckbox": ".t--property-control-enablepicklocation input",
2020-06-10 12:25:16 +00:00
"enableCreateMarkerCheckbox": ".t--property-control-createnewmarker input",
2020-06-10 17:31:20 +00:00
"widgetNameTag": "span.t--widget-name",
2020-06-10 12:25:16 +00:00
"serverSidePaginationCheckbox": ".t--property-control-serversidepagination input",
"rightArrowBtn": "span[icon='chevron-right']",
"toastMsg": ".Toastify__toast.Toastify__toast--default span",
"callApi": ".t--property-control-onpagechange .t--open-dropdown-Select-Action",
"singleSelectMenuItem": ".bp3-menu-item.single-select div",
"selectMenuItem": ".bp3-menu li>a>div"
2020-05-29 10:02:03 +00:00
}