@wix/patterns 1.37.0 → 1.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/components/{MultiBulkActionButton/MultiBulkActionButton.js → ActionControl/ActionButton.js} +9 -10
- package/dist/cjs/components/ActionControl/ActionButton.js.map +1 -0
- package/dist/cjs/components/{MultiBulkActionButton/MultiBulkActionControl.js → ActionControl/ActionControl.js} +11 -11
- package/dist/cjs/components/ActionControl/ActionControl.js.map +1 -0
- package/dist/cjs/components/{MultiBulkActionButton/MultiBulkActionPopover.js → ActionControl/ActionPopover.js} +11 -12
- package/dist/cjs/components/ActionControl/ActionPopover.js.map +1 -0
- package/dist/cjs/components/ActionControl/ActionSubItemProps.js +4 -0
- package/dist/cjs/components/ActionControl/ActionSubItemProps.js.map +1 -0
- package/dist/cjs/components/ActionControl/index.js +28 -0
- package/dist/cjs/components/ActionControl/index.js.map +1 -0
- package/dist/cjs/components/Collapse/Collapse.st.css.js +3 -3
- package/dist/cjs/components/Collapse/Collapse.st.css.js.map +1 -1
- package/dist/cjs/components/CollectionToolbar/CollectionToolbar.st.css.js +5 -5
- package/dist/cjs/components/CollectionToolbar/CollectionToolbar.st.css.js.map +1 -1
- package/dist/cjs/components/CollectionToolbar/SearchOrCustomFilter.st.css.js +3 -3
- package/dist/cjs/components/CollectionToolbar/SearchOrCustomFilter.st.css.js.map +1 -1
- package/dist/cjs/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.js +2 -2
- package/dist/cjs/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.js.map +1 -1
- package/dist/cjs/components/CollectionViewsDropdown/ViewsDropdown.st.css.js +2 -2
- package/dist/cjs/components/CollectionViewsDropdown/ViewsDropdown.st.css.js.map +1 -1
- package/dist/cjs/components/CustomFieldsWidget/CustomFieldsViewWidgetSection.st.css.js +3 -3
- package/dist/cjs/components/CustomFieldsWidget/CustomFieldsViewWidgetSection.st.css.js.map +1 -1
- package/dist/cjs/components/DragAndDrop/DragOverlayTestComponent.js +48 -0
- package/dist/cjs/components/DragAndDrop/DragOverlayTestComponent.js.map +1 -0
- package/dist/cjs/components/DragHandle/DragHandle.st.css.js +2 -2
- package/dist/cjs/components/DragHandle/DragHandle.st.css.js.map +1 -1
- package/dist/cjs/components/Fade/Fade.st.css.js +2 -2
- package/dist/cjs/components/Fade/Fade.st.css.js.map +1 -1
- package/dist/cjs/components/Heading/Heading.st.css.js +2 -2
- package/dist/cjs/components/Heading/Heading.st.css.js.map +1 -1
- package/dist/cjs/components/InputOverflow/InputOverflow.st.css.js +2 -2
- package/dist/cjs/components/InputOverflow/InputOverflow.st.css.js.map +1 -1
- package/dist/cjs/components/MaxHeightText/MaxHeightText.st.css.js +2 -2
- package/dist/cjs/components/MaxHeightText/MaxHeightText.st.css.js.map +1 -1
- package/dist/cjs/components/MaxLines/MaxLines.st.css.js +2 -2
- package/dist/cjs/components/MaxLines/MaxLines.st.css.js.map +1 -1
- package/dist/cjs/components/MoreActions/{MoreActions.js → MoreActionsBase.js} +11 -27
- package/dist/cjs/components/MoreActions/MoreActionsBase.js.map +1 -0
- package/dist/cjs/components/MoreActions/MoreActionsIcon.js +42 -0
- package/dist/cjs/components/MoreActions/MoreActionsIcon.js.map +1 -0
- package/dist/cjs/components/MoreActions/MoreActionsText.js +46 -0
- package/dist/cjs/components/MoreActions/MoreActionsText.js.map +1 -0
- package/dist/cjs/components/MoreActions/index.js +7 -6
- package/dist/cjs/components/MoreActions/index.js.map +1 -1
- package/dist/cjs/components/MultiBulkActionToolbar/MultiBulkActionToolbar.js +28 -23
- package/dist/cjs/components/MultiBulkActionToolbar/MultiBulkActionToolbar.js.map +1 -1
- package/dist/cjs/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.js +2 -2
- package/dist/cjs/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.js.map +1 -1
- package/dist/cjs/components/MultiBulkActionToolbar/MultiBulkActionToolbarState.js.map +1 -1
- package/dist/cjs/components/NestedTable/NestedTable.uni.driver.js +3 -1
- package/dist/cjs/components/NestedTable/NestedTable.uni.driver.js.map +1 -1
- package/dist/cjs/components/NestedTable/NestedTableRow.st.css.js +5 -5
- package/dist/cjs/components/NestedTable/NestedTableRow.st.css.js.map +1 -1
- package/dist/cjs/components/NestedTableDragAndDrop/DepthLimitMessage.js +48 -0
- package/dist/cjs/components/NestedTableDragAndDrop/DepthLimitMessage.js.map +1 -0
- package/dist/cjs/components/NestedTableDragAndDrop/NestedTableDragAndDropContext.js +33 -6
- package/dist/cjs/components/NestedTableDragAndDrop/NestedTableDragAndDropContext.js.map +1 -1
- package/dist/cjs/components/NestedTableDragAndDrop/NestedTableDragAndDropOverlay.js +50 -0
- package/dist/cjs/components/NestedTableDragAndDrop/NestedTableDragAndDropOverlay.js.map +1 -0
- package/dist/cjs/components/NestedTableDragAndDrop/NestedTableDragAndDropOverlayPopover.js +64 -0
- package/dist/cjs/components/NestedTableDragAndDrop/NestedTableDragAndDropOverlayPopover.js.map +1 -0
- package/dist/cjs/components/NestedTableDragAndDrop/NestedTableDragAndDropState.js +29 -1
- package/dist/cjs/components/NestedTableDragAndDrop/NestedTableDragAndDropState.js.map +1 -1
- package/dist/cjs/components/NestedTableDragAndDrop/NestedTableDragOverlay.uni.driver.js +15 -0
- package/dist/cjs/components/NestedTableDragAndDrop/NestedTableDragOverlay.uni.driver.js.map +1 -0
- package/dist/cjs/components/PickerContent/PickerContent.st.css.js +2 -2
- package/dist/cjs/components/PickerContent/PickerContent.st.css.js.map +1 -1
- package/dist/cjs/components/PickerContent/PickerContentAdditionalStep.st.css.js +4 -4
- package/dist/cjs/components/PickerContent/PickerContentAdditionalStep.st.css.js.map +1 -1
- package/dist/cjs/components/PickerTableListItem/PickerTableListItem.st.css.js +2 -2
- package/dist/cjs/components/PickerTableListItem/PickerTableListItem.st.css.js.map +1 -1
- package/dist/cjs/components/ScrollableContent/ScrollableContent.st.css.js +2 -2
- package/dist/cjs/components/ScrollableContent/ScrollableContent.st.css.js.map +1 -1
- package/dist/cjs/components/SkeletonCard/SkeletonCard.st.css.js +3 -3
- package/dist/cjs/components/SkeletonCard/SkeletonCard.st.css.js.map +1 -1
- package/dist/cjs/components/SlidingModal/SlidingModal.st.css.js +2 -2
- package/dist/cjs/components/SlidingModal/SlidingModal.st.css.js.map +1 -1
- package/dist/cjs/components/Table/TableVirtualHeader.st.css.js +2 -2
- package/dist/cjs/components/Table/TableVirtualHeader.st.css.js.map +1 -1
- package/dist/cjs/components/Table/getVirtualTableProps.js +1 -1
- package/dist/cjs/components/Table/getVirtualTableProps.js.map +1 -1
- package/dist/cjs/components/TabsFilter/TabsFilter.st.css.js +3 -3
- package/dist/cjs/components/TabsFilter/TabsFilter.st.css.js.map +1 -1
- package/dist/cjs/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.js +2 -2
- package/dist/cjs/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.js.map +1 -1
- package/dist/cjs/components/ToolbarItemBox/ToolbarItemBox.st.css.js +2 -2
- package/dist/cjs/components/ToolbarItemBox/ToolbarItemBox.st.css.js.map +1 -1
- package/dist/cjs/components/common.st.css.js +4 -4
- package/dist/cjs/components/common.st.css.js.map +1 -1
- package/dist/cjs/index.js +6 -4
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/state/NestedTableState/NestedTableNodeState.js +22 -2
- package/dist/cjs/state/NestedTableState/NestedTableNodeState.js.map +1 -1
- package/dist/cjs/state/TagsBulkAssignPopoverState.js +10 -4
- package/dist/cjs/state/TagsBulkAssignPopoverState.js.map +1 -1
- package/dist/cjs/state/TagsModalState.js +11 -4
- package/dist/cjs/state/TagsModalState.js.map +1 -1
- package/dist/cjs/styles.global.css +1 -1
- package/dist/cjs/test-utils/TagsMocks.js +23 -1
- package/dist/cjs/test-utils/TagsMocks.js.map +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/cjs/version.js.map +1 -1
- package/dist/esm/components/{MultiBulkActionButton/MultiBulkActionButton.js → ActionControl/ActionButton.js} +5 -7
- package/dist/esm/components/ActionControl/ActionButton.js.map +1 -0
- package/dist/esm/components/ActionControl/ActionControl.js +9 -0
- package/dist/esm/components/ActionControl/ActionControl.js.map +1 -0
- package/dist/esm/components/{MultiBulkActionButton/MultiBulkActionPopover.js → ActionControl/ActionPopover.js} +4 -6
- package/dist/esm/components/ActionControl/ActionPopover.js.map +1 -0
- package/dist/esm/components/ActionControl/ActionSubItemProps.js +2 -0
- package/dist/esm/components/ActionControl/ActionSubItemProps.js.map +1 -0
- package/dist/esm/components/ActionControl/index.js +5 -0
- package/dist/esm/components/ActionControl/index.js.map +1 -0
- package/dist/esm/components/Collapse/Collapse.st.css.js +2 -2
- package/dist/esm/components/Collapse/Collapse.st.css.js.map +1 -1
- package/dist/esm/components/CollectionToolbar/CollectionToolbar.st.css.js +2 -2
- package/dist/esm/components/CollectionToolbar/SearchOrCustomFilter.st.css.js +2 -2
- package/dist/esm/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.js +2 -2
- package/dist/esm/components/CollectionViewsDropdown/ViewsDropdown.st.css.js +2 -2
- package/dist/esm/components/CollectionViewsDropdown/ViewsDropdown.st.css.js.map +1 -1
- package/dist/esm/components/CustomFieldsWidget/CustomFieldsViewWidgetSection.st.css.js +2 -2
- package/dist/esm/components/CustomFieldsWidget/CustomFieldsViewWidgetSection.st.css.js.map +1 -1
- package/dist/esm/components/DragAndDrop/DragOverlayTestComponent.js +19 -0
- package/dist/esm/components/DragAndDrop/DragOverlayTestComponent.js.map +1 -0
- package/dist/esm/components/DragHandle/DragHandle.st.css.js +2 -2
- package/dist/esm/components/DragHandle/DragHandle.st.css.js.map +1 -1
- package/dist/esm/components/Fade/Fade.st.css.js +2 -2
- package/dist/esm/components/Fade/Fade.st.css.js.map +1 -1
- package/dist/esm/components/Heading/Heading.st.css.js +2 -2
- package/dist/esm/components/InputOverflow/InputOverflow.st.css.js +2 -2
- package/dist/esm/components/MaxHeightText/MaxHeightText.st.css.js +2 -2
- package/dist/esm/components/MaxHeightText/MaxHeightText.st.css.js.map +1 -1
- package/dist/esm/components/MaxLines/MaxLines.st.css.js +2 -2
- package/dist/esm/components/MoreActions/{MoreActions.js → MoreActionsBase.js} +6 -8
- package/dist/esm/components/MoreActions/MoreActionsBase.js.map +1 -0
- package/dist/esm/components/MoreActions/MoreActionsIcon.js +12 -0
- package/dist/esm/components/MoreActions/MoreActionsIcon.js.map +1 -0
- package/dist/esm/components/MoreActions/MoreActionsText.js +12 -0
- package/dist/esm/components/MoreActions/MoreActionsText.js.map +1 -0
- package/dist/esm/components/MoreActions/index.js +1 -1
- package/dist/esm/components/MoreActions/index.js.map +1 -1
- package/dist/esm/components/MultiBulkActionToolbar/MultiBulkActionToolbar.js +8 -3
- package/dist/esm/components/MultiBulkActionToolbar/MultiBulkActionToolbar.js.map +1 -1
- package/dist/esm/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.js +2 -2
- package/dist/esm/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.js.map +1 -1
- package/dist/esm/components/MultiBulkActionToolbar/MultiBulkActionToolbarState.js.map +1 -1
- package/dist/esm/components/NestedTable/NestedTable.uni.driver.js +2 -0
- package/dist/esm/components/NestedTable/NestedTable.uni.driver.js.map +1 -1
- package/dist/esm/components/NestedTable/NestedTableRow.st.css.js +2 -2
- package/dist/esm/components/NestedTableDragAndDrop/DepthLimitMessage.js +14 -0
- package/dist/esm/components/NestedTableDragAndDrop/DepthLimitMessage.js.map +1 -0
- package/dist/esm/components/NestedTableDragAndDrop/NestedTableDragAndDropContext.js +11 -2
- package/dist/esm/components/NestedTableDragAndDrop/NestedTableDragAndDropContext.js.map +1 -1
- package/dist/esm/components/NestedTableDragAndDrop/NestedTableDragAndDropOverlay.js +20 -0
- package/dist/esm/components/NestedTableDragAndDrop/NestedTableDragAndDropOverlay.js.map +1 -0
- package/dist/esm/components/NestedTableDragAndDrop/NestedTableDragAndDropOverlayPopover.js +15 -0
- package/dist/esm/components/NestedTableDragAndDrop/NestedTableDragAndDropOverlayPopover.js.map +1 -0
- package/dist/esm/components/NestedTableDragAndDrop/NestedTableDragAndDropState.js +30 -2
- package/dist/esm/components/NestedTableDragAndDrop/NestedTableDragAndDropState.js.map +1 -1
- package/dist/esm/components/NestedTableDragAndDrop/NestedTableDragOverlay.uni.driver.js +11 -0
- package/dist/esm/components/NestedTableDragAndDrop/NestedTableDragOverlay.uni.driver.js.map +1 -0
- package/dist/esm/components/PickerContent/PickerContent.st.css.js +2 -2
- package/dist/esm/components/PickerContent/PickerContentAdditionalStep.st.css.js +2 -2
- package/dist/esm/components/PickerTableListItem/PickerTableListItem.st.css.js +2 -2
- package/dist/esm/components/ScrollableContent/ScrollableContent.st.css.js +2 -2
- package/dist/esm/components/SkeletonCard/SkeletonCard.st.css.js +2 -2
- package/dist/esm/components/SkeletonCard/SkeletonCard.st.css.js.map +1 -1
- package/dist/esm/components/SlidingModal/SlidingModal.st.css.js +2 -2
- package/dist/esm/components/Table/TableVirtualHeader.st.css.js +2 -2
- package/dist/esm/components/Table/getVirtualTableProps.js +1 -1
- package/dist/esm/components/Table/getVirtualTableProps.js.map +1 -1
- package/dist/esm/components/TabsFilter/TabsFilter.st.css.js +2 -2
- package/dist/esm/components/TabsFilter/TabsFilter.st.css.js.map +1 -1
- package/dist/esm/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.js +2 -2
- package/dist/esm/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.js.map +1 -1
- package/dist/esm/components/ToolbarItemBox/ToolbarItemBox.st.css.js +2 -2
- package/dist/esm/components/common.st.css.js +2 -2
- package/dist/esm/components/common.st.css.js.map +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/state/NestedTableState/NestedTableNodeState.js +9 -0
- package/dist/esm/state/NestedTableState/NestedTableNodeState.js.map +1 -1
- package/dist/esm/state/TagsBulkAssignPopoverState.js +11 -5
- package/dist/esm/state/TagsBulkAssignPopoverState.js.map +1 -1
- package/dist/esm/state/TagsModalState.js +12 -5
- package/dist/esm/state/TagsModalState.js.map +1 -1
- package/dist/esm/styles.global.css +1 -1
- package/dist/esm/test-utils/TagsMocks.js +17 -1
- package/dist/esm/test-utils/TagsMocks.js.map +1 -1
- package/dist/esm/version.js +1 -1
- package/dist/types/components/ActionControl/ActionButton.d.ts +11 -0
- package/dist/types/components/ActionControl/ActionButton.d.ts.map +1 -0
- package/dist/types/components/ActionControl/ActionControl.d.ts +8 -0
- package/dist/types/components/ActionControl/ActionControl.d.ts.map +1 -0
- package/dist/types/components/ActionControl/ActionPopover.d.ts +8 -0
- package/dist/types/components/ActionControl/ActionPopover.d.ts.map +1 -0
- package/dist/types/components/{MultiBulkActionButton/MultiBulkActionSubItemProps.d.ts → ActionControl/ActionSubItemProps.d.ts} +6 -5
- package/dist/types/components/ActionControl/ActionSubItemProps.d.ts.map +1 -0
- package/dist/types/components/ActionControl/index.d.ts +5 -0
- package/dist/types/components/ActionControl/index.d.ts.map +1 -0
- package/dist/types/components/Collapse/Collapse.st.css.d.ts.map +1 -1
- package/dist/types/components/CollectionList/CollectionList.uni.driver.d.ts +20 -20
- package/dist/types/components/CollectionTable/CollectionTable.uni.driver.d.ts +40 -40
- package/dist/types/components/CollectionToolbar/CollectionToolbar.uni.driver.d.ts +20 -20
- package/dist/types/components/CollectionViewsDropdown/CollectionViewsDropdown.uni.driver.d.ts +10 -10
- package/dist/types/components/CollectionViewsDropdown/ViewsDropdown.st.css.d.ts.map +1 -1
- package/dist/types/components/CollectionViewsDropdown/ViewsDropdownListItem.uni.driver.d.ts +5 -5
- package/dist/types/components/CollectionViewsDropdown/viewsDropdownRenderHelpers.d.ts +3 -3
- package/dist/types/components/CustomFieldModal/CustomFieldModal.uni.driver.d.ts +51 -3
- package/dist/types/components/CustomFieldModal/CustomFieldModal.uni.driver.d.ts.map +1 -1
- package/dist/types/components/CustomFieldsWidget/CustomFieldsViewWidgetSection.st.css.d.ts.map +1 -1
- package/dist/types/components/CustomFieldsWidget/CustomFieldsWidget.uni.driver.d.ts +51 -3
- package/dist/types/components/CustomFieldsWidget/CustomFieldsWidget.uni.driver.d.ts.map +1 -1
- package/dist/types/components/DragAndDrop/DragOverlayTestComponent.d.ts +13 -0
- package/dist/types/components/DragAndDrop/DragOverlayTestComponent.d.ts.map +1 -0
- package/dist/types/components/DragHandle/DragHandle.st.css.d.ts.map +1 -1
- package/dist/types/components/Fade/Fade.st.css.d.ts.map +1 -1
- package/dist/types/components/Grid/Grid.uni.driver.d.ts +20 -20
- package/dist/types/components/Grid/GridFolders.uni.driver.d.ts +60 -60
- package/dist/types/components/Grid/GridFoldersSection.uni.driver.d.ts +20 -20
- package/dist/types/components/InfiniteScrollCollectionList/InfiniteScrollCollectionList.uni.driver.d.ts +20 -20
- package/dist/types/components/MaxHeightText/MaxHeightText.st.css.d.ts.map +1 -1
- package/dist/types/components/MoreActions/{MoreActions.d.ts → MoreActionsBase.d.ts} +7 -6
- package/dist/types/components/MoreActions/MoreActionsBase.d.ts.map +1 -0
- package/dist/types/components/MoreActions/MoreActionsIcon.d.ts +12 -0
- package/dist/types/components/MoreActions/MoreActionsIcon.d.ts.map +1 -0
- package/dist/types/components/MoreActions/MoreActionsText.d.ts +8 -0
- package/dist/types/components/MoreActions/MoreActionsText.d.ts.map +1 -0
- package/dist/types/components/MoreActions/index.d.ts +2 -1
- package/dist/types/components/MoreActions/index.d.ts.map +1 -1
- package/dist/types/components/MultiBulkActionToolbar/MultiBulkActionToolbar.d.ts +3 -3
- package/dist/types/components/MultiBulkActionToolbar/MultiBulkActionToolbar.d.ts.map +1 -1
- package/dist/types/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.d.ts.map +1 -1
- package/dist/types/components/MultiBulkActionToolbar/MultiBulkActionToolbarState.d.ts +8 -8
- package/dist/types/components/MultiBulkActionToolbar/MultiBulkActionToolbarState.d.ts.map +1 -1
- package/dist/types/components/NestedTable/NestedTable.uni.driver.d.ts +209 -74
- package/dist/types/components/NestedTable/NestedTable.uni.driver.d.ts.map +1 -1
- package/dist/types/components/NestedTableDragAndDrop/DepthLimitMessage.d.ts +11 -0
- package/dist/types/components/NestedTableDragAndDrop/DepthLimitMessage.d.ts.map +1 -0
- package/dist/types/components/NestedTableDragAndDrop/NestedTableDragAndDropContext.d.ts +1 -1
- package/dist/types/components/NestedTableDragAndDrop/NestedTableDragAndDropContext.d.ts.map +1 -1
- package/dist/types/components/NestedTableDragAndDrop/NestedTableDragAndDropOverlay.d.ts +13 -0
- package/dist/types/components/NestedTableDragAndDrop/NestedTableDragAndDropOverlay.d.ts.map +1 -0
- package/dist/types/components/NestedTableDragAndDrop/NestedTableDragAndDropOverlayPopover.d.ts +12 -0
- package/dist/types/components/NestedTableDragAndDrop/NestedTableDragAndDropOverlayPopover.d.ts.map +1 -0
- package/dist/types/components/NestedTableDragAndDrop/NestedTableDragAndDropState.d.ts +1 -0
- package/dist/types/components/NestedTableDragAndDrop/NestedTableDragAndDropState.d.ts.map +1 -1
- package/dist/types/components/NestedTableDragAndDrop/NestedTableDragOverlay.uni.driver.d.ts +9 -0
- package/dist/types/components/NestedTableDragAndDrop/NestedTableDragOverlay.uni.driver.d.ts.map +1 -0
- package/dist/types/components/SkeletonCard/SkeletonCard.st.css.d.ts.map +1 -1
- package/dist/types/components/Table/Table.uni.driver.d.ts +161 -47
- package/dist/types/components/Table/Table.uni.driver.d.ts.map +1 -1
- package/dist/types/components/TableFolders/TableFolders.uni.driver.d.ts +181 -67
- package/dist/types/components/TableFolders/TableFolders.uni.driver.d.ts.map +1 -1
- package/dist/types/components/TableGridSwitch/TableGridSwitch.uni.driver.d.ts +181 -67
- package/dist/types/components/TableGridSwitch/TableGridSwitch.uni.driver.d.ts.map +1 -1
- package/dist/types/components/TableGridSwitchFolders/TableGridSwitchFolders.uni.driver.d.ts +241 -127
- package/dist/types/components/TableGridSwitchFolders/TableGridSwitchFolders.uni.driver.d.ts.map +1 -1
- package/dist/types/components/TabsFilter/TabsFilter.st.css.d.ts.map +1 -1
- package/dist/types/components/Tags/BulkAssignTagsPopover/BulkAssignTagsPopover.uni.driver.d.ts +35 -2
- package/dist/types/components/Tags/BulkAssignTagsPopover/BulkAssignTagsPopover.uni.driver.d.ts.map +1 -1
- package/dist/types/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.d.ts.map +1 -1
- package/dist/types/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.uni.driver.d.ts +35 -2
- package/dist/types/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.uni.driver.d.ts.map +1 -1
- package/dist/types/components/TagsAssignButton/TagsAssignButton.uni.driver.d.ts +35 -2
- package/dist/types/components/TagsAssignButton/TagsAssignButton.uni.driver.d.ts.map +1 -1
- package/dist/types/components/common.st.css.d.ts.map +1 -1
- package/dist/types/hooks/useBuildOption.d.ts +3 -3
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/state/NestedTableState/NestedTableNodeState.d.ts +1 -0
- package/dist/types/state/NestedTableState/NestedTableNodeState.d.ts.map +1 -1
- package/dist/types/state/TagsBulkAssignPopoverState.d.ts.map +1 -1
- package/dist/types/state/TagsModalState.d.ts.map +1 -1
- package/dist/types/test-utils/TagsMocks.d.ts.map +1 -1
- package/dist/types/testkit/enzyme.d.ts +1113 -488
- package/dist/types/testkit/enzyme.d.ts.map +1 -1
- package/dist/types/testkit/jsdom.d.ts +1113 -488
- package/dist/types/testkit/jsdom.d.ts.map +1 -1
- package/dist/types/testkit/puppeteer.d.ts +1148 -490
- package/dist/types/testkit/puppeteer.d.ts.map +1 -1
- package/dist/types/utils/useWindowFlipPopoverProps.d.ts +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
- package/dist/cjs/components/MoreActions/MoreActions.js.map +0 -1
- package/dist/cjs/components/MultiBulkActionButton/MultiBulkActionButton.js.map +0 -1
- package/dist/cjs/components/MultiBulkActionButton/MultiBulkActionControl.js.map +0 -1
- package/dist/cjs/components/MultiBulkActionButton/MultiBulkActionPopover.js.map +0 -1
- package/dist/cjs/components/MultiBulkActionButton/MultiBulkActionSubItemProps.js +0 -4
- package/dist/cjs/components/MultiBulkActionButton/MultiBulkActionSubItemProps.js.map +0 -1
- package/dist/cjs/components/MultiBulkActionButton/index.js +0 -28
- package/dist/cjs/components/MultiBulkActionButton/index.js.map +0 -1
- package/dist/esm/components/MoreActions/MoreActions.js.map +0 -1
- package/dist/esm/components/MultiBulkActionButton/MultiBulkActionButton.js.map +0 -1
- package/dist/esm/components/MultiBulkActionButton/MultiBulkActionControl.js +0 -9
- package/dist/esm/components/MultiBulkActionButton/MultiBulkActionControl.js.map +0 -1
- package/dist/esm/components/MultiBulkActionButton/MultiBulkActionPopover.js.map +0 -1
- package/dist/esm/components/MultiBulkActionButton/MultiBulkActionSubItemProps.js +0 -2
- package/dist/esm/components/MultiBulkActionButton/MultiBulkActionSubItemProps.js.map +0 -1
- package/dist/esm/components/MultiBulkActionButton/index.js +0 -5
- package/dist/esm/components/MultiBulkActionButton/index.js.map +0 -1
- package/dist/types/components/MoreActions/MoreActions.d.ts.map +0 -1
- package/dist/types/components/MultiBulkActionButton/MultiBulkActionButton.d.ts +0 -12
- package/dist/types/components/MultiBulkActionButton/MultiBulkActionButton.d.ts.map +0 -1
- package/dist/types/components/MultiBulkActionButton/MultiBulkActionControl.d.ts +0 -9
- package/dist/types/components/MultiBulkActionButton/MultiBulkActionControl.d.ts.map +0 -1
- package/dist/types/components/MultiBulkActionButton/MultiBulkActionPopover.d.ts +0 -9
- package/dist/types/components/MultiBulkActionButton/MultiBulkActionPopover.d.ts.map +0 -1
- package/dist/types/components/MultiBulkActionButton/MultiBulkActionSubItemProps.d.ts.map +0 -1
- package/dist/types/components/MultiBulkActionButton/index.d.ts +0 -5
- package/dist/types/components/MultiBulkActionButton/index.d.ts.map +0 -1
|
@@ -512,9 +512,57 @@ export declare const TableTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme")
|
|
|
512
512
|
exists: () => Promise<boolean>;
|
|
513
513
|
element: () => Promise<any>;
|
|
514
514
|
};
|
|
515
|
-
getTypeFormFieldDriver: () =>
|
|
516
|
-
|
|
517
|
-
|
|
515
|
+
getTypeFormFieldDriver: () => {
|
|
516
|
+
element: () => Promise<HTMLElement>;
|
|
517
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
518
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
519
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
520
|
+
isRequired: () => Promise<boolean>;
|
|
521
|
+
getLengthLeft: () => Promise<number | null>;
|
|
522
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
523
|
+
hasTooltip: () => Promise<boolean>;
|
|
524
|
+
getInfoContent: () => Promise<string>;
|
|
525
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
526
|
+
hoverInfoIcon: () => Promise<void>;
|
|
527
|
+
getStatusMessage: () => Promise<string>;
|
|
528
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
529
|
+
exists: () => Promise<boolean>;
|
|
530
|
+
click: () => Promise<void>;
|
|
531
|
+
};
|
|
532
|
+
getNameFormFieldDriver: () => {
|
|
533
|
+
element: () => Promise<HTMLElement>;
|
|
534
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
535
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
536
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
537
|
+
isRequired: () => Promise<boolean>;
|
|
538
|
+
getLengthLeft: () => Promise<number | null>;
|
|
539
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
540
|
+
hasTooltip: () => Promise<boolean>;
|
|
541
|
+
getInfoContent: () => Promise<string>;
|
|
542
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
543
|
+
hoverInfoIcon: () => Promise<void>;
|
|
544
|
+
getStatusMessage: () => Promise<string>;
|
|
545
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
546
|
+
exists: () => Promise<boolean>;
|
|
547
|
+
click: () => Promise<void>;
|
|
548
|
+
};
|
|
549
|
+
getKeyFormFieldDriver: () => {
|
|
550
|
+
element: () => Promise<HTMLElement>;
|
|
551
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
552
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
553
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
554
|
+
isRequired: () => Promise<boolean>;
|
|
555
|
+
getLengthLeft: () => Promise<number | null>;
|
|
556
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
557
|
+
hasTooltip: () => Promise<boolean>;
|
|
558
|
+
getInfoContent: () => Promise<string>;
|
|
559
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
560
|
+
hoverInfoIcon: () => Promise<void>;
|
|
561
|
+
getStatusMessage: () => Promise<string>;
|
|
562
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
563
|
+
exists: () => Promise<boolean>;
|
|
564
|
+
click: () => Promise<void>;
|
|
565
|
+
};
|
|
518
566
|
getFieldKeyTooltip: () => {
|
|
519
567
|
getTagName: () => Promise<string>;
|
|
520
568
|
getText: () => Promise<string>;
|
|
@@ -561,8 +609,41 @@ export declare const TableTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme")
|
|
|
561
609
|
element: () => Promise<any>;
|
|
562
610
|
click: () => Promise<void>;
|
|
563
611
|
};
|
|
564
|
-
getFormField: () =>
|
|
565
|
-
|
|
612
|
+
getFormField: () => {
|
|
613
|
+
element: () => Promise<HTMLElement>;
|
|
614
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
615
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
616
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
617
|
+
isRequired: () => Promise<boolean>;
|
|
618
|
+
getLengthLeft: () => Promise<number | null>;
|
|
619
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
620
|
+
hasTooltip: () => Promise<boolean>;
|
|
621
|
+
getInfoContent: () => Promise<string>;
|
|
622
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
623
|
+
hoverInfoIcon: () => Promise<void>;
|
|
624
|
+
getStatusMessage: () => Promise<string>;
|
|
625
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
626
|
+
exists: () => Promise<boolean>;
|
|
627
|
+
click: () => Promise<void>;
|
|
628
|
+
};
|
|
629
|
+
getListItemEditable: () => {
|
|
630
|
+
getValue: () => Promise<string>;
|
|
631
|
+
getPlaceholder: () => Promise<string | null>;
|
|
632
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
633
|
+
enterText: (text: string) => Promise<void>;
|
|
634
|
+
clickApprove: () => Promise<void>;
|
|
635
|
+
clickCancel: () => Promise<void>;
|
|
636
|
+
pressEnter: () => Promise<void>;
|
|
637
|
+
isFocus: () => Promise<boolean>;
|
|
638
|
+
hasSuffix: () => Promise<boolean>;
|
|
639
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
640
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
641
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
642
|
+
getStatusMessage: () => Promise<string | null>;
|
|
643
|
+
exists: () => Promise<boolean>;
|
|
644
|
+
element: () => Promise<any>;
|
|
645
|
+
click: () => Promise<void>;
|
|
646
|
+
};
|
|
566
647
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
567
648
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
568
649
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -613,8 +694,41 @@ export declare const TableTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme")
|
|
|
613
694
|
element: () => Promise<any>;
|
|
614
695
|
click: () => Promise<void>;
|
|
615
696
|
};
|
|
616
|
-
getFormField: () =>
|
|
617
|
-
|
|
697
|
+
getFormField: () => {
|
|
698
|
+
element: () => Promise<HTMLElement>;
|
|
699
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
700
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
701
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
702
|
+
isRequired: () => Promise<boolean>;
|
|
703
|
+
getLengthLeft: () => Promise<number | null>;
|
|
704
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
705
|
+
hasTooltip: () => Promise<boolean>;
|
|
706
|
+
getInfoContent: () => Promise<string>;
|
|
707
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
708
|
+
hoverInfoIcon: () => Promise<void>;
|
|
709
|
+
getStatusMessage: () => Promise<string>;
|
|
710
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
711
|
+
exists: () => Promise<boolean>;
|
|
712
|
+
click: () => Promise<void>;
|
|
713
|
+
};
|
|
714
|
+
getListItemEditable: () => {
|
|
715
|
+
getValue: () => Promise<string>;
|
|
716
|
+
getPlaceholder: () => Promise<string | null>;
|
|
717
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
718
|
+
enterText: (text: string) => Promise<void>;
|
|
719
|
+
clickApprove: () => Promise<void>;
|
|
720
|
+
clickCancel: () => Promise<void>;
|
|
721
|
+
pressEnter: () => Promise<void>;
|
|
722
|
+
isFocus: () => Promise<boolean>;
|
|
723
|
+
hasSuffix: () => Promise<boolean>;
|
|
724
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
725
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
726
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
727
|
+
getStatusMessage: () => Promise<string | null>;
|
|
728
|
+
exists: () => Promise<boolean>;
|
|
729
|
+
element: () => Promise<any>;
|
|
730
|
+
click: () => Promise<void>;
|
|
731
|
+
};
|
|
618
732
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
619
733
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
620
734
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -725,22 +839,22 @@ export declare const TableTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme")
|
|
|
725
839
|
getViewListItemById: (id: string) => {
|
|
726
840
|
click: () => Promise<void>;
|
|
727
841
|
select: () => Promise<void>;
|
|
728
|
-
hasCheckbox()
|
|
729
|
-
getPrefix()
|
|
730
|
-
getTitle()
|
|
731
|
-
getSubtitle()
|
|
732
|
-
getSuffix()
|
|
842
|
+
hasCheckbox: () => Promise<boolean>;
|
|
843
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
844
|
+
getTitle: () => Promise<string>;
|
|
845
|
+
getSubtitle: () => Promise<string>;
|
|
846
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
733
847
|
exists: () => Promise<boolean>;
|
|
734
848
|
element: () => Promise<any>;
|
|
735
849
|
};
|
|
736
850
|
getViewListItemAt: (index: number) => {
|
|
737
851
|
click: () => Promise<void>;
|
|
738
852
|
select: () => Promise<void>;
|
|
739
|
-
hasCheckbox()
|
|
740
|
-
getPrefix()
|
|
741
|
-
getTitle()
|
|
742
|
-
getSubtitle()
|
|
743
|
-
getSuffix()
|
|
853
|
+
hasCheckbox: () => Promise<boolean>;
|
|
854
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
855
|
+
getTitle: () => Promise<string>;
|
|
856
|
+
getSubtitle: () => Promise<string>;
|
|
857
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
744
858
|
exists: () => Promise<boolean>;
|
|
745
859
|
element: () => Promise<any>;
|
|
746
860
|
};
|
|
@@ -776,22 +890,22 @@ export declare const TableTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme")
|
|
|
776
890
|
getViewListItemAt: (index: number) => {
|
|
777
891
|
click: () => Promise<void>;
|
|
778
892
|
select: () => Promise<void>;
|
|
779
|
-
hasCheckbox()
|
|
780
|
-
getPrefix()
|
|
781
|
-
getTitle()
|
|
782
|
-
getSubtitle()
|
|
783
|
-
getSuffix()
|
|
893
|
+
hasCheckbox: () => Promise<boolean>;
|
|
894
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
895
|
+
getTitle: () => Promise<string>;
|
|
896
|
+
getSubtitle: () => Promise<string>;
|
|
897
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
784
898
|
exists: () => Promise<boolean>;
|
|
785
899
|
element: () => Promise<any>;
|
|
786
900
|
};
|
|
787
901
|
getViewListItemById: (id: string) => {
|
|
788
902
|
click: () => Promise<void>;
|
|
789
903
|
select: () => Promise<void>;
|
|
790
|
-
hasCheckbox()
|
|
791
|
-
getPrefix()
|
|
792
|
-
getTitle()
|
|
793
|
-
getSubtitle()
|
|
794
|
-
getSuffix()
|
|
904
|
+
hasCheckbox: () => Promise<boolean>;
|
|
905
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
906
|
+
getTitle: () => Promise<string>;
|
|
907
|
+
getSubtitle: () => Promise<string>;
|
|
908
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
795
909
|
exists: () => Promise<boolean>;
|
|
796
910
|
element: () => Promise<any>;
|
|
797
911
|
};
|
|
@@ -1830,22 +1944,22 @@ export declare const TableTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme")
|
|
|
1830
1944
|
getViewListItemById: (id: string) => {
|
|
1831
1945
|
click: () => Promise<void>;
|
|
1832
1946
|
select: () => Promise<void>;
|
|
1833
|
-
hasCheckbox()
|
|
1834
|
-
getPrefix()
|
|
1835
|
-
getTitle()
|
|
1836
|
-
getSubtitle()
|
|
1837
|
-
getSuffix()
|
|
1947
|
+
hasCheckbox: () => Promise<boolean>;
|
|
1948
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
1949
|
+
getTitle: () => Promise<string>;
|
|
1950
|
+
getSubtitle: () => Promise<string>;
|
|
1951
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
1838
1952
|
exists: () => Promise<boolean>;
|
|
1839
1953
|
element: () => Promise<any>;
|
|
1840
1954
|
};
|
|
1841
1955
|
getViewListItemAt: (index: number) => {
|
|
1842
1956
|
click: () => Promise<void>;
|
|
1843
1957
|
select: () => Promise<void>;
|
|
1844
|
-
hasCheckbox()
|
|
1845
|
-
getPrefix()
|
|
1846
|
-
getTitle()
|
|
1847
|
-
getSubtitle()
|
|
1848
|
-
getSuffix()
|
|
1958
|
+
hasCheckbox: () => Promise<boolean>;
|
|
1959
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
1960
|
+
getTitle: () => Promise<string>;
|
|
1961
|
+
getSubtitle: () => Promise<string>;
|
|
1962
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
1849
1963
|
exists: () => Promise<boolean>;
|
|
1850
1964
|
element: () => Promise<any>;
|
|
1851
1965
|
};
|
|
@@ -1881,22 +1995,22 @@ export declare const TableTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme")
|
|
|
1881
1995
|
getViewListItemAt: (index: number) => {
|
|
1882
1996
|
click: () => Promise<void>;
|
|
1883
1997
|
select: () => Promise<void>;
|
|
1884
|
-
hasCheckbox()
|
|
1885
|
-
getPrefix()
|
|
1886
|
-
getTitle()
|
|
1887
|
-
getSubtitle()
|
|
1888
|
-
getSuffix()
|
|
1998
|
+
hasCheckbox: () => Promise<boolean>;
|
|
1999
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
2000
|
+
getTitle: () => Promise<string>;
|
|
2001
|
+
getSubtitle: () => Promise<string>;
|
|
2002
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
1889
2003
|
exists: () => Promise<boolean>;
|
|
1890
2004
|
element: () => Promise<any>;
|
|
1891
2005
|
};
|
|
1892
2006
|
getViewListItemById: (id: string) => {
|
|
1893
2007
|
click: () => Promise<void>;
|
|
1894
2008
|
select: () => Promise<void>;
|
|
1895
|
-
hasCheckbox()
|
|
1896
|
-
getPrefix()
|
|
1897
|
-
getTitle()
|
|
1898
|
-
getSubtitle()
|
|
1899
|
-
getSuffix()
|
|
2009
|
+
hasCheckbox: () => Promise<boolean>;
|
|
2010
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
2011
|
+
getTitle: () => Promise<string>;
|
|
2012
|
+
getSubtitle: () => Promise<string>;
|
|
2013
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
1900
2014
|
exists: () => Promise<boolean>;
|
|
1901
2015
|
element: () => Promise<any>;
|
|
1902
2016
|
};
|
|
@@ -2706,22 +2820,22 @@ export declare const GridTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme").
|
|
|
2706
2820
|
getViewListItemById: (id: string) => {
|
|
2707
2821
|
click: () => Promise<void>;
|
|
2708
2822
|
select: () => Promise<void>;
|
|
2709
|
-
hasCheckbox()
|
|
2710
|
-
getPrefix()
|
|
2711
|
-
getTitle()
|
|
2712
|
-
getSubtitle()
|
|
2713
|
-
getSuffix()
|
|
2823
|
+
hasCheckbox: () => Promise<boolean>;
|
|
2824
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
2825
|
+
getTitle: () => Promise<string>;
|
|
2826
|
+
getSubtitle: () => Promise<string>;
|
|
2827
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
2714
2828
|
exists: () => Promise<boolean>;
|
|
2715
2829
|
element: () => Promise<any>;
|
|
2716
2830
|
};
|
|
2717
2831
|
getViewListItemAt: (index: number) => {
|
|
2718
2832
|
click: () => Promise<void>;
|
|
2719
2833
|
select: () => Promise<void>;
|
|
2720
|
-
hasCheckbox()
|
|
2721
|
-
getPrefix()
|
|
2722
|
-
getTitle()
|
|
2723
|
-
getSubtitle()
|
|
2724
|
-
getSuffix()
|
|
2834
|
+
hasCheckbox: () => Promise<boolean>;
|
|
2835
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
2836
|
+
getTitle: () => Promise<string>;
|
|
2837
|
+
getSubtitle: () => Promise<string>;
|
|
2838
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
2725
2839
|
exists: () => Promise<boolean>;
|
|
2726
2840
|
element: () => Promise<any>;
|
|
2727
2841
|
};
|
|
@@ -2757,22 +2871,22 @@ export declare const GridTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme").
|
|
|
2757
2871
|
getViewListItemAt: (index: number) => {
|
|
2758
2872
|
click: () => Promise<void>;
|
|
2759
2873
|
select: () => Promise<void>;
|
|
2760
|
-
hasCheckbox()
|
|
2761
|
-
getPrefix()
|
|
2762
|
-
getTitle()
|
|
2763
|
-
getSubtitle()
|
|
2764
|
-
getSuffix()
|
|
2874
|
+
hasCheckbox: () => Promise<boolean>;
|
|
2875
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
2876
|
+
getTitle: () => Promise<string>;
|
|
2877
|
+
getSubtitle: () => Promise<string>;
|
|
2878
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
2765
2879
|
exists: () => Promise<boolean>;
|
|
2766
2880
|
element: () => Promise<any>;
|
|
2767
2881
|
};
|
|
2768
2882
|
getViewListItemById: (id: string) => {
|
|
2769
2883
|
click: () => Promise<void>;
|
|
2770
2884
|
select: () => Promise<void>;
|
|
2771
|
-
hasCheckbox()
|
|
2772
|
-
getPrefix()
|
|
2773
|
-
getTitle()
|
|
2774
|
-
getSubtitle()
|
|
2775
|
-
getSuffix()
|
|
2885
|
+
hasCheckbox: () => Promise<boolean>;
|
|
2886
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
2887
|
+
getTitle: () => Promise<string>;
|
|
2888
|
+
getSubtitle: () => Promise<string>;
|
|
2889
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
2776
2890
|
exists: () => Promise<boolean>;
|
|
2777
2891
|
element: () => Promise<any>;
|
|
2778
2892
|
};
|
|
@@ -3848,9 +3962,57 @@ export declare const CustomFieldsWidgetTestkit: (obj: import("@wix/wix-ui-test-u
|
|
|
3848
3962
|
exists: () => Promise<boolean>;
|
|
3849
3963
|
element: () => Promise<any>;
|
|
3850
3964
|
};
|
|
3851
|
-
getTypeFormFieldDriver: () =>
|
|
3852
|
-
|
|
3853
|
-
|
|
3965
|
+
getTypeFormFieldDriver: () => {
|
|
3966
|
+
element: () => Promise<HTMLElement>;
|
|
3967
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
3968
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
3969
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
3970
|
+
isRequired: () => Promise<boolean>;
|
|
3971
|
+
getLengthLeft: () => Promise<number | null>;
|
|
3972
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
3973
|
+
hasTooltip: () => Promise<boolean>;
|
|
3974
|
+
getInfoContent: () => Promise<string>;
|
|
3975
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
3976
|
+
hoverInfoIcon: () => Promise<void>;
|
|
3977
|
+
getStatusMessage: () => Promise<string>;
|
|
3978
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
3979
|
+
exists: () => Promise<boolean>;
|
|
3980
|
+
click: () => Promise<void>;
|
|
3981
|
+
};
|
|
3982
|
+
getNameFormFieldDriver: () => {
|
|
3983
|
+
element: () => Promise<HTMLElement>;
|
|
3984
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
3985
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
3986
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
3987
|
+
isRequired: () => Promise<boolean>;
|
|
3988
|
+
getLengthLeft: () => Promise<number | null>;
|
|
3989
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
3990
|
+
hasTooltip: () => Promise<boolean>;
|
|
3991
|
+
getInfoContent: () => Promise<string>;
|
|
3992
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
3993
|
+
hoverInfoIcon: () => Promise<void>;
|
|
3994
|
+
getStatusMessage: () => Promise<string>;
|
|
3995
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
3996
|
+
exists: () => Promise<boolean>;
|
|
3997
|
+
click: () => Promise<void>;
|
|
3998
|
+
};
|
|
3999
|
+
getKeyFormFieldDriver: () => {
|
|
4000
|
+
element: () => Promise<HTMLElement>;
|
|
4001
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
4002
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
4003
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
4004
|
+
isRequired: () => Promise<boolean>;
|
|
4005
|
+
getLengthLeft: () => Promise<number | null>;
|
|
4006
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
4007
|
+
hasTooltip: () => Promise<boolean>;
|
|
4008
|
+
getInfoContent: () => Promise<string>;
|
|
4009
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
4010
|
+
hoverInfoIcon: () => Promise<void>;
|
|
4011
|
+
getStatusMessage: () => Promise<string>;
|
|
4012
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
4013
|
+
exists: () => Promise<boolean>;
|
|
4014
|
+
click: () => Promise<void>;
|
|
4015
|
+
};
|
|
3854
4016
|
getFieldKeyTooltip: () => {
|
|
3855
4017
|
getTagName: () => Promise<string>;
|
|
3856
4018
|
getText: () => Promise<string>;
|
|
@@ -4416,9 +4578,57 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
4416
4578
|
exists: () => Promise<boolean>;
|
|
4417
4579
|
element: () => Promise<any>;
|
|
4418
4580
|
};
|
|
4419
|
-
getTypeFormFieldDriver: () =>
|
|
4420
|
-
|
|
4421
|
-
|
|
4581
|
+
getTypeFormFieldDriver: () => {
|
|
4582
|
+
element: () => Promise<HTMLElement>;
|
|
4583
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
4584
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
4585
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
4586
|
+
isRequired: () => Promise<boolean>;
|
|
4587
|
+
getLengthLeft: () => Promise<number | null>;
|
|
4588
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
4589
|
+
hasTooltip: () => Promise<boolean>;
|
|
4590
|
+
getInfoContent: () => Promise<string>;
|
|
4591
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
4592
|
+
hoverInfoIcon: () => Promise<void>;
|
|
4593
|
+
getStatusMessage: () => Promise<string>;
|
|
4594
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
4595
|
+
exists: () => Promise<boolean>;
|
|
4596
|
+
click: () => Promise<void>;
|
|
4597
|
+
};
|
|
4598
|
+
getNameFormFieldDriver: () => {
|
|
4599
|
+
element: () => Promise<HTMLElement>;
|
|
4600
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
4601
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
4602
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
4603
|
+
isRequired: () => Promise<boolean>;
|
|
4604
|
+
getLengthLeft: () => Promise<number | null>;
|
|
4605
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
4606
|
+
hasTooltip: () => Promise<boolean>;
|
|
4607
|
+
getInfoContent: () => Promise<string>;
|
|
4608
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
4609
|
+
hoverInfoIcon: () => Promise<void>;
|
|
4610
|
+
getStatusMessage: () => Promise<string>;
|
|
4611
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
4612
|
+
exists: () => Promise<boolean>;
|
|
4613
|
+
click: () => Promise<void>;
|
|
4614
|
+
};
|
|
4615
|
+
getKeyFormFieldDriver: () => {
|
|
4616
|
+
element: () => Promise<HTMLElement>;
|
|
4617
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
4618
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
4619
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
4620
|
+
isRequired: () => Promise<boolean>;
|
|
4621
|
+
getLengthLeft: () => Promise<number | null>;
|
|
4622
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
4623
|
+
hasTooltip: () => Promise<boolean>;
|
|
4624
|
+
getInfoContent: () => Promise<string>;
|
|
4625
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
4626
|
+
hoverInfoIcon: () => Promise<void>;
|
|
4627
|
+
getStatusMessage: () => Promise<string>;
|
|
4628
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
4629
|
+
exists: () => Promise<boolean>;
|
|
4630
|
+
click: () => Promise<void>;
|
|
4631
|
+
};
|
|
4422
4632
|
getFieldKeyTooltip: () => {
|
|
4423
4633
|
getTagName: () => Promise<string>;
|
|
4424
4634
|
getText: () => Promise<string>;
|
|
@@ -4465,8 +4675,41 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
4465
4675
|
element: () => Promise<any>;
|
|
4466
4676
|
click: () => Promise<void>;
|
|
4467
4677
|
};
|
|
4468
|
-
getFormField: () =>
|
|
4469
|
-
|
|
4678
|
+
getFormField: () => {
|
|
4679
|
+
element: () => Promise<HTMLElement>;
|
|
4680
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
4681
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
4682
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
4683
|
+
isRequired: () => Promise<boolean>;
|
|
4684
|
+
getLengthLeft: () => Promise<number | null>;
|
|
4685
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
4686
|
+
hasTooltip: () => Promise<boolean>;
|
|
4687
|
+
getInfoContent: () => Promise<string>;
|
|
4688
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
4689
|
+
hoverInfoIcon: () => Promise<void>;
|
|
4690
|
+
getStatusMessage: () => Promise<string>;
|
|
4691
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
4692
|
+
exists: () => Promise<boolean>;
|
|
4693
|
+
click: () => Promise<void>;
|
|
4694
|
+
};
|
|
4695
|
+
getListItemEditable: () => {
|
|
4696
|
+
getValue: () => Promise<string>;
|
|
4697
|
+
getPlaceholder: () => Promise<string | null>;
|
|
4698
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
4699
|
+
enterText: (text: string) => Promise<void>;
|
|
4700
|
+
clickApprove: () => Promise<void>;
|
|
4701
|
+
clickCancel: () => Promise<void>;
|
|
4702
|
+
pressEnter: () => Promise<void>;
|
|
4703
|
+
isFocus: () => Promise<boolean>;
|
|
4704
|
+
hasSuffix: () => Promise<boolean>;
|
|
4705
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
4706
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
4707
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
4708
|
+
getStatusMessage: () => Promise<string | null>;
|
|
4709
|
+
exists: () => Promise<boolean>;
|
|
4710
|
+
element: () => Promise<any>;
|
|
4711
|
+
click: () => Promise<void>;
|
|
4712
|
+
};
|
|
4470
4713
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
4471
4714
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
4472
4715
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -4517,8 +4760,41 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
4517
4760
|
element: () => Promise<any>;
|
|
4518
4761
|
click: () => Promise<void>;
|
|
4519
4762
|
};
|
|
4520
|
-
getFormField: () =>
|
|
4521
|
-
|
|
4763
|
+
getFormField: () => {
|
|
4764
|
+
element: () => Promise<HTMLElement>;
|
|
4765
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
4766
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
4767
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
4768
|
+
isRequired: () => Promise<boolean>;
|
|
4769
|
+
getLengthLeft: () => Promise<number | null>;
|
|
4770
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
4771
|
+
hasTooltip: () => Promise<boolean>;
|
|
4772
|
+
getInfoContent: () => Promise<string>;
|
|
4773
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
4774
|
+
hoverInfoIcon: () => Promise<void>;
|
|
4775
|
+
getStatusMessage: () => Promise<string>;
|
|
4776
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
4777
|
+
exists: () => Promise<boolean>;
|
|
4778
|
+
click: () => Promise<void>;
|
|
4779
|
+
};
|
|
4780
|
+
getListItemEditable: () => {
|
|
4781
|
+
getValue: () => Promise<string>;
|
|
4782
|
+
getPlaceholder: () => Promise<string | null>;
|
|
4783
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
4784
|
+
enterText: (text: string) => Promise<void>;
|
|
4785
|
+
clickApprove: () => Promise<void>;
|
|
4786
|
+
clickCancel: () => Promise<void>;
|
|
4787
|
+
pressEnter: () => Promise<void>;
|
|
4788
|
+
isFocus: () => Promise<boolean>;
|
|
4789
|
+
hasSuffix: () => Promise<boolean>;
|
|
4790
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
4791
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
4792
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
4793
|
+
getStatusMessage: () => Promise<string | null>;
|
|
4794
|
+
exists: () => Promise<boolean>;
|
|
4795
|
+
element: () => Promise<any>;
|
|
4796
|
+
click: () => Promise<void>;
|
|
4797
|
+
};
|
|
4522
4798
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
4523
4799
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
4524
4800
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -4629,22 +4905,22 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
4629
4905
|
getViewListItemById: (id: string) => {
|
|
4630
4906
|
click: () => Promise<void>;
|
|
4631
4907
|
select: () => Promise<void>;
|
|
4632
|
-
hasCheckbox()
|
|
4633
|
-
getPrefix()
|
|
4634
|
-
getTitle()
|
|
4635
|
-
getSubtitle()
|
|
4636
|
-
getSuffix()
|
|
4908
|
+
hasCheckbox: () => Promise<boolean>;
|
|
4909
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
4910
|
+
getTitle: () => Promise<string>;
|
|
4911
|
+
getSubtitle: () => Promise<string>;
|
|
4912
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
4637
4913
|
exists: () => Promise<boolean>;
|
|
4638
4914
|
element: () => Promise<any>;
|
|
4639
4915
|
};
|
|
4640
4916
|
getViewListItemAt: (index: number) => {
|
|
4641
4917
|
click: () => Promise<void>;
|
|
4642
4918
|
select: () => Promise<void>;
|
|
4643
|
-
hasCheckbox()
|
|
4644
|
-
getPrefix()
|
|
4645
|
-
getTitle()
|
|
4646
|
-
getSubtitle()
|
|
4647
|
-
getSuffix()
|
|
4919
|
+
hasCheckbox: () => Promise<boolean>;
|
|
4920
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
4921
|
+
getTitle: () => Promise<string>;
|
|
4922
|
+
getSubtitle: () => Promise<string>;
|
|
4923
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
4648
4924
|
exists: () => Promise<boolean>;
|
|
4649
4925
|
element: () => Promise<any>;
|
|
4650
4926
|
};
|
|
@@ -4680,22 +4956,22 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
4680
4956
|
getViewListItemAt: (index: number) => {
|
|
4681
4957
|
click: () => Promise<void>;
|
|
4682
4958
|
select: () => Promise<void>;
|
|
4683
|
-
hasCheckbox()
|
|
4684
|
-
getPrefix()
|
|
4685
|
-
getTitle()
|
|
4686
|
-
getSubtitle()
|
|
4687
|
-
getSuffix()
|
|
4959
|
+
hasCheckbox: () => Promise<boolean>;
|
|
4960
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
4961
|
+
getTitle: () => Promise<string>;
|
|
4962
|
+
getSubtitle: () => Promise<string>;
|
|
4963
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
4688
4964
|
exists: () => Promise<boolean>;
|
|
4689
4965
|
element: () => Promise<any>;
|
|
4690
4966
|
};
|
|
4691
4967
|
getViewListItemById: (id: string) => {
|
|
4692
4968
|
click: () => Promise<void>;
|
|
4693
4969
|
select: () => Promise<void>;
|
|
4694
|
-
hasCheckbox()
|
|
4695
|
-
getPrefix()
|
|
4696
|
-
getTitle()
|
|
4697
|
-
getSubtitle()
|
|
4698
|
-
getSuffix()
|
|
4970
|
+
hasCheckbox: () => Promise<boolean>;
|
|
4971
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
4972
|
+
getTitle: () => Promise<string>;
|
|
4973
|
+
getSubtitle: () => Promise<string>;
|
|
4974
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
4699
4975
|
exists: () => Promise<boolean>;
|
|
4700
4976
|
element: () => Promise<any>;
|
|
4701
4977
|
};
|
|
@@ -5734,22 +6010,22 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
5734
6010
|
getViewListItemById: (id: string) => {
|
|
5735
6011
|
click: () => Promise<void>;
|
|
5736
6012
|
select: () => Promise<void>;
|
|
5737
|
-
hasCheckbox()
|
|
5738
|
-
getPrefix()
|
|
5739
|
-
getTitle()
|
|
5740
|
-
getSubtitle()
|
|
5741
|
-
getSuffix()
|
|
6013
|
+
hasCheckbox: () => Promise<boolean>;
|
|
6014
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6015
|
+
getTitle: () => Promise<string>;
|
|
6016
|
+
getSubtitle: () => Promise<string>;
|
|
6017
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
5742
6018
|
exists: () => Promise<boolean>;
|
|
5743
6019
|
element: () => Promise<any>;
|
|
5744
6020
|
};
|
|
5745
6021
|
getViewListItemAt: (index: number) => {
|
|
5746
6022
|
click: () => Promise<void>;
|
|
5747
6023
|
select: () => Promise<void>;
|
|
5748
|
-
hasCheckbox()
|
|
5749
|
-
getPrefix()
|
|
5750
|
-
getTitle()
|
|
5751
|
-
getSubtitle()
|
|
5752
|
-
getSuffix()
|
|
6024
|
+
hasCheckbox: () => Promise<boolean>;
|
|
6025
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6026
|
+
getTitle: () => Promise<string>;
|
|
6027
|
+
getSubtitle: () => Promise<string>;
|
|
6028
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
5753
6029
|
exists: () => Promise<boolean>;
|
|
5754
6030
|
element: () => Promise<any>;
|
|
5755
6031
|
};
|
|
@@ -5785,22 +6061,22 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
5785
6061
|
getViewListItemAt: (index: number) => {
|
|
5786
6062
|
click: () => Promise<void>;
|
|
5787
6063
|
select: () => Promise<void>;
|
|
5788
|
-
hasCheckbox()
|
|
5789
|
-
getPrefix()
|
|
5790
|
-
getTitle()
|
|
5791
|
-
getSubtitle()
|
|
5792
|
-
getSuffix()
|
|
6064
|
+
hasCheckbox: () => Promise<boolean>;
|
|
6065
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6066
|
+
getTitle: () => Promise<string>;
|
|
6067
|
+
getSubtitle: () => Promise<string>;
|
|
6068
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
5793
6069
|
exists: () => Promise<boolean>;
|
|
5794
6070
|
element: () => Promise<any>;
|
|
5795
6071
|
};
|
|
5796
6072
|
getViewListItemById: (id: string) => {
|
|
5797
6073
|
click: () => Promise<void>;
|
|
5798
6074
|
select: () => Promise<void>;
|
|
5799
|
-
hasCheckbox()
|
|
5800
|
-
getPrefix()
|
|
5801
|
-
getTitle()
|
|
5802
|
-
getSubtitle()
|
|
5803
|
-
getSuffix()
|
|
6075
|
+
hasCheckbox: () => Promise<boolean>;
|
|
6076
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6077
|
+
getTitle: () => Promise<string>;
|
|
6078
|
+
getSubtitle: () => Promise<string>;
|
|
6079
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
5804
6080
|
exists: () => Promise<boolean>;
|
|
5805
6081
|
element: () => Promise<any>;
|
|
5806
6082
|
};
|
|
@@ -6610,22 +6886,22 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
6610
6886
|
getViewListItemById: (id: string) => {
|
|
6611
6887
|
click: () => Promise<void>;
|
|
6612
6888
|
select: () => Promise<void>;
|
|
6613
|
-
hasCheckbox()
|
|
6614
|
-
getPrefix()
|
|
6615
|
-
getTitle()
|
|
6616
|
-
getSubtitle()
|
|
6617
|
-
getSuffix()
|
|
6889
|
+
hasCheckbox: () => Promise<boolean>;
|
|
6890
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6891
|
+
getTitle: () => Promise<string>;
|
|
6892
|
+
getSubtitle: () => Promise<string>;
|
|
6893
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6618
6894
|
exists: () => Promise<boolean>;
|
|
6619
6895
|
element: () => Promise<any>;
|
|
6620
6896
|
};
|
|
6621
6897
|
getViewListItemAt: (index: number) => {
|
|
6622
6898
|
click: () => Promise<void>;
|
|
6623
6899
|
select: () => Promise<void>;
|
|
6624
|
-
hasCheckbox()
|
|
6625
|
-
getPrefix()
|
|
6626
|
-
getTitle()
|
|
6627
|
-
getSubtitle()
|
|
6628
|
-
getSuffix()
|
|
6900
|
+
hasCheckbox: () => Promise<boolean>;
|
|
6901
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6902
|
+
getTitle: () => Promise<string>;
|
|
6903
|
+
getSubtitle: () => Promise<string>;
|
|
6904
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6629
6905
|
exists: () => Promise<boolean>;
|
|
6630
6906
|
element: () => Promise<any>;
|
|
6631
6907
|
};
|
|
@@ -6661,22 +6937,22 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
6661
6937
|
getViewListItemAt: (index: number) => {
|
|
6662
6938
|
click: () => Promise<void>;
|
|
6663
6939
|
select: () => Promise<void>;
|
|
6664
|
-
hasCheckbox()
|
|
6665
|
-
getPrefix()
|
|
6666
|
-
getTitle()
|
|
6667
|
-
getSubtitle()
|
|
6668
|
-
getSuffix()
|
|
6940
|
+
hasCheckbox: () => Promise<boolean>;
|
|
6941
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6942
|
+
getTitle: () => Promise<string>;
|
|
6943
|
+
getSubtitle: () => Promise<string>;
|
|
6944
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6669
6945
|
exists: () => Promise<boolean>;
|
|
6670
6946
|
element: () => Promise<any>;
|
|
6671
6947
|
};
|
|
6672
6948
|
getViewListItemById: (id: string) => {
|
|
6673
6949
|
click: () => Promise<void>;
|
|
6674
6950
|
select: () => Promise<void>;
|
|
6675
|
-
hasCheckbox()
|
|
6676
|
-
getPrefix()
|
|
6677
|
-
getTitle()
|
|
6678
|
-
getSubtitle()
|
|
6679
|
-
getSuffix()
|
|
6951
|
+
hasCheckbox: () => Promise<boolean>;
|
|
6952
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6953
|
+
getTitle: () => Promise<string>;
|
|
6954
|
+
getSubtitle: () => Promise<string>;
|
|
6955
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6680
6956
|
exists: () => Promise<boolean>;
|
|
6681
6957
|
element: () => Promise<any>;
|
|
6682
6958
|
};
|
|
@@ -7571,22 +7847,22 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
7571
7847
|
getViewListItemById: (id: string) => {
|
|
7572
7848
|
click: () => Promise<void>;
|
|
7573
7849
|
select: () => Promise<void>;
|
|
7574
|
-
hasCheckbox()
|
|
7575
|
-
getPrefix()
|
|
7576
|
-
getTitle()
|
|
7577
|
-
getSubtitle()
|
|
7578
|
-
getSuffix()
|
|
7850
|
+
hasCheckbox: () => Promise<boolean>;
|
|
7851
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
7852
|
+
getTitle: () => Promise<string>;
|
|
7853
|
+
getSubtitle: () => Promise<string>;
|
|
7854
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
7579
7855
|
exists: () => Promise<boolean>;
|
|
7580
7856
|
element: () => Promise<any>;
|
|
7581
7857
|
};
|
|
7582
7858
|
getViewListItemAt: (index: number) => {
|
|
7583
7859
|
click: () => Promise<void>;
|
|
7584
7860
|
select: () => Promise<void>;
|
|
7585
|
-
hasCheckbox()
|
|
7586
|
-
getPrefix()
|
|
7587
|
-
getTitle()
|
|
7588
|
-
getSubtitle()
|
|
7589
|
-
getSuffix()
|
|
7861
|
+
hasCheckbox: () => Promise<boolean>;
|
|
7862
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
7863
|
+
getTitle: () => Promise<string>;
|
|
7864
|
+
getSubtitle: () => Promise<string>;
|
|
7865
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
7590
7866
|
exists: () => Promise<boolean>;
|
|
7591
7867
|
element: () => Promise<any>;
|
|
7592
7868
|
};
|
|
@@ -7622,22 +7898,22 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
7622
7898
|
getViewListItemAt: (index: number) => {
|
|
7623
7899
|
click: () => Promise<void>;
|
|
7624
7900
|
select: () => Promise<void>;
|
|
7625
|
-
hasCheckbox()
|
|
7626
|
-
getPrefix()
|
|
7627
|
-
getTitle()
|
|
7628
|
-
getSubtitle()
|
|
7629
|
-
getSuffix()
|
|
7901
|
+
hasCheckbox: () => Promise<boolean>;
|
|
7902
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
7903
|
+
getTitle: () => Promise<string>;
|
|
7904
|
+
getSubtitle: () => Promise<string>;
|
|
7905
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
7630
7906
|
exists: () => Promise<boolean>;
|
|
7631
7907
|
element: () => Promise<any>;
|
|
7632
7908
|
};
|
|
7633
7909
|
getViewListItemById: (id: string) => {
|
|
7634
7910
|
click: () => Promise<void>;
|
|
7635
7911
|
select: () => Promise<void>;
|
|
7636
|
-
hasCheckbox()
|
|
7637
|
-
getPrefix()
|
|
7638
|
-
getTitle()
|
|
7639
|
-
getSubtitle()
|
|
7640
|
-
getSuffix()
|
|
7912
|
+
hasCheckbox: () => Promise<boolean>;
|
|
7913
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
7914
|
+
getTitle: () => Promise<string>;
|
|
7915
|
+
getSubtitle: () => Promise<string>;
|
|
7916
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
7641
7917
|
exists: () => Promise<boolean>;
|
|
7642
7918
|
element: () => Promise<any>;
|
|
7643
7919
|
};
|
|
@@ -8501,22 +8777,22 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
8501
8777
|
getViewListItemById: (id: string) => {
|
|
8502
8778
|
click: () => Promise<void>;
|
|
8503
8779
|
select: () => Promise<void>;
|
|
8504
|
-
hasCheckbox()
|
|
8505
|
-
getPrefix()
|
|
8506
|
-
getTitle()
|
|
8507
|
-
getSubtitle()
|
|
8508
|
-
getSuffix()
|
|
8780
|
+
hasCheckbox: () => Promise<boolean>;
|
|
8781
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
8782
|
+
getTitle: () => Promise<string>;
|
|
8783
|
+
getSubtitle: () => Promise<string>;
|
|
8784
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
8509
8785
|
exists: () => Promise<boolean>;
|
|
8510
8786
|
element: () => Promise<any>;
|
|
8511
8787
|
};
|
|
8512
8788
|
getViewListItemAt: (index: number) => {
|
|
8513
8789
|
click: () => Promise<void>;
|
|
8514
8790
|
select: () => Promise<void>;
|
|
8515
|
-
hasCheckbox()
|
|
8516
|
-
getPrefix()
|
|
8517
|
-
getTitle()
|
|
8518
|
-
getSubtitle()
|
|
8519
|
-
getSuffix()
|
|
8791
|
+
hasCheckbox: () => Promise<boolean>;
|
|
8792
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
8793
|
+
getTitle: () => Promise<string>;
|
|
8794
|
+
getSubtitle: () => Promise<string>;
|
|
8795
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
8520
8796
|
exists: () => Promise<boolean>;
|
|
8521
8797
|
element: () => Promise<any>;
|
|
8522
8798
|
};
|
|
@@ -8552,22 +8828,22 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
8552
8828
|
getViewListItemAt: (index: number) => {
|
|
8553
8829
|
click: () => Promise<void>;
|
|
8554
8830
|
select: () => Promise<void>;
|
|
8555
|
-
hasCheckbox()
|
|
8556
|
-
getPrefix()
|
|
8557
|
-
getTitle()
|
|
8558
|
-
getSubtitle()
|
|
8559
|
-
getSuffix()
|
|
8831
|
+
hasCheckbox: () => Promise<boolean>;
|
|
8832
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
8833
|
+
getTitle: () => Promise<string>;
|
|
8834
|
+
getSubtitle: () => Promise<string>;
|
|
8835
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
8560
8836
|
exists: () => Promise<boolean>;
|
|
8561
8837
|
element: () => Promise<any>;
|
|
8562
8838
|
};
|
|
8563
8839
|
getViewListItemById: (id: string) => {
|
|
8564
8840
|
click: () => Promise<void>;
|
|
8565
8841
|
select: () => Promise<void>;
|
|
8566
|
-
hasCheckbox()
|
|
8567
|
-
getPrefix()
|
|
8568
|
-
getTitle()
|
|
8569
|
-
getSubtitle()
|
|
8570
|
-
getSuffix()
|
|
8842
|
+
hasCheckbox: () => Promise<boolean>;
|
|
8843
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
8844
|
+
getTitle: () => Promise<string>;
|
|
8845
|
+
getSubtitle: () => Promise<string>;
|
|
8846
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
8571
8847
|
exists: () => Promise<boolean>;
|
|
8572
8848
|
element: () => Promise<any>;
|
|
8573
8849
|
};
|
|
@@ -9618,22 +9894,22 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
9618
9894
|
getViewListItemById: (id: string) => {
|
|
9619
9895
|
click: () => Promise<void>;
|
|
9620
9896
|
select: () => Promise<void>;
|
|
9621
|
-
hasCheckbox()
|
|
9622
|
-
getPrefix()
|
|
9623
|
-
getTitle()
|
|
9624
|
-
getSubtitle()
|
|
9625
|
-
getSuffix()
|
|
9897
|
+
hasCheckbox: () => Promise<boolean>;
|
|
9898
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
9899
|
+
getTitle: () => Promise<string>;
|
|
9900
|
+
getSubtitle: () => Promise<string>;
|
|
9901
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
9626
9902
|
exists: () => Promise<boolean>;
|
|
9627
9903
|
element: () => Promise<any>;
|
|
9628
9904
|
};
|
|
9629
9905
|
getViewListItemAt: (index: number) => {
|
|
9630
9906
|
click: () => Promise<void>;
|
|
9631
9907
|
select: () => Promise<void>;
|
|
9632
|
-
hasCheckbox()
|
|
9633
|
-
getPrefix()
|
|
9634
|
-
getTitle()
|
|
9635
|
-
getSubtitle()
|
|
9636
|
-
getSuffix()
|
|
9908
|
+
hasCheckbox: () => Promise<boolean>;
|
|
9909
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
9910
|
+
getTitle: () => Promise<string>;
|
|
9911
|
+
getSubtitle: () => Promise<string>;
|
|
9912
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
9637
9913
|
exists: () => Promise<boolean>;
|
|
9638
9914
|
element: () => Promise<any>;
|
|
9639
9915
|
};
|
|
@@ -9669,22 +9945,22 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
9669
9945
|
getViewListItemAt: (index: number) => {
|
|
9670
9946
|
click: () => Promise<void>;
|
|
9671
9947
|
select: () => Promise<void>;
|
|
9672
|
-
hasCheckbox()
|
|
9673
|
-
getPrefix()
|
|
9674
|
-
getTitle()
|
|
9675
|
-
getSubtitle()
|
|
9676
|
-
getSuffix()
|
|
9948
|
+
hasCheckbox: () => Promise<boolean>;
|
|
9949
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
9950
|
+
getTitle: () => Promise<string>;
|
|
9951
|
+
getSubtitle: () => Promise<string>;
|
|
9952
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
9677
9953
|
exists: () => Promise<boolean>;
|
|
9678
9954
|
element: () => Promise<any>;
|
|
9679
9955
|
};
|
|
9680
9956
|
getViewListItemById: (id: string) => {
|
|
9681
9957
|
click: () => Promise<void>;
|
|
9682
9958
|
select: () => Promise<void>;
|
|
9683
|
-
hasCheckbox()
|
|
9684
|
-
getPrefix()
|
|
9685
|
-
getTitle()
|
|
9686
|
-
getSubtitle()
|
|
9687
|
-
getSuffix()
|
|
9959
|
+
hasCheckbox: () => Promise<boolean>;
|
|
9960
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
9961
|
+
getTitle: () => Promise<string>;
|
|
9962
|
+
getSubtitle: () => Promise<string>;
|
|
9963
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
9688
9964
|
exists: () => Promise<boolean>;
|
|
9689
9965
|
element: () => Promise<any>;
|
|
9690
9966
|
};
|
|
@@ -10600,22 +10876,22 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
10600
10876
|
getViewListItemById: (id: string) => {
|
|
10601
10877
|
click: () => Promise<void>;
|
|
10602
10878
|
select: () => Promise<void>;
|
|
10603
|
-
hasCheckbox()
|
|
10604
|
-
getPrefix()
|
|
10605
|
-
getTitle()
|
|
10606
|
-
getSubtitle()
|
|
10607
|
-
getSuffix()
|
|
10879
|
+
hasCheckbox: () => Promise<boolean>;
|
|
10880
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
10881
|
+
getTitle: () => Promise<string>;
|
|
10882
|
+
getSubtitle: () => Promise<string>;
|
|
10883
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
10608
10884
|
exists: () => Promise<boolean>;
|
|
10609
10885
|
element: () => Promise<any>;
|
|
10610
10886
|
};
|
|
10611
10887
|
getViewListItemAt: (index: number) => {
|
|
10612
10888
|
click: () => Promise<void>;
|
|
10613
10889
|
select: () => Promise<void>;
|
|
10614
|
-
hasCheckbox()
|
|
10615
|
-
getPrefix()
|
|
10616
|
-
getTitle()
|
|
10617
|
-
getSubtitle()
|
|
10618
|
-
getSuffix()
|
|
10890
|
+
hasCheckbox: () => Promise<boolean>;
|
|
10891
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
10892
|
+
getTitle: () => Promise<string>;
|
|
10893
|
+
getSubtitle: () => Promise<string>;
|
|
10894
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
10619
10895
|
exists: () => Promise<boolean>;
|
|
10620
10896
|
element: () => Promise<any>;
|
|
10621
10897
|
};
|
|
@@ -10651,22 +10927,22 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
10651
10927
|
getViewListItemAt: (index: number) => {
|
|
10652
10928
|
click: () => Promise<void>;
|
|
10653
10929
|
select: () => Promise<void>;
|
|
10654
|
-
hasCheckbox()
|
|
10655
|
-
getPrefix()
|
|
10656
|
-
getTitle()
|
|
10657
|
-
getSubtitle()
|
|
10658
|
-
getSuffix()
|
|
10930
|
+
hasCheckbox: () => Promise<boolean>;
|
|
10931
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
10932
|
+
getTitle: () => Promise<string>;
|
|
10933
|
+
getSubtitle: () => Promise<string>;
|
|
10934
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
10659
10935
|
exists: () => Promise<boolean>;
|
|
10660
10936
|
element: () => Promise<any>;
|
|
10661
10937
|
};
|
|
10662
10938
|
getViewListItemById: (id: string) => {
|
|
10663
10939
|
click: () => Promise<void>;
|
|
10664
10940
|
select: () => Promise<void>;
|
|
10665
|
-
hasCheckbox()
|
|
10666
|
-
getPrefix()
|
|
10667
|
-
getTitle()
|
|
10668
|
-
getSubtitle()
|
|
10669
|
-
getSuffix()
|
|
10941
|
+
hasCheckbox: () => Promise<boolean>;
|
|
10942
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
10943
|
+
getTitle: () => Promise<string>;
|
|
10944
|
+
getSubtitle: () => Promise<string>;
|
|
10945
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
10670
10946
|
exists: () => Promise<boolean>;
|
|
10671
10947
|
element: () => Promise<any>;
|
|
10672
10948
|
};
|
|
@@ -11780,9 +12056,57 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
11780
12056
|
exists: () => Promise<boolean>;
|
|
11781
12057
|
element: () => Promise<any>;
|
|
11782
12058
|
};
|
|
11783
|
-
getTypeFormFieldDriver: () =>
|
|
11784
|
-
|
|
11785
|
-
|
|
12059
|
+
getTypeFormFieldDriver: () => {
|
|
12060
|
+
element: () => Promise<HTMLElement>;
|
|
12061
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
12062
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
12063
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
12064
|
+
isRequired: () => Promise<boolean>;
|
|
12065
|
+
getLengthLeft: () => Promise<number | null>;
|
|
12066
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
12067
|
+
hasTooltip: () => Promise<boolean>;
|
|
12068
|
+
getInfoContent: () => Promise<string>;
|
|
12069
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
12070
|
+
hoverInfoIcon: () => Promise<void>;
|
|
12071
|
+
getStatusMessage: () => Promise<string>;
|
|
12072
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
12073
|
+
exists: () => Promise<boolean>;
|
|
12074
|
+
click: () => Promise<void>;
|
|
12075
|
+
};
|
|
12076
|
+
getNameFormFieldDriver: () => {
|
|
12077
|
+
element: () => Promise<HTMLElement>;
|
|
12078
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
12079
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
12080
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
12081
|
+
isRequired: () => Promise<boolean>;
|
|
12082
|
+
getLengthLeft: () => Promise<number | null>;
|
|
12083
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
12084
|
+
hasTooltip: () => Promise<boolean>;
|
|
12085
|
+
getInfoContent: () => Promise<string>;
|
|
12086
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
12087
|
+
hoverInfoIcon: () => Promise<void>;
|
|
12088
|
+
getStatusMessage: () => Promise<string>;
|
|
12089
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
12090
|
+
exists: () => Promise<boolean>;
|
|
12091
|
+
click: () => Promise<void>;
|
|
12092
|
+
};
|
|
12093
|
+
getKeyFormFieldDriver: () => {
|
|
12094
|
+
element: () => Promise<HTMLElement>;
|
|
12095
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
12096
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
12097
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
12098
|
+
isRequired: () => Promise<boolean>;
|
|
12099
|
+
getLengthLeft: () => Promise<number | null>;
|
|
12100
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
12101
|
+
hasTooltip: () => Promise<boolean>;
|
|
12102
|
+
getInfoContent: () => Promise<string>;
|
|
12103
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
12104
|
+
hoverInfoIcon: () => Promise<void>;
|
|
12105
|
+
getStatusMessage: () => Promise<string>;
|
|
12106
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
12107
|
+
exists: () => Promise<boolean>;
|
|
12108
|
+
click: () => Promise<void>;
|
|
12109
|
+
};
|
|
11786
12110
|
getFieldKeyTooltip: () => {
|
|
11787
12111
|
getTagName: () => Promise<string>;
|
|
11788
12112
|
getText: () => Promise<string>;
|
|
@@ -11829,8 +12153,41 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
11829
12153
|
element: () => Promise<any>;
|
|
11830
12154
|
click: () => Promise<void>;
|
|
11831
12155
|
};
|
|
11832
|
-
getFormField: () =>
|
|
11833
|
-
|
|
12156
|
+
getFormField: () => {
|
|
12157
|
+
element: () => Promise<HTMLElement>;
|
|
12158
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
12159
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
12160
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
12161
|
+
isRequired: () => Promise<boolean>;
|
|
12162
|
+
getLengthLeft: () => Promise<number | null>;
|
|
12163
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
12164
|
+
hasTooltip: () => Promise<boolean>;
|
|
12165
|
+
getInfoContent: () => Promise<string>;
|
|
12166
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
12167
|
+
hoverInfoIcon: () => Promise<void>;
|
|
12168
|
+
getStatusMessage: () => Promise<string>;
|
|
12169
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
12170
|
+
exists: () => Promise<boolean>;
|
|
12171
|
+
click: () => Promise<void>;
|
|
12172
|
+
};
|
|
12173
|
+
getListItemEditable: () => {
|
|
12174
|
+
getValue: () => Promise<string>;
|
|
12175
|
+
getPlaceholder: () => Promise<string | null>;
|
|
12176
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
12177
|
+
enterText: (text: string) => Promise<void>;
|
|
12178
|
+
clickApprove: () => Promise<void>;
|
|
12179
|
+
clickCancel: () => Promise<void>;
|
|
12180
|
+
pressEnter: () => Promise<void>;
|
|
12181
|
+
isFocus: () => Promise<boolean>;
|
|
12182
|
+
hasSuffix: () => Promise<boolean>;
|
|
12183
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
12184
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
12185
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
12186
|
+
getStatusMessage: () => Promise<string | null>;
|
|
12187
|
+
exists: () => Promise<boolean>;
|
|
12188
|
+
element: () => Promise<any>;
|
|
12189
|
+
click: () => Promise<void>;
|
|
12190
|
+
};
|
|
11834
12191
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
11835
12192
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
11836
12193
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -11881,8 +12238,41 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
11881
12238
|
element: () => Promise<any>;
|
|
11882
12239
|
click: () => Promise<void>;
|
|
11883
12240
|
};
|
|
11884
|
-
getFormField: () =>
|
|
11885
|
-
|
|
12241
|
+
getFormField: () => {
|
|
12242
|
+
element: () => Promise<HTMLElement>;
|
|
12243
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
12244
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
12245
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
12246
|
+
isRequired: () => Promise<boolean>;
|
|
12247
|
+
getLengthLeft: () => Promise<number | null>;
|
|
12248
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
12249
|
+
hasTooltip: () => Promise<boolean>;
|
|
12250
|
+
getInfoContent: () => Promise<string>;
|
|
12251
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
12252
|
+
hoverInfoIcon: () => Promise<void>;
|
|
12253
|
+
getStatusMessage: () => Promise<string>;
|
|
12254
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
12255
|
+
exists: () => Promise<boolean>;
|
|
12256
|
+
click: () => Promise<void>;
|
|
12257
|
+
};
|
|
12258
|
+
getListItemEditable: () => {
|
|
12259
|
+
getValue: () => Promise<string>;
|
|
12260
|
+
getPlaceholder: () => Promise<string | null>;
|
|
12261
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
12262
|
+
enterText: (text: string) => Promise<void>;
|
|
12263
|
+
clickApprove: () => Promise<void>;
|
|
12264
|
+
clickCancel: () => Promise<void>;
|
|
12265
|
+
pressEnter: () => Promise<void>;
|
|
12266
|
+
isFocus: () => Promise<boolean>;
|
|
12267
|
+
hasSuffix: () => Promise<boolean>;
|
|
12268
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
12269
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
12270
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
12271
|
+
getStatusMessage: () => Promise<string | null>;
|
|
12272
|
+
exists: () => Promise<boolean>;
|
|
12273
|
+
element: () => Promise<any>;
|
|
12274
|
+
click: () => Promise<void>;
|
|
12275
|
+
};
|
|
11886
12276
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
11887
12277
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
11888
12278
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -11993,22 +12383,22 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
11993
12383
|
getViewListItemById: (id: string) => {
|
|
11994
12384
|
click: () => Promise<void>;
|
|
11995
12385
|
select: () => Promise<void>;
|
|
11996
|
-
hasCheckbox()
|
|
11997
|
-
getPrefix()
|
|
11998
|
-
getTitle()
|
|
11999
|
-
getSubtitle()
|
|
12000
|
-
getSuffix()
|
|
12386
|
+
hasCheckbox: () => Promise<boolean>;
|
|
12387
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
12388
|
+
getTitle: () => Promise<string>;
|
|
12389
|
+
getSubtitle: () => Promise<string>;
|
|
12390
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
12001
12391
|
exists: () => Promise<boolean>;
|
|
12002
12392
|
element: () => Promise<any>;
|
|
12003
12393
|
};
|
|
12004
12394
|
getViewListItemAt: (index: number) => {
|
|
12005
12395
|
click: () => Promise<void>;
|
|
12006
12396
|
select: () => Promise<void>;
|
|
12007
|
-
hasCheckbox()
|
|
12008
|
-
getPrefix()
|
|
12009
|
-
getTitle()
|
|
12010
|
-
getSubtitle()
|
|
12011
|
-
getSuffix()
|
|
12397
|
+
hasCheckbox: () => Promise<boolean>;
|
|
12398
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
12399
|
+
getTitle: () => Promise<string>;
|
|
12400
|
+
getSubtitle: () => Promise<string>;
|
|
12401
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
12012
12402
|
exists: () => Promise<boolean>;
|
|
12013
12403
|
element: () => Promise<any>;
|
|
12014
12404
|
};
|
|
@@ -12044,22 +12434,22 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
12044
12434
|
getViewListItemAt: (index: number) => {
|
|
12045
12435
|
click: () => Promise<void>;
|
|
12046
12436
|
select: () => Promise<void>;
|
|
12047
|
-
hasCheckbox()
|
|
12048
|
-
getPrefix()
|
|
12049
|
-
getTitle()
|
|
12050
|
-
getSubtitle()
|
|
12051
|
-
getSuffix()
|
|
12437
|
+
hasCheckbox: () => Promise<boolean>;
|
|
12438
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
12439
|
+
getTitle: () => Promise<string>;
|
|
12440
|
+
getSubtitle: () => Promise<string>;
|
|
12441
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
12052
12442
|
exists: () => Promise<boolean>;
|
|
12053
12443
|
element: () => Promise<any>;
|
|
12054
12444
|
};
|
|
12055
12445
|
getViewListItemById: (id: string) => {
|
|
12056
12446
|
click: () => Promise<void>;
|
|
12057
12447
|
select: () => Promise<void>;
|
|
12058
|
-
hasCheckbox()
|
|
12059
|
-
getPrefix()
|
|
12060
|
-
getTitle()
|
|
12061
|
-
getSubtitle()
|
|
12062
|
-
getSuffix()
|
|
12448
|
+
hasCheckbox: () => Promise<boolean>;
|
|
12449
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
12450
|
+
getTitle: () => Promise<string>;
|
|
12451
|
+
getSubtitle: () => Promise<string>;
|
|
12452
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
12063
12453
|
exists: () => Promise<boolean>;
|
|
12064
12454
|
element: () => Promise<any>;
|
|
12065
12455
|
};
|
|
@@ -13056,22 +13446,22 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
13056
13446
|
getViewListItemById: (id: string) => {
|
|
13057
13447
|
click: () => Promise<void>;
|
|
13058
13448
|
select: () => Promise<void>;
|
|
13059
|
-
hasCheckbox()
|
|
13060
|
-
getPrefix()
|
|
13061
|
-
getTitle()
|
|
13062
|
-
getSubtitle()
|
|
13063
|
-
getSuffix()
|
|
13449
|
+
hasCheckbox: () => Promise<boolean>;
|
|
13450
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13451
|
+
getTitle: () => Promise<string>;
|
|
13452
|
+
getSubtitle: () => Promise<string>;
|
|
13453
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13064
13454
|
exists: () => Promise<boolean>;
|
|
13065
13455
|
element: () => Promise<any>;
|
|
13066
13456
|
};
|
|
13067
13457
|
getViewListItemAt: (index: number) => {
|
|
13068
13458
|
click: () => Promise<void>;
|
|
13069
13459
|
select: () => Promise<void>;
|
|
13070
|
-
hasCheckbox()
|
|
13071
|
-
getPrefix()
|
|
13072
|
-
getTitle()
|
|
13073
|
-
getSubtitle()
|
|
13074
|
-
getSuffix()
|
|
13460
|
+
hasCheckbox: () => Promise<boolean>;
|
|
13461
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13462
|
+
getTitle: () => Promise<string>;
|
|
13463
|
+
getSubtitle: () => Promise<string>;
|
|
13464
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13075
13465
|
exists: () => Promise<boolean>;
|
|
13076
13466
|
element: () => Promise<any>;
|
|
13077
13467
|
};
|
|
@@ -13107,22 +13497,22 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
13107
13497
|
getViewListItemAt: (index: number) => {
|
|
13108
13498
|
click: () => Promise<void>;
|
|
13109
13499
|
select: () => Promise<void>;
|
|
13110
|
-
hasCheckbox()
|
|
13111
|
-
getPrefix()
|
|
13112
|
-
getTitle()
|
|
13113
|
-
getSubtitle()
|
|
13114
|
-
getSuffix()
|
|
13500
|
+
hasCheckbox: () => Promise<boolean>;
|
|
13501
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13502
|
+
getTitle: () => Promise<string>;
|
|
13503
|
+
getSubtitle: () => Promise<string>;
|
|
13504
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13115
13505
|
exists: () => Promise<boolean>;
|
|
13116
13506
|
element: () => Promise<any>;
|
|
13117
13507
|
};
|
|
13118
13508
|
getViewListItemById: (id: string) => {
|
|
13119
13509
|
click: () => Promise<void>;
|
|
13120
13510
|
select: () => Promise<void>;
|
|
13121
|
-
hasCheckbox()
|
|
13122
|
-
getPrefix()
|
|
13123
|
-
getTitle()
|
|
13124
|
-
getSubtitle()
|
|
13125
|
-
getSuffix()
|
|
13511
|
+
hasCheckbox: () => Promise<boolean>;
|
|
13512
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13513
|
+
getTitle: () => Promise<string>;
|
|
13514
|
+
getSubtitle: () => Promise<string>;
|
|
13515
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13126
13516
|
exists: () => Promise<boolean>;
|
|
13127
13517
|
element: () => Promise<any>;
|
|
13128
13518
|
};
|
|
@@ -13735,22 +14125,22 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
13735
14125
|
getViewListItemById: (id: string) => {
|
|
13736
14126
|
click: () => Promise<void>;
|
|
13737
14127
|
select: () => Promise<void>;
|
|
13738
|
-
hasCheckbox()
|
|
13739
|
-
getPrefix()
|
|
13740
|
-
getTitle()
|
|
13741
|
-
getSubtitle()
|
|
13742
|
-
getSuffix()
|
|
14128
|
+
hasCheckbox: () => Promise<boolean>;
|
|
14129
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
14130
|
+
getTitle: () => Promise<string>;
|
|
14131
|
+
getSubtitle: () => Promise<string>;
|
|
14132
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13743
14133
|
exists: () => Promise<boolean>;
|
|
13744
14134
|
element: () => Promise<any>;
|
|
13745
14135
|
};
|
|
13746
14136
|
getViewListItemAt: (index: number) => {
|
|
13747
14137
|
click: () => Promise<void>;
|
|
13748
14138
|
select: () => Promise<void>;
|
|
13749
|
-
hasCheckbox()
|
|
13750
|
-
getPrefix()
|
|
13751
|
-
getTitle()
|
|
13752
|
-
getSubtitle()
|
|
13753
|
-
getSuffix()
|
|
14139
|
+
hasCheckbox: () => Promise<boolean>;
|
|
14140
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
14141
|
+
getTitle: () => Promise<string>;
|
|
14142
|
+
getSubtitle: () => Promise<string>;
|
|
14143
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13754
14144
|
exists: () => Promise<boolean>;
|
|
13755
14145
|
element: () => Promise<any>;
|
|
13756
14146
|
};
|
|
@@ -13786,22 +14176,22 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
13786
14176
|
getViewListItemAt: (index: number) => {
|
|
13787
14177
|
click: () => Promise<void>;
|
|
13788
14178
|
select: () => Promise<void>;
|
|
13789
|
-
hasCheckbox()
|
|
13790
|
-
getPrefix()
|
|
13791
|
-
getTitle()
|
|
13792
|
-
getSubtitle()
|
|
13793
|
-
getSuffix()
|
|
14179
|
+
hasCheckbox: () => Promise<boolean>;
|
|
14180
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
14181
|
+
getTitle: () => Promise<string>;
|
|
14182
|
+
getSubtitle: () => Promise<string>;
|
|
14183
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13794
14184
|
exists: () => Promise<boolean>;
|
|
13795
14185
|
element: () => Promise<any>;
|
|
13796
14186
|
};
|
|
13797
14187
|
getViewListItemById: (id: string) => {
|
|
13798
14188
|
click: () => Promise<void>;
|
|
13799
14189
|
select: () => Promise<void>;
|
|
13800
|
-
hasCheckbox()
|
|
13801
|
-
getPrefix()
|
|
13802
|
-
getTitle()
|
|
13803
|
-
getSubtitle()
|
|
13804
|
-
getSuffix()
|
|
14190
|
+
hasCheckbox: () => Promise<boolean>;
|
|
14191
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
14192
|
+
getTitle: () => Promise<string>;
|
|
14193
|
+
getSubtitle: () => Promise<string>;
|
|
14194
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13805
14195
|
exists: () => Promise<boolean>;
|
|
13806
14196
|
element: () => Promise<any>;
|
|
13807
14197
|
};
|
|
@@ -14668,6 +15058,13 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
14668
15058
|
element: () => Promise<any>;
|
|
14669
15059
|
click: () => Promise<void>;
|
|
14670
15060
|
};
|
|
15061
|
+
getDragOverlay: () => {
|
|
15062
|
+
depthLimitMessageExists: () => Promise<boolean>;
|
|
15063
|
+
getDepthLimitMessage: () => Promise<string>;
|
|
15064
|
+
exists: () => Promise<boolean>;
|
|
15065
|
+
element: () => Promise<any>;
|
|
15066
|
+
click: () => Promise<void>;
|
|
15067
|
+
};
|
|
14671
15068
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
14672
15069
|
waitInitialLoader: (timeout?: number | undefined) => Promise<void>;
|
|
14673
15070
|
waitInitialLoaderRemoved: (timeout?: number | undefined, delay?: number | undefined) => Promise<void>;
|
|
@@ -15135,9 +15532,57 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
15135
15532
|
exists: () => Promise<boolean>;
|
|
15136
15533
|
element: () => Promise<any>;
|
|
15137
15534
|
};
|
|
15138
|
-
getTypeFormFieldDriver: () =>
|
|
15139
|
-
|
|
15140
|
-
|
|
15535
|
+
getTypeFormFieldDriver: () => {
|
|
15536
|
+
element: () => Promise<HTMLElement>;
|
|
15537
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
15538
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
15539
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
15540
|
+
isRequired: () => Promise<boolean>;
|
|
15541
|
+
getLengthLeft: () => Promise<number | null>;
|
|
15542
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
15543
|
+
hasTooltip: () => Promise<boolean>;
|
|
15544
|
+
getInfoContent: () => Promise<string>;
|
|
15545
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
15546
|
+
hoverInfoIcon: () => Promise<void>;
|
|
15547
|
+
getStatusMessage: () => Promise<string>;
|
|
15548
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
15549
|
+
exists: () => Promise<boolean>;
|
|
15550
|
+
click: () => Promise<void>;
|
|
15551
|
+
};
|
|
15552
|
+
getNameFormFieldDriver: () => {
|
|
15553
|
+
element: () => Promise<HTMLElement>;
|
|
15554
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
15555
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
15556
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
15557
|
+
isRequired: () => Promise<boolean>;
|
|
15558
|
+
getLengthLeft: () => Promise<number | null>;
|
|
15559
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
15560
|
+
hasTooltip: () => Promise<boolean>;
|
|
15561
|
+
getInfoContent: () => Promise<string>;
|
|
15562
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
15563
|
+
hoverInfoIcon: () => Promise<void>;
|
|
15564
|
+
getStatusMessage: () => Promise<string>;
|
|
15565
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
15566
|
+
exists: () => Promise<boolean>;
|
|
15567
|
+
click: () => Promise<void>;
|
|
15568
|
+
};
|
|
15569
|
+
getKeyFormFieldDriver: () => {
|
|
15570
|
+
element: () => Promise<HTMLElement>;
|
|
15571
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
15572
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
15573
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
15574
|
+
isRequired: () => Promise<boolean>;
|
|
15575
|
+
getLengthLeft: () => Promise<number | null>;
|
|
15576
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
15577
|
+
hasTooltip: () => Promise<boolean>;
|
|
15578
|
+
getInfoContent: () => Promise<string>;
|
|
15579
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
15580
|
+
hoverInfoIcon: () => Promise<void>;
|
|
15581
|
+
getStatusMessage: () => Promise<string>;
|
|
15582
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
15583
|
+
exists: () => Promise<boolean>;
|
|
15584
|
+
click: () => Promise<void>;
|
|
15585
|
+
};
|
|
15141
15586
|
getFieldKeyTooltip: () => {
|
|
15142
15587
|
getTagName: () => Promise<string>;
|
|
15143
15588
|
getText: () => Promise<string>;
|
|
@@ -15184,8 +15629,41 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
15184
15629
|
element: () => Promise<any>;
|
|
15185
15630
|
click: () => Promise<void>;
|
|
15186
15631
|
};
|
|
15187
|
-
getFormField: () =>
|
|
15188
|
-
|
|
15632
|
+
getFormField: () => {
|
|
15633
|
+
element: () => Promise<HTMLElement>;
|
|
15634
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
15635
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
15636
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
15637
|
+
isRequired: () => Promise<boolean>;
|
|
15638
|
+
getLengthLeft: () => Promise<number | null>;
|
|
15639
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
15640
|
+
hasTooltip: () => Promise<boolean>;
|
|
15641
|
+
getInfoContent: () => Promise<string>;
|
|
15642
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
15643
|
+
hoverInfoIcon: () => Promise<void>;
|
|
15644
|
+
getStatusMessage: () => Promise<string>;
|
|
15645
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
15646
|
+
exists: () => Promise<boolean>;
|
|
15647
|
+
click: () => Promise<void>;
|
|
15648
|
+
};
|
|
15649
|
+
getListItemEditable: () => {
|
|
15650
|
+
getValue: () => Promise<string>;
|
|
15651
|
+
getPlaceholder: () => Promise<string | null>;
|
|
15652
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
15653
|
+
enterText: (text: string) => Promise<void>;
|
|
15654
|
+
clickApprove: () => Promise<void>;
|
|
15655
|
+
clickCancel: () => Promise<void>;
|
|
15656
|
+
pressEnter: () => Promise<void>;
|
|
15657
|
+
isFocus: () => Promise<boolean>;
|
|
15658
|
+
hasSuffix: () => Promise<boolean>;
|
|
15659
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
15660
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
15661
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
15662
|
+
getStatusMessage: () => Promise<string | null>;
|
|
15663
|
+
exists: () => Promise<boolean>;
|
|
15664
|
+
element: () => Promise<any>;
|
|
15665
|
+
click: () => Promise<void>;
|
|
15666
|
+
};
|
|
15189
15667
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
15190
15668
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
15191
15669
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -15236,8 +15714,41 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
15236
15714
|
element: () => Promise<any>;
|
|
15237
15715
|
click: () => Promise<void>;
|
|
15238
15716
|
};
|
|
15239
|
-
getFormField: () =>
|
|
15240
|
-
|
|
15717
|
+
getFormField: () => {
|
|
15718
|
+
element: () => Promise<HTMLElement>;
|
|
15719
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
15720
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
15721
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
15722
|
+
isRequired: () => Promise<boolean>;
|
|
15723
|
+
getLengthLeft: () => Promise<number | null>;
|
|
15724
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
15725
|
+
hasTooltip: () => Promise<boolean>;
|
|
15726
|
+
getInfoContent: () => Promise<string>;
|
|
15727
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
15728
|
+
hoverInfoIcon: () => Promise<void>;
|
|
15729
|
+
getStatusMessage: () => Promise<string>;
|
|
15730
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
15731
|
+
exists: () => Promise<boolean>;
|
|
15732
|
+
click: () => Promise<void>;
|
|
15733
|
+
};
|
|
15734
|
+
getListItemEditable: () => {
|
|
15735
|
+
getValue: () => Promise<string>;
|
|
15736
|
+
getPlaceholder: () => Promise<string | null>;
|
|
15737
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
15738
|
+
enterText: (text: string) => Promise<void>;
|
|
15739
|
+
clickApprove: () => Promise<void>;
|
|
15740
|
+
clickCancel: () => Promise<void>;
|
|
15741
|
+
pressEnter: () => Promise<void>;
|
|
15742
|
+
isFocus: () => Promise<boolean>;
|
|
15743
|
+
hasSuffix: () => Promise<boolean>;
|
|
15744
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
15745
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
15746
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
15747
|
+
getStatusMessage: () => Promise<string | null>;
|
|
15748
|
+
exists: () => Promise<boolean>;
|
|
15749
|
+
element: () => Promise<any>;
|
|
15750
|
+
click: () => Promise<void>;
|
|
15751
|
+
};
|
|
15241
15752
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
15242
15753
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
15243
15754
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -15348,22 +15859,22 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
15348
15859
|
getViewListItemById: (id: string) => {
|
|
15349
15860
|
click: () => Promise<void>;
|
|
15350
15861
|
select: () => Promise<void>;
|
|
15351
|
-
hasCheckbox()
|
|
15352
|
-
getPrefix()
|
|
15353
|
-
getTitle()
|
|
15354
|
-
getSubtitle()
|
|
15355
|
-
getSuffix()
|
|
15862
|
+
hasCheckbox: () => Promise<boolean>;
|
|
15863
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
15864
|
+
getTitle: () => Promise<string>;
|
|
15865
|
+
getSubtitle: () => Promise<string>;
|
|
15866
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
15356
15867
|
exists: () => Promise<boolean>;
|
|
15357
15868
|
element: () => Promise<any>;
|
|
15358
15869
|
};
|
|
15359
15870
|
getViewListItemAt: (index: number) => {
|
|
15360
15871
|
click: () => Promise<void>;
|
|
15361
15872
|
select: () => Promise<void>;
|
|
15362
|
-
hasCheckbox()
|
|
15363
|
-
getPrefix()
|
|
15364
|
-
getTitle()
|
|
15365
|
-
getSubtitle()
|
|
15366
|
-
getSuffix()
|
|
15873
|
+
hasCheckbox: () => Promise<boolean>;
|
|
15874
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
15875
|
+
getTitle: () => Promise<string>;
|
|
15876
|
+
getSubtitle: () => Promise<string>;
|
|
15877
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
15367
15878
|
exists: () => Promise<boolean>;
|
|
15368
15879
|
element: () => Promise<any>;
|
|
15369
15880
|
};
|
|
@@ -15399,22 +15910,22 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
15399
15910
|
getViewListItemAt: (index: number) => {
|
|
15400
15911
|
click: () => Promise<void>;
|
|
15401
15912
|
select: () => Promise<void>;
|
|
15402
|
-
hasCheckbox()
|
|
15403
|
-
getPrefix()
|
|
15404
|
-
getTitle()
|
|
15405
|
-
getSubtitle()
|
|
15406
|
-
getSuffix()
|
|
15913
|
+
hasCheckbox: () => Promise<boolean>;
|
|
15914
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
15915
|
+
getTitle: () => Promise<string>;
|
|
15916
|
+
getSubtitle: () => Promise<string>;
|
|
15917
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
15407
15918
|
exists: () => Promise<boolean>;
|
|
15408
15919
|
element: () => Promise<any>;
|
|
15409
15920
|
};
|
|
15410
15921
|
getViewListItemById: (id: string) => {
|
|
15411
15922
|
click: () => Promise<void>;
|
|
15412
15923
|
select: () => Promise<void>;
|
|
15413
|
-
hasCheckbox()
|
|
15414
|
-
getPrefix()
|
|
15415
|
-
getTitle()
|
|
15416
|
-
getSubtitle()
|
|
15417
|
-
getSuffix()
|
|
15924
|
+
hasCheckbox: () => Promise<boolean>;
|
|
15925
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
15926
|
+
getTitle: () => Promise<string>;
|
|
15927
|
+
getSubtitle: () => Promise<string>;
|
|
15928
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
15418
15929
|
exists: () => Promise<boolean>;
|
|
15419
15930
|
element: () => Promise<any>;
|
|
15420
15931
|
};
|
|
@@ -16411,22 +16922,22 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
16411
16922
|
getViewListItemById: (id: string) => {
|
|
16412
16923
|
click: () => Promise<void>;
|
|
16413
16924
|
select: () => Promise<void>;
|
|
16414
|
-
hasCheckbox()
|
|
16415
|
-
getPrefix()
|
|
16416
|
-
getTitle()
|
|
16417
|
-
getSubtitle()
|
|
16418
|
-
getSuffix()
|
|
16925
|
+
hasCheckbox: () => Promise<boolean>;
|
|
16926
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
16927
|
+
getTitle: () => Promise<string>;
|
|
16928
|
+
getSubtitle: () => Promise<string>;
|
|
16929
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
16419
16930
|
exists: () => Promise<boolean>;
|
|
16420
16931
|
element: () => Promise<any>;
|
|
16421
16932
|
};
|
|
16422
16933
|
getViewListItemAt: (index: number) => {
|
|
16423
16934
|
click: () => Promise<void>;
|
|
16424
16935
|
select: () => Promise<void>;
|
|
16425
|
-
hasCheckbox()
|
|
16426
|
-
getPrefix()
|
|
16427
|
-
getTitle()
|
|
16428
|
-
getSubtitle()
|
|
16429
|
-
getSuffix()
|
|
16936
|
+
hasCheckbox: () => Promise<boolean>;
|
|
16937
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
16938
|
+
getTitle: () => Promise<string>;
|
|
16939
|
+
getSubtitle: () => Promise<string>;
|
|
16940
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
16430
16941
|
exists: () => Promise<boolean>;
|
|
16431
16942
|
element: () => Promise<any>;
|
|
16432
16943
|
};
|
|
@@ -16462,22 +16973,22 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
16462
16973
|
getViewListItemAt: (index: number) => {
|
|
16463
16974
|
click: () => Promise<void>;
|
|
16464
16975
|
select: () => Promise<void>;
|
|
16465
|
-
hasCheckbox()
|
|
16466
|
-
getPrefix()
|
|
16467
|
-
getTitle()
|
|
16468
|
-
getSubtitle()
|
|
16469
|
-
getSuffix()
|
|
16976
|
+
hasCheckbox: () => Promise<boolean>;
|
|
16977
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
16978
|
+
getTitle: () => Promise<string>;
|
|
16979
|
+
getSubtitle: () => Promise<string>;
|
|
16980
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
16470
16981
|
exists: () => Promise<boolean>;
|
|
16471
16982
|
element: () => Promise<any>;
|
|
16472
16983
|
};
|
|
16473
16984
|
getViewListItemById: (id: string) => {
|
|
16474
16985
|
click: () => Promise<void>;
|
|
16475
16986
|
select: () => Promise<void>;
|
|
16476
|
-
hasCheckbox()
|
|
16477
|
-
getPrefix()
|
|
16478
|
-
getTitle()
|
|
16479
|
-
getSubtitle()
|
|
16480
|
-
getSuffix()
|
|
16987
|
+
hasCheckbox: () => Promise<boolean>;
|
|
16988
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
16989
|
+
getTitle: () => Promise<string>;
|
|
16990
|
+
getSubtitle: () => Promise<string>;
|
|
16991
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
16481
16992
|
exists: () => Promise<boolean>;
|
|
16482
16993
|
element: () => Promise<any>;
|
|
16483
16994
|
};
|
|
@@ -17103,22 +17614,22 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
17103
17614
|
getViewListItemById: (id: string) => {
|
|
17104
17615
|
click: () => Promise<void>;
|
|
17105
17616
|
select: () => Promise<void>;
|
|
17106
|
-
hasCheckbox()
|
|
17107
|
-
getPrefix()
|
|
17108
|
-
getTitle()
|
|
17109
|
-
getSubtitle()
|
|
17110
|
-
getSuffix()
|
|
17617
|
+
hasCheckbox: () => Promise<boolean>;
|
|
17618
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17619
|
+
getTitle: () => Promise<string>;
|
|
17620
|
+
getSubtitle: () => Promise<string>;
|
|
17621
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17111
17622
|
exists: () => Promise<boolean>;
|
|
17112
17623
|
element: () => Promise<any>;
|
|
17113
17624
|
};
|
|
17114
17625
|
getViewListItemAt: (index: number) => {
|
|
17115
17626
|
click: () => Promise<void>;
|
|
17116
17627
|
select: () => Promise<void>;
|
|
17117
|
-
hasCheckbox()
|
|
17118
|
-
getPrefix()
|
|
17119
|
-
getTitle()
|
|
17120
|
-
getSubtitle()
|
|
17121
|
-
getSuffix()
|
|
17628
|
+
hasCheckbox: () => Promise<boolean>;
|
|
17629
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17630
|
+
getTitle: () => Promise<string>;
|
|
17631
|
+
getSubtitle: () => Promise<string>;
|
|
17632
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17122
17633
|
exists: () => Promise<boolean>;
|
|
17123
17634
|
element: () => Promise<any>;
|
|
17124
17635
|
};
|
|
@@ -17154,22 +17665,22 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
17154
17665
|
getViewListItemAt: (index: number) => {
|
|
17155
17666
|
click: () => Promise<void>;
|
|
17156
17667
|
select: () => Promise<void>;
|
|
17157
|
-
hasCheckbox()
|
|
17158
|
-
getPrefix()
|
|
17159
|
-
getTitle()
|
|
17160
|
-
getSubtitle()
|
|
17161
|
-
getSuffix()
|
|
17668
|
+
hasCheckbox: () => Promise<boolean>;
|
|
17669
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17670
|
+
getTitle: () => Promise<string>;
|
|
17671
|
+
getSubtitle: () => Promise<string>;
|
|
17672
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17162
17673
|
exists: () => Promise<boolean>;
|
|
17163
17674
|
element: () => Promise<any>;
|
|
17164
17675
|
};
|
|
17165
17676
|
getViewListItemById: (id: string) => {
|
|
17166
17677
|
click: () => Promise<void>;
|
|
17167
17678
|
select: () => Promise<void>;
|
|
17168
|
-
hasCheckbox()
|
|
17169
|
-
getPrefix()
|
|
17170
|
-
getTitle()
|
|
17171
|
-
getSubtitle()
|
|
17172
|
-
getSuffix()
|
|
17679
|
+
hasCheckbox: () => Promise<boolean>;
|
|
17680
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17681
|
+
getTitle: () => Promise<string>;
|
|
17682
|
+
getSubtitle: () => Promise<string>;
|
|
17683
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17173
17684
|
exists: () => Promise<boolean>;
|
|
17174
17685
|
element: () => Promise<any>;
|
|
17175
17686
|
};
|
|
@@ -18283,9 +18794,57 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
18283
18794
|
exists: () => Promise<boolean>;
|
|
18284
18795
|
element: () => Promise<any>;
|
|
18285
18796
|
};
|
|
18286
|
-
getTypeFormFieldDriver: () =>
|
|
18287
|
-
|
|
18288
|
-
|
|
18797
|
+
getTypeFormFieldDriver: () => {
|
|
18798
|
+
element: () => Promise<HTMLElement>;
|
|
18799
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
18800
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
18801
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
18802
|
+
isRequired: () => Promise<boolean>;
|
|
18803
|
+
getLengthLeft: () => Promise<number | null>;
|
|
18804
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
18805
|
+
hasTooltip: () => Promise<boolean>;
|
|
18806
|
+
getInfoContent: () => Promise<string>;
|
|
18807
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
18808
|
+
hoverInfoIcon: () => Promise<void>;
|
|
18809
|
+
getStatusMessage: () => Promise<string>;
|
|
18810
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
18811
|
+
exists: () => Promise<boolean>;
|
|
18812
|
+
click: () => Promise<void>;
|
|
18813
|
+
};
|
|
18814
|
+
getNameFormFieldDriver: () => {
|
|
18815
|
+
element: () => Promise<HTMLElement>;
|
|
18816
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
18817
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
18818
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
18819
|
+
isRequired: () => Promise<boolean>;
|
|
18820
|
+
getLengthLeft: () => Promise<number | null>;
|
|
18821
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
18822
|
+
hasTooltip: () => Promise<boolean>;
|
|
18823
|
+
getInfoContent: () => Promise<string>;
|
|
18824
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
18825
|
+
hoverInfoIcon: () => Promise<void>;
|
|
18826
|
+
getStatusMessage: () => Promise<string>;
|
|
18827
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
18828
|
+
exists: () => Promise<boolean>;
|
|
18829
|
+
click: () => Promise<void>;
|
|
18830
|
+
};
|
|
18831
|
+
getKeyFormFieldDriver: () => {
|
|
18832
|
+
element: () => Promise<HTMLElement>;
|
|
18833
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
18834
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
18835
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
18836
|
+
isRequired: () => Promise<boolean>;
|
|
18837
|
+
getLengthLeft: () => Promise<number | null>;
|
|
18838
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
18839
|
+
hasTooltip: () => Promise<boolean>;
|
|
18840
|
+
getInfoContent: () => Promise<string>;
|
|
18841
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
18842
|
+
hoverInfoIcon: () => Promise<void>;
|
|
18843
|
+
getStatusMessage: () => Promise<string>;
|
|
18844
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
18845
|
+
exists: () => Promise<boolean>;
|
|
18846
|
+
click: () => Promise<void>;
|
|
18847
|
+
};
|
|
18289
18848
|
getFieldKeyTooltip: () => {
|
|
18290
18849
|
getTagName: () => Promise<string>;
|
|
18291
18850
|
getText: () => Promise<string>;
|
|
@@ -18332,8 +18891,41 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
18332
18891
|
element: () => Promise<any>;
|
|
18333
18892
|
click: () => Promise<void>;
|
|
18334
18893
|
};
|
|
18335
|
-
getFormField: () =>
|
|
18336
|
-
|
|
18894
|
+
getFormField: () => {
|
|
18895
|
+
element: () => Promise<HTMLElement>;
|
|
18896
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
18897
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
18898
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
18899
|
+
isRequired: () => Promise<boolean>;
|
|
18900
|
+
getLengthLeft: () => Promise<number | null>;
|
|
18901
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
18902
|
+
hasTooltip: () => Promise<boolean>;
|
|
18903
|
+
getInfoContent: () => Promise<string>;
|
|
18904
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
18905
|
+
hoverInfoIcon: () => Promise<void>;
|
|
18906
|
+
getStatusMessage: () => Promise<string>;
|
|
18907
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
18908
|
+
exists: () => Promise<boolean>;
|
|
18909
|
+
click: () => Promise<void>;
|
|
18910
|
+
};
|
|
18911
|
+
getListItemEditable: () => {
|
|
18912
|
+
getValue: () => Promise<string>;
|
|
18913
|
+
getPlaceholder: () => Promise<string | null>;
|
|
18914
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
18915
|
+
enterText: (text: string) => Promise<void>;
|
|
18916
|
+
clickApprove: () => Promise<void>;
|
|
18917
|
+
clickCancel: () => Promise<void>;
|
|
18918
|
+
pressEnter: () => Promise<void>;
|
|
18919
|
+
isFocus: () => Promise<boolean>;
|
|
18920
|
+
hasSuffix: () => Promise<boolean>;
|
|
18921
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
18922
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
18923
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
18924
|
+
getStatusMessage: () => Promise<string | null>;
|
|
18925
|
+
exists: () => Promise<boolean>;
|
|
18926
|
+
element: () => Promise<any>;
|
|
18927
|
+
click: () => Promise<void>;
|
|
18928
|
+
};
|
|
18337
18929
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
18338
18930
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
18339
18931
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -18384,8 +18976,41 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
18384
18976
|
element: () => Promise<any>;
|
|
18385
18977
|
click: () => Promise<void>;
|
|
18386
18978
|
};
|
|
18387
|
-
getFormField: () =>
|
|
18388
|
-
|
|
18979
|
+
getFormField: () => {
|
|
18980
|
+
element: () => Promise<HTMLElement>;
|
|
18981
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
18982
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
18983
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
18984
|
+
isRequired: () => Promise<boolean>;
|
|
18985
|
+
getLengthLeft: () => Promise<number | null>;
|
|
18986
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
18987
|
+
hasTooltip: () => Promise<boolean>;
|
|
18988
|
+
getInfoContent: () => Promise<string>;
|
|
18989
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
18990
|
+
hoverInfoIcon: () => Promise<void>;
|
|
18991
|
+
getStatusMessage: () => Promise<string>;
|
|
18992
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
18993
|
+
exists: () => Promise<boolean>;
|
|
18994
|
+
click: () => Promise<void>;
|
|
18995
|
+
};
|
|
18996
|
+
getListItemEditable: () => {
|
|
18997
|
+
getValue: () => Promise<string>;
|
|
18998
|
+
getPlaceholder: () => Promise<string | null>;
|
|
18999
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
19000
|
+
enterText: (text: string) => Promise<void>;
|
|
19001
|
+
clickApprove: () => Promise<void>;
|
|
19002
|
+
clickCancel: () => Promise<void>;
|
|
19003
|
+
pressEnter: () => Promise<void>;
|
|
19004
|
+
isFocus: () => Promise<boolean>;
|
|
19005
|
+
hasSuffix: () => Promise<boolean>;
|
|
19006
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
19007
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
19008
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
19009
|
+
getStatusMessage: () => Promise<string | null>;
|
|
19010
|
+
exists: () => Promise<boolean>;
|
|
19011
|
+
element: () => Promise<any>;
|
|
19012
|
+
click: () => Promise<void>;
|
|
19013
|
+
};
|
|
18389
19014
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
18390
19015
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
18391
19016
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -18496,22 +19121,22 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
18496
19121
|
getViewListItemById: (id: string) => {
|
|
18497
19122
|
click: () => Promise<void>;
|
|
18498
19123
|
select: () => Promise<void>;
|
|
18499
|
-
hasCheckbox()
|
|
18500
|
-
getPrefix()
|
|
18501
|
-
getTitle()
|
|
18502
|
-
getSubtitle()
|
|
18503
|
-
getSuffix()
|
|
19124
|
+
hasCheckbox: () => Promise<boolean>;
|
|
19125
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
19126
|
+
getTitle: () => Promise<string>;
|
|
19127
|
+
getSubtitle: () => Promise<string>;
|
|
19128
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
18504
19129
|
exists: () => Promise<boolean>;
|
|
18505
19130
|
element: () => Promise<any>;
|
|
18506
19131
|
};
|
|
18507
19132
|
getViewListItemAt: (index: number) => {
|
|
18508
19133
|
click: () => Promise<void>;
|
|
18509
19134
|
select: () => Promise<void>;
|
|
18510
|
-
hasCheckbox()
|
|
18511
|
-
getPrefix()
|
|
18512
|
-
getTitle()
|
|
18513
|
-
getSubtitle()
|
|
18514
|
-
getSuffix()
|
|
19135
|
+
hasCheckbox: () => Promise<boolean>;
|
|
19136
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
19137
|
+
getTitle: () => Promise<string>;
|
|
19138
|
+
getSubtitle: () => Promise<string>;
|
|
19139
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
18515
19140
|
exists: () => Promise<boolean>;
|
|
18516
19141
|
element: () => Promise<any>;
|
|
18517
19142
|
};
|
|
@@ -18547,22 +19172,22 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
18547
19172
|
getViewListItemAt: (index: number) => {
|
|
18548
19173
|
click: () => Promise<void>;
|
|
18549
19174
|
select: () => Promise<void>;
|
|
18550
|
-
hasCheckbox()
|
|
18551
|
-
getPrefix()
|
|
18552
|
-
getTitle()
|
|
18553
|
-
getSubtitle()
|
|
18554
|
-
getSuffix()
|
|
19175
|
+
hasCheckbox: () => Promise<boolean>;
|
|
19176
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
19177
|
+
getTitle: () => Promise<string>;
|
|
19178
|
+
getSubtitle: () => Promise<string>;
|
|
19179
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
18555
19180
|
exists: () => Promise<boolean>;
|
|
18556
19181
|
element: () => Promise<any>;
|
|
18557
19182
|
};
|
|
18558
19183
|
getViewListItemById: (id: string) => {
|
|
18559
19184
|
click: () => Promise<void>;
|
|
18560
19185
|
select: () => Promise<void>;
|
|
18561
|
-
hasCheckbox()
|
|
18562
|
-
getPrefix()
|
|
18563
|
-
getTitle()
|
|
18564
|
-
getSubtitle()
|
|
18565
|
-
getSuffix()
|
|
19186
|
+
hasCheckbox: () => Promise<boolean>;
|
|
19187
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
19188
|
+
getTitle: () => Promise<string>;
|
|
19189
|
+
getSubtitle: () => Promise<string>;
|
|
19190
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
18566
19191
|
exists: () => Promise<boolean>;
|
|
18567
19192
|
element: () => Promise<any>;
|
|
18568
19193
|
};
|
|
@@ -19559,22 +20184,22 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
19559
20184
|
getViewListItemById: (id: string) => {
|
|
19560
20185
|
click: () => Promise<void>;
|
|
19561
20186
|
select: () => Promise<void>;
|
|
19562
|
-
hasCheckbox()
|
|
19563
|
-
getPrefix()
|
|
19564
|
-
getTitle()
|
|
19565
|
-
getSubtitle()
|
|
19566
|
-
getSuffix()
|
|
20187
|
+
hasCheckbox: () => Promise<boolean>;
|
|
20188
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20189
|
+
getTitle: () => Promise<string>;
|
|
20190
|
+
getSubtitle: () => Promise<string>;
|
|
20191
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
19567
20192
|
exists: () => Promise<boolean>;
|
|
19568
20193
|
element: () => Promise<any>;
|
|
19569
20194
|
};
|
|
19570
20195
|
getViewListItemAt: (index: number) => {
|
|
19571
20196
|
click: () => Promise<void>;
|
|
19572
20197
|
select: () => Promise<void>;
|
|
19573
|
-
hasCheckbox()
|
|
19574
|
-
getPrefix()
|
|
19575
|
-
getTitle()
|
|
19576
|
-
getSubtitle()
|
|
19577
|
-
getSuffix()
|
|
20198
|
+
hasCheckbox: () => Promise<boolean>;
|
|
20199
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20200
|
+
getTitle: () => Promise<string>;
|
|
20201
|
+
getSubtitle: () => Promise<string>;
|
|
20202
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
19578
20203
|
exists: () => Promise<boolean>;
|
|
19579
20204
|
element: () => Promise<any>;
|
|
19580
20205
|
};
|
|
@@ -19610,22 +20235,22 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
19610
20235
|
getViewListItemAt: (index: number) => {
|
|
19611
20236
|
click: () => Promise<void>;
|
|
19612
20237
|
select: () => Promise<void>;
|
|
19613
|
-
hasCheckbox()
|
|
19614
|
-
getPrefix()
|
|
19615
|
-
getTitle()
|
|
19616
|
-
getSubtitle()
|
|
19617
|
-
getSuffix()
|
|
20238
|
+
hasCheckbox: () => Promise<boolean>;
|
|
20239
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20240
|
+
getTitle: () => Promise<string>;
|
|
20241
|
+
getSubtitle: () => Promise<string>;
|
|
20242
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
19618
20243
|
exists: () => Promise<boolean>;
|
|
19619
20244
|
element: () => Promise<any>;
|
|
19620
20245
|
};
|
|
19621
20246
|
getViewListItemById: (id: string) => {
|
|
19622
20247
|
click: () => Promise<void>;
|
|
19623
20248
|
select: () => Promise<void>;
|
|
19624
|
-
hasCheckbox()
|
|
19625
|
-
getPrefix()
|
|
19626
|
-
getTitle()
|
|
19627
|
-
getSubtitle()
|
|
19628
|
-
getSuffix()
|
|
20249
|
+
hasCheckbox: () => Promise<boolean>;
|
|
20250
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20251
|
+
getTitle: () => Promise<string>;
|
|
20252
|
+
getSubtitle: () => Promise<string>;
|
|
20253
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
19629
20254
|
exists: () => Promise<boolean>;
|
|
19630
20255
|
element: () => Promise<any>;
|
|
19631
20256
|
};
|
|
@@ -20238,22 +20863,22 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
20238
20863
|
getViewListItemById: (id: string) => {
|
|
20239
20864
|
click: () => Promise<void>;
|
|
20240
20865
|
select: () => Promise<void>;
|
|
20241
|
-
hasCheckbox()
|
|
20242
|
-
getPrefix()
|
|
20243
|
-
getTitle()
|
|
20244
|
-
getSubtitle()
|
|
20245
|
-
getSuffix()
|
|
20866
|
+
hasCheckbox: () => Promise<boolean>;
|
|
20867
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20868
|
+
getTitle: () => Promise<string>;
|
|
20869
|
+
getSubtitle: () => Promise<string>;
|
|
20870
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20246
20871
|
exists: () => Promise<boolean>;
|
|
20247
20872
|
element: () => Promise<any>;
|
|
20248
20873
|
};
|
|
20249
20874
|
getViewListItemAt: (index: number) => {
|
|
20250
20875
|
click: () => Promise<void>;
|
|
20251
20876
|
select: () => Promise<void>;
|
|
20252
|
-
hasCheckbox()
|
|
20253
|
-
getPrefix()
|
|
20254
|
-
getTitle()
|
|
20255
|
-
getSubtitle()
|
|
20256
|
-
getSuffix()
|
|
20877
|
+
hasCheckbox: () => Promise<boolean>;
|
|
20878
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20879
|
+
getTitle: () => Promise<string>;
|
|
20880
|
+
getSubtitle: () => Promise<string>;
|
|
20881
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20257
20882
|
exists: () => Promise<boolean>;
|
|
20258
20883
|
element: () => Promise<any>;
|
|
20259
20884
|
};
|
|
@@ -20289,22 +20914,22 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
20289
20914
|
getViewListItemAt: (index: number) => {
|
|
20290
20915
|
click: () => Promise<void>;
|
|
20291
20916
|
select: () => Promise<void>;
|
|
20292
|
-
hasCheckbox()
|
|
20293
|
-
getPrefix()
|
|
20294
|
-
getTitle()
|
|
20295
|
-
getSubtitle()
|
|
20296
|
-
getSuffix()
|
|
20917
|
+
hasCheckbox: () => Promise<boolean>;
|
|
20918
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20919
|
+
getTitle: () => Promise<string>;
|
|
20920
|
+
getSubtitle: () => Promise<string>;
|
|
20921
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20297
20922
|
exists: () => Promise<boolean>;
|
|
20298
20923
|
element: () => Promise<any>;
|
|
20299
20924
|
};
|
|
20300
20925
|
getViewListItemById: (id: string) => {
|
|
20301
20926
|
click: () => Promise<void>;
|
|
20302
20927
|
select: () => Promise<void>;
|
|
20303
|
-
hasCheckbox()
|
|
20304
|
-
getPrefix()
|
|
20305
|
-
getTitle()
|
|
20306
|
-
getSubtitle()
|
|
20307
|
-
getSuffix()
|
|
20928
|
+
hasCheckbox: () => Promise<boolean>;
|
|
20929
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20930
|
+
getTitle: () => Promise<string>;
|
|
20931
|
+
getSubtitle: () => Promise<string>;
|
|
20932
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20308
20933
|
exists: () => Promise<boolean>;
|
|
20309
20934
|
element: () => Promise<any>;
|
|
20310
20935
|
};
|
|
@@ -21168,22 +21793,22 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
21168
21793
|
getViewListItemById: (id: string) => {
|
|
21169
21794
|
click: () => Promise<void>;
|
|
21170
21795
|
select: () => Promise<void>;
|
|
21171
|
-
hasCheckbox()
|
|
21172
|
-
getPrefix()
|
|
21173
|
-
getTitle()
|
|
21174
|
-
getSubtitle()
|
|
21175
|
-
getSuffix()
|
|
21796
|
+
hasCheckbox: () => Promise<boolean>;
|
|
21797
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
21798
|
+
getTitle: () => Promise<string>;
|
|
21799
|
+
getSubtitle: () => Promise<string>;
|
|
21800
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
21176
21801
|
exists: () => Promise<boolean>;
|
|
21177
21802
|
element: () => Promise<any>;
|
|
21178
21803
|
};
|
|
21179
21804
|
getViewListItemAt: (index: number) => {
|
|
21180
21805
|
click: () => Promise<void>;
|
|
21181
21806
|
select: () => Promise<void>;
|
|
21182
|
-
hasCheckbox()
|
|
21183
|
-
getPrefix()
|
|
21184
|
-
getTitle()
|
|
21185
|
-
getSubtitle()
|
|
21186
|
-
getSuffix()
|
|
21807
|
+
hasCheckbox: () => Promise<boolean>;
|
|
21808
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
21809
|
+
getTitle: () => Promise<string>;
|
|
21810
|
+
getSubtitle: () => Promise<string>;
|
|
21811
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
21187
21812
|
exists: () => Promise<boolean>;
|
|
21188
21813
|
element: () => Promise<any>;
|
|
21189
21814
|
};
|
|
@@ -21219,22 +21844,22 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
21219
21844
|
getViewListItemAt: (index: number) => {
|
|
21220
21845
|
click: () => Promise<void>;
|
|
21221
21846
|
select: () => Promise<void>;
|
|
21222
|
-
hasCheckbox()
|
|
21223
|
-
getPrefix()
|
|
21224
|
-
getTitle()
|
|
21225
|
-
getSubtitle()
|
|
21226
|
-
getSuffix()
|
|
21847
|
+
hasCheckbox: () => Promise<boolean>;
|
|
21848
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
21849
|
+
getTitle: () => Promise<string>;
|
|
21850
|
+
getSubtitle: () => Promise<string>;
|
|
21851
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
21227
21852
|
exists: () => Promise<boolean>;
|
|
21228
21853
|
element: () => Promise<any>;
|
|
21229
21854
|
};
|
|
21230
21855
|
getViewListItemById: (id: string) => {
|
|
21231
21856
|
click: () => Promise<void>;
|
|
21232
21857
|
select: () => Promise<void>;
|
|
21233
|
-
hasCheckbox()
|
|
21234
|
-
getPrefix()
|
|
21235
|
-
getTitle()
|
|
21236
|
-
getSubtitle()
|
|
21237
|
-
getSuffix()
|
|
21858
|
+
hasCheckbox: () => Promise<boolean>;
|
|
21859
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
21860
|
+
getTitle: () => Promise<string>;
|
|
21861
|
+
getSubtitle: () => Promise<string>;
|
|
21862
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
21238
21863
|
exists: () => Promise<boolean>;
|
|
21239
21864
|
element: () => Promise<any>;
|
|
21240
21865
|
};
|
|
@@ -22285,22 +22910,22 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
22285
22910
|
getViewListItemById: (id: string) => {
|
|
22286
22911
|
click: () => Promise<void>;
|
|
22287
22912
|
select: () => Promise<void>;
|
|
22288
|
-
hasCheckbox()
|
|
22289
|
-
getPrefix()
|
|
22290
|
-
getTitle()
|
|
22291
|
-
getSubtitle()
|
|
22292
|
-
getSuffix()
|
|
22913
|
+
hasCheckbox: () => Promise<boolean>;
|
|
22914
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
22915
|
+
getTitle: () => Promise<string>;
|
|
22916
|
+
getSubtitle: () => Promise<string>;
|
|
22917
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
22293
22918
|
exists: () => Promise<boolean>;
|
|
22294
22919
|
element: () => Promise<any>;
|
|
22295
22920
|
};
|
|
22296
22921
|
getViewListItemAt: (index: number) => {
|
|
22297
22922
|
click: () => Promise<void>;
|
|
22298
22923
|
select: () => Promise<void>;
|
|
22299
|
-
hasCheckbox()
|
|
22300
|
-
getPrefix()
|
|
22301
|
-
getTitle()
|
|
22302
|
-
getSubtitle()
|
|
22303
|
-
getSuffix()
|
|
22924
|
+
hasCheckbox: () => Promise<boolean>;
|
|
22925
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
22926
|
+
getTitle: () => Promise<string>;
|
|
22927
|
+
getSubtitle: () => Promise<string>;
|
|
22928
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
22304
22929
|
exists: () => Promise<boolean>;
|
|
22305
22930
|
element: () => Promise<any>;
|
|
22306
22931
|
};
|
|
@@ -22336,22 +22961,22 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
22336
22961
|
getViewListItemAt: (index: number) => {
|
|
22337
22962
|
click: () => Promise<void>;
|
|
22338
22963
|
select: () => Promise<void>;
|
|
22339
|
-
hasCheckbox()
|
|
22340
|
-
getPrefix()
|
|
22341
|
-
getTitle()
|
|
22342
|
-
getSubtitle()
|
|
22343
|
-
getSuffix()
|
|
22964
|
+
hasCheckbox: () => Promise<boolean>;
|
|
22965
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
22966
|
+
getTitle: () => Promise<string>;
|
|
22967
|
+
getSubtitle: () => Promise<string>;
|
|
22968
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
22344
22969
|
exists: () => Promise<boolean>;
|
|
22345
22970
|
element: () => Promise<any>;
|
|
22346
22971
|
};
|
|
22347
22972
|
getViewListItemById: (id: string) => {
|
|
22348
22973
|
click: () => Promise<void>;
|
|
22349
22974
|
select: () => Promise<void>;
|
|
22350
|
-
hasCheckbox()
|
|
22351
|
-
getPrefix()
|
|
22352
|
-
getTitle()
|
|
22353
|
-
getSubtitle()
|
|
22354
|
-
getSuffix()
|
|
22975
|
+
hasCheckbox: () => Promise<boolean>;
|
|
22976
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
22977
|
+
getTitle: () => Promise<string>;
|
|
22978
|
+
getSubtitle: () => Promise<string>;
|
|
22979
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
22355
22980
|
exists: () => Promise<boolean>;
|
|
22356
22981
|
element: () => Promise<any>;
|
|
22357
22982
|
};
|
|
@@ -23337,22 +23962,22 @@ export declare const InfiniteScrollCollectionListTestkit: (obj: import("@wix/wix
|
|
|
23337
23962
|
getViewListItemById: (id: string) => {
|
|
23338
23963
|
click: () => Promise<void>;
|
|
23339
23964
|
select: () => Promise<void>;
|
|
23340
|
-
hasCheckbox()
|
|
23341
|
-
getPrefix()
|
|
23342
|
-
getTitle()
|
|
23343
|
-
getSubtitle()
|
|
23344
|
-
getSuffix()
|
|
23965
|
+
hasCheckbox: () => Promise<boolean>;
|
|
23966
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
23967
|
+
getTitle: () => Promise<string>;
|
|
23968
|
+
getSubtitle: () => Promise<string>;
|
|
23969
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
23345
23970
|
exists: () => Promise<boolean>;
|
|
23346
23971
|
element: () => Promise<any>;
|
|
23347
23972
|
};
|
|
23348
23973
|
getViewListItemAt: (index: number) => {
|
|
23349
23974
|
click: () => Promise<void>;
|
|
23350
23975
|
select: () => Promise<void>;
|
|
23351
|
-
hasCheckbox()
|
|
23352
|
-
getPrefix()
|
|
23353
|
-
getTitle()
|
|
23354
|
-
getSubtitle()
|
|
23355
|
-
getSuffix()
|
|
23976
|
+
hasCheckbox: () => Promise<boolean>;
|
|
23977
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
23978
|
+
getTitle: () => Promise<string>;
|
|
23979
|
+
getSubtitle: () => Promise<string>;
|
|
23980
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
23356
23981
|
exists: () => Promise<boolean>;
|
|
23357
23982
|
element: () => Promise<any>;
|
|
23358
23983
|
};
|
|
@@ -23388,22 +24013,22 @@ export declare const InfiniteScrollCollectionListTestkit: (obj: import("@wix/wix
|
|
|
23388
24013
|
getViewListItemAt: (index: number) => {
|
|
23389
24014
|
click: () => Promise<void>;
|
|
23390
24015
|
select: () => Promise<void>;
|
|
23391
|
-
hasCheckbox()
|
|
23392
|
-
getPrefix()
|
|
23393
|
-
getTitle()
|
|
23394
|
-
getSubtitle()
|
|
23395
|
-
getSuffix()
|
|
24016
|
+
hasCheckbox: () => Promise<boolean>;
|
|
24017
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
24018
|
+
getTitle: () => Promise<string>;
|
|
24019
|
+
getSubtitle: () => Promise<string>;
|
|
24020
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
23396
24021
|
exists: () => Promise<boolean>;
|
|
23397
24022
|
element: () => Promise<any>;
|
|
23398
24023
|
};
|
|
23399
24024
|
getViewListItemById: (id: string) => {
|
|
23400
24025
|
click: () => Promise<void>;
|
|
23401
24026
|
select: () => Promise<void>;
|
|
23402
|
-
hasCheckbox()
|
|
23403
|
-
getPrefix()
|
|
23404
|
-
getTitle()
|
|
23405
|
-
getSubtitle()
|
|
23406
|
-
getSuffix()
|
|
24027
|
+
hasCheckbox: () => Promise<boolean>;
|
|
24028
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
24029
|
+
getTitle: () => Promise<string>;
|
|
24030
|
+
getSubtitle: () => Promise<string>;
|
|
24031
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
23407
24032
|
exists: () => Promise<boolean>;
|
|
23408
24033
|
element: () => Promise<any>;
|
|
23409
24034
|
};
|
|
@@ -24220,22 +24845,22 @@ export declare const ViewsStandaloneTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
24220
24845
|
getViewListItemById: (id: string) => {
|
|
24221
24846
|
click: () => Promise<void>;
|
|
24222
24847
|
select: () => Promise<void>;
|
|
24223
|
-
hasCheckbox()
|
|
24224
|
-
getPrefix()
|
|
24225
|
-
getTitle()
|
|
24226
|
-
getSubtitle()
|
|
24227
|
-
getSuffix()
|
|
24848
|
+
hasCheckbox: () => Promise<boolean>;
|
|
24849
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
24850
|
+
getTitle: () => Promise<string>;
|
|
24851
|
+
getSubtitle: () => Promise<string>;
|
|
24852
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
24228
24853
|
exists: () => Promise<boolean>;
|
|
24229
24854
|
element: () => Promise<any>;
|
|
24230
24855
|
};
|
|
24231
24856
|
getViewListItemAt: (index: number) => {
|
|
24232
24857
|
click: () => Promise<void>;
|
|
24233
24858
|
select: () => Promise<void>;
|
|
24234
|
-
hasCheckbox()
|
|
24235
|
-
getPrefix()
|
|
24236
|
-
getTitle()
|
|
24237
|
-
getSubtitle()
|
|
24238
|
-
getSuffix()
|
|
24859
|
+
hasCheckbox: () => Promise<boolean>;
|
|
24860
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
24861
|
+
getTitle: () => Promise<string>;
|
|
24862
|
+
getSubtitle: () => Promise<string>;
|
|
24863
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
24239
24864
|
exists: () => Promise<boolean>;
|
|
24240
24865
|
element: () => Promise<any>;
|
|
24241
24866
|
};
|