@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: (testkitArgs: import("@wix/wix-ui-test-utils/
|
|
|
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: (testkitArgs: import("@wix/wix-ui-test-utils/
|
|
|
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: (testkitArgs: import("@wix/wix-ui-test-utils/
|
|
|
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: (testkitArgs: import("@wix/wix-ui-test-utils/
|
|
|
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: (testkitArgs: import("@wix/wix-ui-test-utils/
|
|
|
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: (testkitArgs: import("@wix/wix-ui-test-utils/
|
|
|
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: (testkitArgs: import("@wix/wix-ui-test-utils/
|
|
|
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: (testkitArgs: import("@wix/wix-ui-test-utils/v
|
|
|
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: (testkitArgs: import("@wix/wix-ui-test-utils/v
|
|
|
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
|
};
|
|
@@ -4070,9 +4184,57 @@ export declare const TableGridSwitchTestkit: (testkitArgs: import("@wix/wix-ui-t
|
|
|
4070
4184
|
exists: () => Promise<boolean>;
|
|
4071
4185
|
element: () => Promise<any>;
|
|
4072
4186
|
};
|
|
4073
|
-
getTypeFormFieldDriver: () =>
|
|
4074
|
-
|
|
4075
|
-
|
|
4187
|
+
getTypeFormFieldDriver: () => {
|
|
4188
|
+
element: () => Promise<HTMLElement>;
|
|
4189
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
4190
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
4191
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
4192
|
+
isRequired: () => Promise<boolean>;
|
|
4193
|
+
getLengthLeft: () => Promise<number | null>;
|
|
4194
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
4195
|
+
hasTooltip: () => Promise<boolean>;
|
|
4196
|
+
getInfoContent: () => Promise<string>;
|
|
4197
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
4198
|
+
hoverInfoIcon: () => Promise<void>;
|
|
4199
|
+
getStatusMessage: () => Promise<string>;
|
|
4200
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
4201
|
+
exists: () => Promise<boolean>;
|
|
4202
|
+
click: () => Promise<void>;
|
|
4203
|
+
};
|
|
4204
|
+
getNameFormFieldDriver: () => {
|
|
4205
|
+
element: () => Promise<HTMLElement>;
|
|
4206
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
4207
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
4208
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
4209
|
+
isRequired: () => Promise<boolean>;
|
|
4210
|
+
getLengthLeft: () => Promise<number | null>;
|
|
4211
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
4212
|
+
hasTooltip: () => Promise<boolean>;
|
|
4213
|
+
getInfoContent: () => Promise<string>;
|
|
4214
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
4215
|
+
hoverInfoIcon: () => Promise<void>;
|
|
4216
|
+
getStatusMessage: () => Promise<string>;
|
|
4217
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
4218
|
+
exists: () => Promise<boolean>;
|
|
4219
|
+
click: () => Promise<void>;
|
|
4220
|
+
};
|
|
4221
|
+
getKeyFormFieldDriver: () => {
|
|
4222
|
+
element: () => Promise<HTMLElement>;
|
|
4223
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
4224
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
4225
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
4226
|
+
isRequired: () => Promise<boolean>;
|
|
4227
|
+
getLengthLeft: () => Promise<number | null>;
|
|
4228
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
4229
|
+
hasTooltip: () => Promise<boolean>;
|
|
4230
|
+
getInfoContent: () => Promise<string>;
|
|
4231
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
4232
|
+
hoverInfoIcon: () => Promise<void>;
|
|
4233
|
+
getStatusMessage: () => Promise<string>;
|
|
4234
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
4235
|
+
exists: () => Promise<boolean>;
|
|
4236
|
+
click: () => Promise<void>;
|
|
4237
|
+
};
|
|
4076
4238
|
getFieldKeyTooltip: () => {
|
|
4077
4239
|
getTagName: () => Promise<string>;
|
|
4078
4240
|
getText: () => Promise<string>;
|
|
@@ -4119,8 +4281,41 @@ export declare const TableGridSwitchTestkit: (testkitArgs: import("@wix/wix-ui-t
|
|
|
4119
4281
|
element: () => Promise<any>;
|
|
4120
4282
|
click: () => Promise<void>;
|
|
4121
4283
|
};
|
|
4122
|
-
getFormField: () =>
|
|
4123
|
-
|
|
4284
|
+
getFormField: () => {
|
|
4285
|
+
element: () => Promise<HTMLElement>;
|
|
4286
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
4287
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
4288
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
4289
|
+
isRequired: () => Promise<boolean>;
|
|
4290
|
+
getLengthLeft: () => Promise<number | null>;
|
|
4291
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
4292
|
+
hasTooltip: () => Promise<boolean>;
|
|
4293
|
+
getInfoContent: () => Promise<string>;
|
|
4294
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
4295
|
+
hoverInfoIcon: () => Promise<void>;
|
|
4296
|
+
getStatusMessage: () => Promise<string>;
|
|
4297
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
4298
|
+
exists: () => Promise<boolean>;
|
|
4299
|
+
click: () => Promise<void>;
|
|
4300
|
+
};
|
|
4301
|
+
getListItemEditable: () => {
|
|
4302
|
+
getValue: () => Promise<string>;
|
|
4303
|
+
getPlaceholder: () => Promise<string | null>;
|
|
4304
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
4305
|
+
enterText: (text: string) => Promise<void>;
|
|
4306
|
+
clickApprove: () => Promise<void>;
|
|
4307
|
+
clickCancel: () => Promise<void>;
|
|
4308
|
+
pressEnter: () => Promise<void>;
|
|
4309
|
+
isFocus: () => Promise<boolean>;
|
|
4310
|
+
hasSuffix: () => Promise<boolean>;
|
|
4311
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
4312
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
4313
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
4314
|
+
getStatusMessage: () => Promise<string | null>;
|
|
4315
|
+
exists: () => Promise<boolean>;
|
|
4316
|
+
element: () => Promise<any>;
|
|
4317
|
+
click: () => Promise<void>;
|
|
4318
|
+
};
|
|
4124
4319
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
4125
4320
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
4126
4321
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -4171,8 +4366,41 @@ export declare const TableGridSwitchTestkit: (testkitArgs: import("@wix/wix-ui-t
|
|
|
4171
4366
|
element: () => Promise<any>;
|
|
4172
4367
|
click: () => Promise<void>;
|
|
4173
4368
|
};
|
|
4174
|
-
getFormField: () =>
|
|
4175
|
-
|
|
4369
|
+
getFormField: () => {
|
|
4370
|
+
element: () => Promise<HTMLElement>;
|
|
4371
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
4372
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
4373
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
4374
|
+
isRequired: () => Promise<boolean>;
|
|
4375
|
+
getLengthLeft: () => Promise<number | null>;
|
|
4376
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
4377
|
+
hasTooltip: () => Promise<boolean>;
|
|
4378
|
+
getInfoContent: () => Promise<string>;
|
|
4379
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
4380
|
+
hoverInfoIcon: () => Promise<void>;
|
|
4381
|
+
getStatusMessage: () => Promise<string>;
|
|
4382
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
4383
|
+
exists: () => Promise<boolean>;
|
|
4384
|
+
click: () => Promise<void>;
|
|
4385
|
+
};
|
|
4386
|
+
getListItemEditable: () => {
|
|
4387
|
+
getValue: () => Promise<string>;
|
|
4388
|
+
getPlaceholder: () => Promise<string | null>;
|
|
4389
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
4390
|
+
enterText: (text: string) => Promise<void>;
|
|
4391
|
+
clickApprove: () => Promise<void>;
|
|
4392
|
+
clickCancel: () => Promise<void>;
|
|
4393
|
+
pressEnter: () => Promise<void>;
|
|
4394
|
+
isFocus: () => Promise<boolean>;
|
|
4395
|
+
hasSuffix: () => Promise<boolean>;
|
|
4396
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
4397
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
4398
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
4399
|
+
getStatusMessage: () => Promise<string | null>;
|
|
4400
|
+
exists: () => Promise<boolean>;
|
|
4401
|
+
element: () => Promise<any>;
|
|
4402
|
+
click: () => Promise<void>;
|
|
4403
|
+
};
|
|
4176
4404
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
4177
4405
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
4178
4406
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -4283,22 +4511,22 @@ export declare const TableGridSwitchTestkit: (testkitArgs: import("@wix/wix-ui-t
|
|
|
4283
4511
|
getViewListItemById: (id: string) => {
|
|
4284
4512
|
click: () => Promise<void>;
|
|
4285
4513
|
select: () => Promise<void>;
|
|
4286
|
-
hasCheckbox()
|
|
4287
|
-
getPrefix()
|
|
4288
|
-
getTitle()
|
|
4289
|
-
getSubtitle()
|
|
4290
|
-
getSuffix()
|
|
4514
|
+
hasCheckbox: () => Promise<boolean>;
|
|
4515
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
4516
|
+
getTitle: () => Promise<string>;
|
|
4517
|
+
getSubtitle: () => Promise<string>;
|
|
4518
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
4291
4519
|
exists: () => Promise<boolean>;
|
|
4292
4520
|
element: () => Promise<any>;
|
|
4293
4521
|
};
|
|
4294
4522
|
getViewListItemAt: (index: number) => {
|
|
4295
4523
|
click: () => Promise<void>;
|
|
4296
4524
|
select: () => Promise<void>;
|
|
4297
|
-
hasCheckbox()
|
|
4298
|
-
getPrefix()
|
|
4299
|
-
getTitle()
|
|
4300
|
-
getSubtitle()
|
|
4301
|
-
getSuffix()
|
|
4525
|
+
hasCheckbox: () => Promise<boolean>;
|
|
4526
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
4527
|
+
getTitle: () => Promise<string>;
|
|
4528
|
+
getSubtitle: () => Promise<string>;
|
|
4529
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
4302
4530
|
exists: () => Promise<boolean>;
|
|
4303
4531
|
element: () => Promise<any>;
|
|
4304
4532
|
};
|
|
@@ -4334,22 +4562,22 @@ export declare const TableGridSwitchTestkit: (testkitArgs: import("@wix/wix-ui-t
|
|
|
4334
4562
|
getViewListItemAt: (index: number) => {
|
|
4335
4563
|
click: () => Promise<void>;
|
|
4336
4564
|
select: () => Promise<void>;
|
|
4337
|
-
hasCheckbox()
|
|
4338
|
-
getPrefix()
|
|
4339
|
-
getTitle()
|
|
4340
|
-
getSubtitle()
|
|
4341
|
-
getSuffix()
|
|
4565
|
+
hasCheckbox: () => Promise<boolean>;
|
|
4566
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
4567
|
+
getTitle: () => Promise<string>;
|
|
4568
|
+
getSubtitle: () => Promise<string>;
|
|
4569
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
4342
4570
|
exists: () => Promise<boolean>;
|
|
4343
4571
|
element: () => Promise<any>;
|
|
4344
4572
|
};
|
|
4345
4573
|
getViewListItemById: (id: string) => {
|
|
4346
4574
|
click: () => Promise<void>;
|
|
4347
4575
|
select: () => Promise<void>;
|
|
4348
|
-
hasCheckbox()
|
|
4349
|
-
getPrefix()
|
|
4350
|
-
getTitle()
|
|
4351
|
-
getSubtitle()
|
|
4352
|
-
getSuffix()
|
|
4576
|
+
hasCheckbox: () => Promise<boolean>;
|
|
4577
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
4578
|
+
getTitle: () => Promise<string>;
|
|
4579
|
+
getSubtitle: () => Promise<string>;
|
|
4580
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
4353
4581
|
exists: () => Promise<boolean>;
|
|
4354
4582
|
element: () => Promise<any>;
|
|
4355
4583
|
};
|
|
@@ -5388,22 +5616,22 @@ export declare const TableGridSwitchTestkit: (testkitArgs: import("@wix/wix-ui-t
|
|
|
5388
5616
|
getViewListItemById: (id: string) => {
|
|
5389
5617
|
click: () => Promise<void>;
|
|
5390
5618
|
select: () => Promise<void>;
|
|
5391
|
-
hasCheckbox()
|
|
5392
|
-
getPrefix()
|
|
5393
|
-
getTitle()
|
|
5394
|
-
getSubtitle()
|
|
5395
|
-
getSuffix()
|
|
5619
|
+
hasCheckbox: () => Promise<boolean>;
|
|
5620
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
5621
|
+
getTitle: () => Promise<string>;
|
|
5622
|
+
getSubtitle: () => Promise<string>;
|
|
5623
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
5396
5624
|
exists: () => Promise<boolean>;
|
|
5397
5625
|
element: () => Promise<any>;
|
|
5398
5626
|
};
|
|
5399
5627
|
getViewListItemAt: (index: number) => {
|
|
5400
5628
|
click: () => Promise<void>;
|
|
5401
5629
|
select: () => Promise<void>;
|
|
5402
|
-
hasCheckbox()
|
|
5403
|
-
getPrefix()
|
|
5404
|
-
getTitle()
|
|
5405
|
-
getSubtitle()
|
|
5406
|
-
getSuffix()
|
|
5630
|
+
hasCheckbox: () => Promise<boolean>;
|
|
5631
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
5632
|
+
getTitle: () => Promise<string>;
|
|
5633
|
+
getSubtitle: () => Promise<string>;
|
|
5634
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
5407
5635
|
exists: () => Promise<boolean>;
|
|
5408
5636
|
element: () => Promise<any>;
|
|
5409
5637
|
};
|
|
@@ -5439,22 +5667,22 @@ export declare const TableGridSwitchTestkit: (testkitArgs: import("@wix/wix-ui-t
|
|
|
5439
5667
|
getViewListItemAt: (index: number) => {
|
|
5440
5668
|
click: () => Promise<void>;
|
|
5441
5669
|
select: () => Promise<void>;
|
|
5442
|
-
hasCheckbox()
|
|
5443
|
-
getPrefix()
|
|
5444
|
-
getTitle()
|
|
5445
|
-
getSubtitle()
|
|
5446
|
-
getSuffix()
|
|
5670
|
+
hasCheckbox: () => Promise<boolean>;
|
|
5671
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
5672
|
+
getTitle: () => Promise<string>;
|
|
5673
|
+
getSubtitle: () => Promise<string>;
|
|
5674
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
5447
5675
|
exists: () => Promise<boolean>;
|
|
5448
5676
|
element: () => Promise<any>;
|
|
5449
5677
|
};
|
|
5450
5678
|
getViewListItemById: (id: string) => {
|
|
5451
5679
|
click: () => Promise<void>;
|
|
5452
5680
|
select: () => Promise<void>;
|
|
5453
|
-
hasCheckbox()
|
|
5454
|
-
getPrefix()
|
|
5455
|
-
getTitle()
|
|
5456
|
-
getSubtitle()
|
|
5457
|
-
getSuffix()
|
|
5681
|
+
hasCheckbox: () => Promise<boolean>;
|
|
5682
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
5683
|
+
getTitle: () => Promise<string>;
|
|
5684
|
+
getSubtitle: () => Promise<string>;
|
|
5685
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
5458
5686
|
exists: () => Promise<boolean>;
|
|
5459
5687
|
element: () => Promise<any>;
|
|
5460
5688
|
};
|
|
@@ -6264,22 +6492,22 @@ export declare const TableGridSwitchTestkit: (testkitArgs: import("@wix/wix-ui-t
|
|
|
6264
6492
|
getViewListItemById: (id: string) => {
|
|
6265
6493
|
click: () => Promise<void>;
|
|
6266
6494
|
select: () => Promise<void>;
|
|
6267
|
-
hasCheckbox()
|
|
6268
|
-
getPrefix()
|
|
6269
|
-
getTitle()
|
|
6270
|
-
getSubtitle()
|
|
6271
|
-
getSuffix()
|
|
6495
|
+
hasCheckbox: () => Promise<boolean>;
|
|
6496
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6497
|
+
getTitle: () => Promise<string>;
|
|
6498
|
+
getSubtitle: () => Promise<string>;
|
|
6499
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6272
6500
|
exists: () => Promise<boolean>;
|
|
6273
6501
|
element: () => Promise<any>;
|
|
6274
6502
|
};
|
|
6275
6503
|
getViewListItemAt: (index: number) => {
|
|
6276
6504
|
click: () => Promise<void>;
|
|
6277
6505
|
select: () => Promise<void>;
|
|
6278
|
-
hasCheckbox()
|
|
6279
|
-
getPrefix()
|
|
6280
|
-
getTitle()
|
|
6281
|
-
getSubtitle()
|
|
6282
|
-
getSuffix()
|
|
6506
|
+
hasCheckbox: () => Promise<boolean>;
|
|
6507
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6508
|
+
getTitle: () => Promise<string>;
|
|
6509
|
+
getSubtitle: () => Promise<string>;
|
|
6510
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6283
6511
|
exists: () => Promise<boolean>;
|
|
6284
6512
|
element: () => Promise<any>;
|
|
6285
6513
|
};
|
|
@@ -6315,22 +6543,22 @@ export declare const TableGridSwitchTestkit: (testkitArgs: import("@wix/wix-ui-t
|
|
|
6315
6543
|
getViewListItemAt: (index: number) => {
|
|
6316
6544
|
click: () => Promise<void>;
|
|
6317
6545
|
select: () => Promise<void>;
|
|
6318
|
-
hasCheckbox()
|
|
6319
|
-
getPrefix()
|
|
6320
|
-
getTitle()
|
|
6321
|
-
getSubtitle()
|
|
6322
|
-
getSuffix()
|
|
6546
|
+
hasCheckbox: () => Promise<boolean>;
|
|
6547
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6548
|
+
getTitle: () => Promise<string>;
|
|
6549
|
+
getSubtitle: () => Promise<string>;
|
|
6550
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6323
6551
|
exists: () => Promise<boolean>;
|
|
6324
6552
|
element: () => Promise<any>;
|
|
6325
6553
|
};
|
|
6326
6554
|
getViewListItemById: (id: string) => {
|
|
6327
6555
|
click: () => Promise<void>;
|
|
6328
6556
|
select: () => Promise<void>;
|
|
6329
|
-
hasCheckbox()
|
|
6330
|
-
getPrefix()
|
|
6331
|
-
getTitle()
|
|
6332
|
-
getSubtitle()
|
|
6333
|
-
getSuffix()
|
|
6557
|
+
hasCheckbox: () => Promise<boolean>;
|
|
6558
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6559
|
+
getTitle: () => Promise<string>;
|
|
6560
|
+
getSubtitle: () => Promise<string>;
|
|
6561
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6334
6562
|
exists: () => Promise<boolean>;
|
|
6335
6563
|
element: () => Promise<any>;
|
|
6336
6564
|
};
|
|
@@ -7617,9 +7845,57 @@ export declare const CustomFieldsWidgetTestkit: (testkitArgs: import("@wix/wix-u
|
|
|
7617
7845
|
exists: () => Promise<boolean>;
|
|
7618
7846
|
element: () => Promise<any>;
|
|
7619
7847
|
};
|
|
7620
|
-
getTypeFormFieldDriver: () =>
|
|
7621
|
-
|
|
7622
|
-
|
|
7848
|
+
getTypeFormFieldDriver: () => {
|
|
7849
|
+
element: () => Promise<HTMLElement>;
|
|
7850
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
7851
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
7852
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
7853
|
+
isRequired: () => Promise<boolean>;
|
|
7854
|
+
getLengthLeft: () => Promise<number | null>;
|
|
7855
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
7856
|
+
hasTooltip: () => Promise<boolean>;
|
|
7857
|
+
getInfoContent: () => Promise<string>;
|
|
7858
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
7859
|
+
hoverInfoIcon: () => Promise<void>;
|
|
7860
|
+
getStatusMessage: () => Promise<string>;
|
|
7861
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
7862
|
+
exists: () => Promise<boolean>;
|
|
7863
|
+
click: () => Promise<void>;
|
|
7864
|
+
};
|
|
7865
|
+
getNameFormFieldDriver: () => {
|
|
7866
|
+
element: () => Promise<HTMLElement>;
|
|
7867
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
7868
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
7869
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
7870
|
+
isRequired: () => Promise<boolean>;
|
|
7871
|
+
getLengthLeft: () => Promise<number | null>;
|
|
7872
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
7873
|
+
hasTooltip: () => Promise<boolean>;
|
|
7874
|
+
getInfoContent: () => Promise<string>;
|
|
7875
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
7876
|
+
hoverInfoIcon: () => Promise<void>;
|
|
7877
|
+
getStatusMessage: () => Promise<string>;
|
|
7878
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
7879
|
+
exists: () => Promise<boolean>;
|
|
7880
|
+
click: () => Promise<void>;
|
|
7881
|
+
};
|
|
7882
|
+
getKeyFormFieldDriver: () => {
|
|
7883
|
+
element: () => Promise<HTMLElement>;
|
|
7884
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
7885
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
7886
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
7887
|
+
isRequired: () => Promise<boolean>;
|
|
7888
|
+
getLengthLeft: () => Promise<number | null>;
|
|
7889
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
7890
|
+
hasTooltip: () => Promise<boolean>;
|
|
7891
|
+
getInfoContent: () => Promise<string>;
|
|
7892
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
7893
|
+
hoverInfoIcon: () => Promise<void>;
|
|
7894
|
+
getStatusMessage: () => Promise<string>;
|
|
7895
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
7896
|
+
exists: () => Promise<boolean>;
|
|
7897
|
+
click: () => Promise<void>;
|
|
7898
|
+
};
|
|
7623
7899
|
getFieldKeyTooltip: () => {
|
|
7624
7900
|
getTagName: () => Promise<string>;
|
|
7625
7901
|
getText: () => Promise<string>;
|
|
@@ -7787,22 +8063,22 @@ export declare const GridFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
7787
8063
|
getViewListItemById: (id: string) => {
|
|
7788
8064
|
click: () => Promise<void>;
|
|
7789
8065
|
select: () => Promise<void>;
|
|
7790
|
-
hasCheckbox()
|
|
7791
|
-
getPrefix()
|
|
7792
|
-
getTitle()
|
|
7793
|
-
getSubtitle()
|
|
7794
|
-
getSuffix()
|
|
8066
|
+
hasCheckbox: () => Promise<boolean>;
|
|
8067
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
8068
|
+
getTitle: () => Promise<string>;
|
|
8069
|
+
getSubtitle: () => Promise<string>;
|
|
8070
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
7795
8071
|
exists: () => Promise<boolean>;
|
|
7796
8072
|
element: () => Promise<any>;
|
|
7797
8073
|
};
|
|
7798
8074
|
getViewListItemAt: (index: number) => {
|
|
7799
8075
|
click: () => Promise<void>;
|
|
7800
8076
|
select: () => Promise<void>;
|
|
7801
|
-
hasCheckbox()
|
|
7802
|
-
getPrefix()
|
|
7803
|
-
getTitle()
|
|
7804
|
-
getSubtitle()
|
|
7805
|
-
getSuffix()
|
|
8077
|
+
hasCheckbox: () => Promise<boolean>;
|
|
8078
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
8079
|
+
getTitle: () => Promise<string>;
|
|
8080
|
+
getSubtitle: () => Promise<string>;
|
|
8081
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
7806
8082
|
exists: () => Promise<boolean>;
|
|
7807
8083
|
element: () => Promise<any>;
|
|
7808
8084
|
};
|
|
@@ -7838,22 +8114,22 @@ export declare const GridFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
7838
8114
|
getViewListItemAt: (index: number) => {
|
|
7839
8115
|
click: () => Promise<void>;
|
|
7840
8116
|
select: () => Promise<void>;
|
|
7841
|
-
hasCheckbox()
|
|
7842
|
-
getPrefix()
|
|
7843
|
-
getTitle()
|
|
7844
|
-
getSubtitle()
|
|
7845
|
-
getSuffix()
|
|
8117
|
+
hasCheckbox: () => Promise<boolean>;
|
|
8118
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
8119
|
+
getTitle: () => Promise<string>;
|
|
8120
|
+
getSubtitle: () => Promise<string>;
|
|
8121
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
7846
8122
|
exists: () => Promise<boolean>;
|
|
7847
8123
|
element: () => Promise<any>;
|
|
7848
8124
|
};
|
|
7849
8125
|
getViewListItemById: (id: string) => {
|
|
7850
8126
|
click: () => Promise<void>;
|
|
7851
8127
|
select: () => Promise<void>;
|
|
7852
|
-
hasCheckbox()
|
|
7853
|
-
getPrefix()
|
|
7854
|
-
getTitle()
|
|
7855
|
-
getSubtitle()
|
|
7856
|
-
getSuffix()
|
|
8128
|
+
hasCheckbox: () => Promise<boolean>;
|
|
8129
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
8130
|
+
getTitle: () => Promise<string>;
|
|
8131
|
+
getSubtitle: () => Promise<string>;
|
|
8132
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
7857
8133
|
exists: () => Promise<boolean>;
|
|
7858
8134
|
element: () => Promise<any>;
|
|
7859
8135
|
};
|
|
@@ -8717,22 +8993,22 @@ export declare const GridFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
8717
8993
|
getViewListItemById: (id: string) => {
|
|
8718
8994
|
click: () => Promise<void>;
|
|
8719
8995
|
select: () => Promise<void>;
|
|
8720
|
-
hasCheckbox()
|
|
8721
|
-
getPrefix()
|
|
8722
|
-
getTitle()
|
|
8723
|
-
getSubtitle()
|
|
8724
|
-
getSuffix()
|
|
8996
|
+
hasCheckbox: () => Promise<boolean>;
|
|
8997
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
8998
|
+
getTitle: () => Promise<string>;
|
|
8999
|
+
getSubtitle: () => Promise<string>;
|
|
9000
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
8725
9001
|
exists: () => Promise<boolean>;
|
|
8726
9002
|
element: () => Promise<any>;
|
|
8727
9003
|
};
|
|
8728
9004
|
getViewListItemAt: (index: number) => {
|
|
8729
9005
|
click: () => Promise<void>;
|
|
8730
9006
|
select: () => Promise<void>;
|
|
8731
|
-
hasCheckbox()
|
|
8732
|
-
getPrefix()
|
|
8733
|
-
getTitle()
|
|
8734
|
-
getSubtitle()
|
|
8735
|
-
getSuffix()
|
|
9007
|
+
hasCheckbox: () => Promise<boolean>;
|
|
9008
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
9009
|
+
getTitle: () => Promise<string>;
|
|
9010
|
+
getSubtitle: () => Promise<string>;
|
|
9011
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
8736
9012
|
exists: () => Promise<boolean>;
|
|
8737
9013
|
element: () => Promise<any>;
|
|
8738
9014
|
};
|
|
@@ -8768,22 +9044,22 @@ export declare const GridFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
8768
9044
|
getViewListItemAt: (index: number) => {
|
|
8769
9045
|
click: () => Promise<void>;
|
|
8770
9046
|
select: () => Promise<void>;
|
|
8771
|
-
hasCheckbox()
|
|
8772
|
-
getPrefix()
|
|
8773
|
-
getTitle()
|
|
8774
|
-
getSubtitle()
|
|
8775
|
-
getSuffix()
|
|
9047
|
+
hasCheckbox: () => Promise<boolean>;
|
|
9048
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
9049
|
+
getTitle: () => Promise<string>;
|
|
9050
|
+
getSubtitle: () => Promise<string>;
|
|
9051
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
8776
9052
|
exists: () => Promise<boolean>;
|
|
8777
9053
|
element: () => Promise<any>;
|
|
8778
9054
|
};
|
|
8779
9055
|
getViewListItemById: (id: string) => {
|
|
8780
9056
|
click: () => Promise<void>;
|
|
8781
9057
|
select: () => Promise<void>;
|
|
8782
|
-
hasCheckbox()
|
|
8783
|
-
getPrefix()
|
|
8784
|
-
getTitle()
|
|
8785
|
-
getSubtitle()
|
|
8786
|
-
getSuffix()
|
|
9058
|
+
hasCheckbox: () => Promise<boolean>;
|
|
9059
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
9060
|
+
getTitle: () => Promise<string>;
|
|
9061
|
+
getSubtitle: () => Promise<string>;
|
|
9062
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
8787
9063
|
exists: () => Promise<boolean>;
|
|
8788
9064
|
element: () => Promise<any>;
|
|
8789
9065
|
};
|
|
@@ -9834,22 +10110,22 @@ export declare const GridFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
9834
10110
|
getViewListItemById: (id: string) => {
|
|
9835
10111
|
click: () => Promise<void>;
|
|
9836
10112
|
select: () => Promise<void>;
|
|
9837
|
-
hasCheckbox()
|
|
9838
|
-
getPrefix()
|
|
9839
|
-
getTitle()
|
|
9840
|
-
getSubtitle()
|
|
9841
|
-
getSuffix()
|
|
10113
|
+
hasCheckbox: () => Promise<boolean>;
|
|
10114
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
10115
|
+
getTitle: () => Promise<string>;
|
|
10116
|
+
getSubtitle: () => Promise<string>;
|
|
10117
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
9842
10118
|
exists: () => Promise<boolean>;
|
|
9843
10119
|
element: () => Promise<any>;
|
|
9844
10120
|
};
|
|
9845
10121
|
getViewListItemAt: (index: number) => {
|
|
9846
10122
|
click: () => Promise<void>;
|
|
9847
10123
|
select: () => Promise<void>;
|
|
9848
|
-
hasCheckbox()
|
|
9849
|
-
getPrefix()
|
|
9850
|
-
getTitle()
|
|
9851
|
-
getSubtitle()
|
|
9852
|
-
getSuffix()
|
|
10124
|
+
hasCheckbox: () => Promise<boolean>;
|
|
10125
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
10126
|
+
getTitle: () => Promise<string>;
|
|
10127
|
+
getSubtitle: () => Promise<string>;
|
|
10128
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
9853
10129
|
exists: () => Promise<boolean>;
|
|
9854
10130
|
element: () => Promise<any>;
|
|
9855
10131
|
};
|
|
@@ -9885,22 +10161,22 @@ export declare const GridFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
9885
10161
|
getViewListItemAt: (index: number) => {
|
|
9886
10162
|
click: () => Promise<void>;
|
|
9887
10163
|
select: () => Promise<void>;
|
|
9888
|
-
hasCheckbox()
|
|
9889
|
-
getPrefix()
|
|
9890
|
-
getTitle()
|
|
9891
|
-
getSubtitle()
|
|
9892
|
-
getSuffix()
|
|
10164
|
+
hasCheckbox: () => Promise<boolean>;
|
|
10165
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
10166
|
+
getTitle: () => Promise<string>;
|
|
10167
|
+
getSubtitle: () => Promise<string>;
|
|
10168
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
9893
10169
|
exists: () => Promise<boolean>;
|
|
9894
10170
|
element: () => Promise<any>;
|
|
9895
10171
|
};
|
|
9896
10172
|
getViewListItemById: (id: string) => {
|
|
9897
10173
|
click: () => Promise<void>;
|
|
9898
10174
|
select: () => Promise<void>;
|
|
9899
|
-
hasCheckbox()
|
|
9900
|
-
getPrefix()
|
|
9901
|
-
getTitle()
|
|
9902
|
-
getSubtitle()
|
|
9903
|
-
getSuffix()
|
|
10175
|
+
hasCheckbox: () => Promise<boolean>;
|
|
10176
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
10177
|
+
getTitle: () => Promise<string>;
|
|
10178
|
+
getSubtitle: () => Promise<string>;
|
|
10179
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
9904
10180
|
exists: () => Promise<boolean>;
|
|
9905
10181
|
element: () => Promise<any>;
|
|
9906
10182
|
};
|
|
@@ -10816,22 +11092,22 @@ export declare const TableFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test
|
|
|
10816
11092
|
getViewListItemById: (id: string) => {
|
|
10817
11093
|
click: () => Promise<void>;
|
|
10818
11094
|
select: () => Promise<void>;
|
|
10819
|
-
hasCheckbox()
|
|
10820
|
-
getPrefix()
|
|
10821
|
-
getTitle()
|
|
10822
|
-
getSubtitle()
|
|
10823
|
-
getSuffix()
|
|
11095
|
+
hasCheckbox: () => Promise<boolean>;
|
|
11096
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
11097
|
+
getTitle: () => Promise<string>;
|
|
11098
|
+
getSubtitle: () => Promise<string>;
|
|
11099
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
10824
11100
|
exists: () => Promise<boolean>;
|
|
10825
11101
|
element: () => Promise<any>;
|
|
10826
11102
|
};
|
|
10827
11103
|
getViewListItemAt: (index: number) => {
|
|
10828
11104
|
click: () => Promise<void>;
|
|
10829
11105
|
select: () => Promise<void>;
|
|
10830
|
-
hasCheckbox()
|
|
10831
|
-
getPrefix()
|
|
10832
|
-
getTitle()
|
|
10833
|
-
getSubtitle()
|
|
10834
|
-
getSuffix()
|
|
11106
|
+
hasCheckbox: () => Promise<boolean>;
|
|
11107
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
11108
|
+
getTitle: () => Promise<string>;
|
|
11109
|
+
getSubtitle: () => Promise<string>;
|
|
11110
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
10835
11111
|
exists: () => Promise<boolean>;
|
|
10836
11112
|
element: () => Promise<any>;
|
|
10837
11113
|
};
|
|
@@ -10867,22 +11143,22 @@ export declare const TableFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test
|
|
|
10867
11143
|
getViewListItemAt: (index: number) => {
|
|
10868
11144
|
click: () => Promise<void>;
|
|
10869
11145
|
select: () => Promise<void>;
|
|
10870
|
-
hasCheckbox()
|
|
10871
|
-
getPrefix()
|
|
10872
|
-
getTitle()
|
|
10873
|
-
getSubtitle()
|
|
10874
|
-
getSuffix()
|
|
11146
|
+
hasCheckbox: () => Promise<boolean>;
|
|
11147
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
11148
|
+
getTitle: () => Promise<string>;
|
|
11149
|
+
getSubtitle: () => Promise<string>;
|
|
11150
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
10875
11151
|
exists: () => Promise<boolean>;
|
|
10876
11152
|
element: () => Promise<any>;
|
|
10877
11153
|
};
|
|
10878
11154
|
getViewListItemById: (id: string) => {
|
|
10879
11155
|
click: () => Promise<void>;
|
|
10880
11156
|
select: () => Promise<void>;
|
|
10881
|
-
hasCheckbox()
|
|
10882
|
-
getPrefix()
|
|
10883
|
-
getTitle()
|
|
10884
|
-
getSubtitle()
|
|
10885
|
-
getSuffix()
|
|
11157
|
+
hasCheckbox: () => Promise<boolean>;
|
|
11158
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
11159
|
+
getTitle: () => Promise<string>;
|
|
11160
|
+
getSubtitle: () => Promise<string>;
|
|
11161
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
10886
11162
|
exists: () => Promise<boolean>;
|
|
10887
11163
|
element: () => Promise<any>;
|
|
10888
11164
|
};
|
|
@@ -11996,9 +12272,57 @@ export declare const TableFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test
|
|
|
11996
12272
|
exists: () => Promise<boolean>;
|
|
11997
12273
|
element: () => Promise<any>;
|
|
11998
12274
|
};
|
|
11999
|
-
getTypeFormFieldDriver: () =>
|
|
12000
|
-
|
|
12001
|
-
|
|
12275
|
+
getTypeFormFieldDriver: () => {
|
|
12276
|
+
element: () => Promise<HTMLElement>;
|
|
12277
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
12278
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
12279
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
12280
|
+
isRequired: () => Promise<boolean>;
|
|
12281
|
+
getLengthLeft: () => Promise<number | null>;
|
|
12282
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
12283
|
+
hasTooltip: () => Promise<boolean>;
|
|
12284
|
+
getInfoContent: () => Promise<string>;
|
|
12285
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
12286
|
+
hoverInfoIcon: () => Promise<void>;
|
|
12287
|
+
getStatusMessage: () => Promise<string>;
|
|
12288
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
12289
|
+
exists: () => Promise<boolean>;
|
|
12290
|
+
click: () => Promise<void>;
|
|
12291
|
+
};
|
|
12292
|
+
getNameFormFieldDriver: () => {
|
|
12293
|
+
element: () => Promise<HTMLElement>;
|
|
12294
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
12295
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
12296
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
12297
|
+
isRequired: () => Promise<boolean>;
|
|
12298
|
+
getLengthLeft: () => Promise<number | null>;
|
|
12299
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
12300
|
+
hasTooltip: () => Promise<boolean>;
|
|
12301
|
+
getInfoContent: () => Promise<string>;
|
|
12302
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
12303
|
+
hoverInfoIcon: () => Promise<void>;
|
|
12304
|
+
getStatusMessage: () => Promise<string>;
|
|
12305
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
12306
|
+
exists: () => Promise<boolean>;
|
|
12307
|
+
click: () => Promise<void>;
|
|
12308
|
+
};
|
|
12309
|
+
getKeyFormFieldDriver: () => {
|
|
12310
|
+
element: () => Promise<HTMLElement>;
|
|
12311
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
12312
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
12313
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
12314
|
+
isRequired: () => Promise<boolean>;
|
|
12315
|
+
getLengthLeft: () => Promise<number | null>;
|
|
12316
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
12317
|
+
hasTooltip: () => Promise<boolean>;
|
|
12318
|
+
getInfoContent: () => Promise<string>;
|
|
12319
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
12320
|
+
hoverInfoIcon: () => Promise<void>;
|
|
12321
|
+
getStatusMessage: () => Promise<string>;
|
|
12322
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
12323
|
+
exists: () => Promise<boolean>;
|
|
12324
|
+
click: () => Promise<void>;
|
|
12325
|
+
};
|
|
12002
12326
|
getFieldKeyTooltip: () => {
|
|
12003
12327
|
getTagName: () => Promise<string>;
|
|
12004
12328
|
getText: () => Promise<string>;
|
|
@@ -12045,8 +12369,41 @@ export declare const TableFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test
|
|
|
12045
12369
|
element: () => Promise<any>;
|
|
12046
12370
|
click: () => Promise<void>;
|
|
12047
12371
|
};
|
|
12048
|
-
getFormField: () =>
|
|
12049
|
-
|
|
12372
|
+
getFormField: () => {
|
|
12373
|
+
element: () => Promise<HTMLElement>;
|
|
12374
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
12375
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
12376
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
12377
|
+
isRequired: () => Promise<boolean>;
|
|
12378
|
+
getLengthLeft: () => Promise<number | null>;
|
|
12379
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
12380
|
+
hasTooltip: () => Promise<boolean>;
|
|
12381
|
+
getInfoContent: () => Promise<string>;
|
|
12382
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
12383
|
+
hoverInfoIcon: () => Promise<void>;
|
|
12384
|
+
getStatusMessage: () => Promise<string>;
|
|
12385
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
12386
|
+
exists: () => Promise<boolean>;
|
|
12387
|
+
click: () => Promise<void>;
|
|
12388
|
+
};
|
|
12389
|
+
getListItemEditable: () => {
|
|
12390
|
+
getValue: () => Promise<string>;
|
|
12391
|
+
getPlaceholder: () => Promise<string | null>;
|
|
12392
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
12393
|
+
enterText: (text: string) => Promise<void>;
|
|
12394
|
+
clickApprove: () => Promise<void>;
|
|
12395
|
+
clickCancel: () => Promise<void>;
|
|
12396
|
+
pressEnter: () => Promise<void>;
|
|
12397
|
+
isFocus: () => Promise<boolean>;
|
|
12398
|
+
hasSuffix: () => Promise<boolean>;
|
|
12399
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
12400
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
12401
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
12402
|
+
getStatusMessage: () => Promise<string | null>;
|
|
12403
|
+
exists: () => Promise<boolean>;
|
|
12404
|
+
element: () => Promise<any>;
|
|
12405
|
+
click: () => Promise<void>;
|
|
12406
|
+
};
|
|
12050
12407
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
12051
12408
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
12052
12409
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -12097,8 +12454,41 @@ export declare const TableFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test
|
|
|
12097
12454
|
element: () => Promise<any>;
|
|
12098
12455
|
click: () => Promise<void>;
|
|
12099
12456
|
};
|
|
12100
|
-
getFormField: () =>
|
|
12101
|
-
|
|
12457
|
+
getFormField: () => {
|
|
12458
|
+
element: () => Promise<HTMLElement>;
|
|
12459
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
12460
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
12461
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
12462
|
+
isRequired: () => Promise<boolean>;
|
|
12463
|
+
getLengthLeft: () => Promise<number | null>;
|
|
12464
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
12465
|
+
hasTooltip: () => Promise<boolean>;
|
|
12466
|
+
getInfoContent: () => Promise<string>;
|
|
12467
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
12468
|
+
hoverInfoIcon: () => Promise<void>;
|
|
12469
|
+
getStatusMessage: () => Promise<string>;
|
|
12470
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
12471
|
+
exists: () => Promise<boolean>;
|
|
12472
|
+
click: () => Promise<void>;
|
|
12473
|
+
};
|
|
12474
|
+
getListItemEditable: () => {
|
|
12475
|
+
getValue: () => Promise<string>;
|
|
12476
|
+
getPlaceholder: () => Promise<string | null>;
|
|
12477
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
12478
|
+
enterText: (text: string) => Promise<void>;
|
|
12479
|
+
clickApprove: () => Promise<void>;
|
|
12480
|
+
clickCancel: () => Promise<void>;
|
|
12481
|
+
pressEnter: () => Promise<void>;
|
|
12482
|
+
isFocus: () => Promise<boolean>;
|
|
12483
|
+
hasSuffix: () => Promise<boolean>;
|
|
12484
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
12485
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
12486
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
12487
|
+
getStatusMessage: () => Promise<string | null>;
|
|
12488
|
+
exists: () => Promise<boolean>;
|
|
12489
|
+
element: () => Promise<any>;
|
|
12490
|
+
click: () => Promise<void>;
|
|
12491
|
+
};
|
|
12102
12492
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
12103
12493
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
12104
12494
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -12209,22 +12599,22 @@ export declare const TableFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test
|
|
|
12209
12599
|
getViewListItemById: (id: string) => {
|
|
12210
12600
|
click: () => Promise<void>;
|
|
12211
12601
|
select: () => Promise<void>;
|
|
12212
|
-
hasCheckbox()
|
|
12213
|
-
getPrefix()
|
|
12214
|
-
getTitle()
|
|
12215
|
-
getSubtitle()
|
|
12216
|
-
getSuffix()
|
|
12602
|
+
hasCheckbox: () => Promise<boolean>;
|
|
12603
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
12604
|
+
getTitle: () => Promise<string>;
|
|
12605
|
+
getSubtitle: () => Promise<string>;
|
|
12606
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
12217
12607
|
exists: () => Promise<boolean>;
|
|
12218
12608
|
element: () => Promise<any>;
|
|
12219
12609
|
};
|
|
12220
12610
|
getViewListItemAt: (index: number) => {
|
|
12221
12611
|
click: () => Promise<void>;
|
|
12222
12612
|
select: () => Promise<void>;
|
|
12223
|
-
hasCheckbox()
|
|
12224
|
-
getPrefix()
|
|
12225
|
-
getTitle()
|
|
12226
|
-
getSubtitle()
|
|
12227
|
-
getSuffix()
|
|
12613
|
+
hasCheckbox: () => Promise<boolean>;
|
|
12614
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
12615
|
+
getTitle: () => Promise<string>;
|
|
12616
|
+
getSubtitle: () => Promise<string>;
|
|
12617
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
12228
12618
|
exists: () => Promise<boolean>;
|
|
12229
12619
|
element: () => Promise<any>;
|
|
12230
12620
|
};
|
|
@@ -12260,22 +12650,22 @@ export declare const TableFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test
|
|
|
12260
12650
|
getViewListItemAt: (index: number) => {
|
|
12261
12651
|
click: () => Promise<void>;
|
|
12262
12652
|
select: () => Promise<void>;
|
|
12263
|
-
hasCheckbox()
|
|
12264
|
-
getPrefix()
|
|
12265
|
-
getTitle()
|
|
12266
|
-
getSubtitle()
|
|
12267
|
-
getSuffix()
|
|
12653
|
+
hasCheckbox: () => Promise<boolean>;
|
|
12654
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
12655
|
+
getTitle: () => Promise<string>;
|
|
12656
|
+
getSubtitle: () => Promise<string>;
|
|
12657
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
12268
12658
|
exists: () => Promise<boolean>;
|
|
12269
12659
|
element: () => Promise<any>;
|
|
12270
12660
|
};
|
|
12271
12661
|
getViewListItemById: (id: string) => {
|
|
12272
12662
|
click: () => Promise<void>;
|
|
12273
12663
|
select: () => Promise<void>;
|
|
12274
|
-
hasCheckbox()
|
|
12275
|
-
getPrefix()
|
|
12276
|
-
getTitle()
|
|
12277
|
-
getSubtitle()
|
|
12278
|
-
getSuffix()
|
|
12664
|
+
hasCheckbox: () => Promise<boolean>;
|
|
12665
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
12666
|
+
getTitle: () => Promise<string>;
|
|
12667
|
+
getSubtitle: () => Promise<string>;
|
|
12668
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
12279
12669
|
exists: () => Promise<boolean>;
|
|
12280
12670
|
element: () => Promise<any>;
|
|
12281
12671
|
};
|
|
@@ -13272,22 +13662,22 @@ export declare const TableFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test
|
|
|
13272
13662
|
getViewListItemById: (id: string) => {
|
|
13273
13663
|
click: () => Promise<void>;
|
|
13274
13664
|
select: () => Promise<void>;
|
|
13275
|
-
hasCheckbox()
|
|
13276
|
-
getPrefix()
|
|
13277
|
-
getTitle()
|
|
13278
|
-
getSubtitle()
|
|
13279
|
-
getSuffix()
|
|
13665
|
+
hasCheckbox: () => Promise<boolean>;
|
|
13666
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13667
|
+
getTitle: () => Promise<string>;
|
|
13668
|
+
getSubtitle: () => Promise<string>;
|
|
13669
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13280
13670
|
exists: () => Promise<boolean>;
|
|
13281
13671
|
element: () => Promise<any>;
|
|
13282
13672
|
};
|
|
13283
13673
|
getViewListItemAt: (index: number) => {
|
|
13284
13674
|
click: () => Promise<void>;
|
|
13285
13675
|
select: () => Promise<void>;
|
|
13286
|
-
hasCheckbox()
|
|
13287
|
-
getPrefix()
|
|
13288
|
-
getTitle()
|
|
13289
|
-
getSubtitle()
|
|
13290
|
-
getSuffix()
|
|
13676
|
+
hasCheckbox: () => Promise<boolean>;
|
|
13677
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13678
|
+
getTitle: () => Promise<string>;
|
|
13679
|
+
getSubtitle: () => Promise<string>;
|
|
13680
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13291
13681
|
exists: () => Promise<boolean>;
|
|
13292
13682
|
element: () => Promise<any>;
|
|
13293
13683
|
};
|
|
@@ -13323,22 +13713,22 @@ export declare const TableFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test
|
|
|
13323
13713
|
getViewListItemAt: (index: number) => {
|
|
13324
13714
|
click: () => Promise<void>;
|
|
13325
13715
|
select: () => Promise<void>;
|
|
13326
|
-
hasCheckbox()
|
|
13327
|
-
getPrefix()
|
|
13328
|
-
getTitle()
|
|
13329
|
-
getSubtitle()
|
|
13330
|
-
getSuffix()
|
|
13716
|
+
hasCheckbox: () => Promise<boolean>;
|
|
13717
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13718
|
+
getTitle: () => Promise<string>;
|
|
13719
|
+
getSubtitle: () => Promise<string>;
|
|
13720
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13331
13721
|
exists: () => Promise<boolean>;
|
|
13332
13722
|
element: () => Promise<any>;
|
|
13333
13723
|
};
|
|
13334
13724
|
getViewListItemById: (id: string) => {
|
|
13335
13725
|
click: () => Promise<void>;
|
|
13336
13726
|
select: () => Promise<void>;
|
|
13337
|
-
hasCheckbox()
|
|
13338
|
-
getPrefix()
|
|
13339
|
-
getTitle()
|
|
13340
|
-
getSubtitle()
|
|
13341
|
-
getSuffix()
|
|
13727
|
+
hasCheckbox: () => Promise<boolean>;
|
|
13728
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13729
|
+
getTitle: () => Promise<string>;
|
|
13730
|
+
getSubtitle: () => Promise<string>;
|
|
13731
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13342
13732
|
exists: () => Promise<boolean>;
|
|
13343
13733
|
element: () => Promise<any>;
|
|
13344
13734
|
};
|
|
@@ -13951,22 +14341,22 @@ export declare const NestedTableTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
13951
14341
|
getViewListItemById: (id: string) => {
|
|
13952
14342
|
click: () => Promise<void>;
|
|
13953
14343
|
select: () => Promise<void>;
|
|
13954
|
-
hasCheckbox()
|
|
13955
|
-
getPrefix()
|
|
13956
|
-
getTitle()
|
|
13957
|
-
getSubtitle()
|
|
13958
|
-
getSuffix()
|
|
14344
|
+
hasCheckbox: () => Promise<boolean>;
|
|
14345
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
14346
|
+
getTitle: () => Promise<string>;
|
|
14347
|
+
getSubtitle: () => Promise<string>;
|
|
14348
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13959
14349
|
exists: () => Promise<boolean>;
|
|
13960
14350
|
element: () => Promise<any>;
|
|
13961
14351
|
};
|
|
13962
14352
|
getViewListItemAt: (index: number) => {
|
|
13963
14353
|
click: () => Promise<void>;
|
|
13964
14354
|
select: () => Promise<void>;
|
|
13965
|
-
hasCheckbox()
|
|
13966
|
-
getPrefix()
|
|
13967
|
-
getTitle()
|
|
13968
|
-
getSubtitle()
|
|
13969
|
-
getSuffix()
|
|
14355
|
+
hasCheckbox: () => Promise<boolean>;
|
|
14356
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
14357
|
+
getTitle: () => Promise<string>;
|
|
14358
|
+
getSubtitle: () => Promise<string>;
|
|
14359
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13970
14360
|
exists: () => Promise<boolean>;
|
|
13971
14361
|
element: () => Promise<any>;
|
|
13972
14362
|
};
|
|
@@ -14002,22 +14392,22 @@ export declare const NestedTableTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
14002
14392
|
getViewListItemAt: (index: number) => {
|
|
14003
14393
|
click: () => Promise<void>;
|
|
14004
14394
|
select: () => Promise<void>;
|
|
14005
|
-
hasCheckbox()
|
|
14006
|
-
getPrefix()
|
|
14007
|
-
getTitle()
|
|
14008
|
-
getSubtitle()
|
|
14009
|
-
getSuffix()
|
|
14395
|
+
hasCheckbox: () => Promise<boolean>;
|
|
14396
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
14397
|
+
getTitle: () => Promise<string>;
|
|
14398
|
+
getSubtitle: () => Promise<string>;
|
|
14399
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
14010
14400
|
exists: () => Promise<boolean>;
|
|
14011
14401
|
element: () => Promise<any>;
|
|
14012
14402
|
};
|
|
14013
14403
|
getViewListItemById: (id: string) => {
|
|
14014
14404
|
click: () => Promise<void>;
|
|
14015
14405
|
select: () => Promise<void>;
|
|
14016
|
-
hasCheckbox()
|
|
14017
|
-
getPrefix()
|
|
14018
|
-
getTitle()
|
|
14019
|
-
getSubtitle()
|
|
14020
|
-
getSuffix()
|
|
14406
|
+
hasCheckbox: () => Promise<boolean>;
|
|
14407
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
14408
|
+
getTitle: () => Promise<string>;
|
|
14409
|
+
getSubtitle: () => Promise<string>;
|
|
14410
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
14021
14411
|
exists: () => Promise<boolean>;
|
|
14022
14412
|
element: () => Promise<any>;
|
|
14023
14413
|
};
|
|
@@ -14884,6 +15274,13 @@ export declare const NestedTableTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
14884
15274
|
element: () => Promise<any>;
|
|
14885
15275
|
click: () => Promise<void>;
|
|
14886
15276
|
};
|
|
15277
|
+
getDragOverlay: () => {
|
|
15278
|
+
depthLimitMessageExists: () => Promise<boolean>;
|
|
15279
|
+
getDepthLimitMessage: () => Promise<string>;
|
|
15280
|
+
exists: () => Promise<boolean>;
|
|
15281
|
+
element: () => Promise<any>;
|
|
15282
|
+
click: () => Promise<void>;
|
|
15283
|
+
};
|
|
14887
15284
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
14888
15285
|
waitInitialLoader: (timeout?: number | undefined) => Promise<void>;
|
|
14889
15286
|
waitInitialLoaderRemoved: (timeout?: number | undefined, delay?: number | undefined) => Promise<void>;
|
|
@@ -15351,9 +15748,57 @@ export declare const NestedTableTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
15351
15748
|
exists: () => Promise<boolean>;
|
|
15352
15749
|
element: () => Promise<any>;
|
|
15353
15750
|
};
|
|
15354
|
-
getTypeFormFieldDriver: () =>
|
|
15355
|
-
|
|
15356
|
-
|
|
15751
|
+
getTypeFormFieldDriver: () => {
|
|
15752
|
+
element: () => Promise<HTMLElement>;
|
|
15753
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
15754
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
15755
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
15756
|
+
isRequired: () => Promise<boolean>;
|
|
15757
|
+
getLengthLeft: () => Promise<number | null>;
|
|
15758
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
15759
|
+
hasTooltip: () => Promise<boolean>;
|
|
15760
|
+
getInfoContent: () => Promise<string>;
|
|
15761
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
15762
|
+
hoverInfoIcon: () => Promise<void>;
|
|
15763
|
+
getStatusMessage: () => Promise<string>;
|
|
15764
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
15765
|
+
exists: () => Promise<boolean>;
|
|
15766
|
+
click: () => Promise<void>;
|
|
15767
|
+
};
|
|
15768
|
+
getNameFormFieldDriver: () => {
|
|
15769
|
+
element: () => Promise<HTMLElement>;
|
|
15770
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
15771
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
15772
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
15773
|
+
isRequired: () => Promise<boolean>;
|
|
15774
|
+
getLengthLeft: () => Promise<number | null>;
|
|
15775
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
15776
|
+
hasTooltip: () => Promise<boolean>;
|
|
15777
|
+
getInfoContent: () => Promise<string>;
|
|
15778
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
15779
|
+
hoverInfoIcon: () => Promise<void>;
|
|
15780
|
+
getStatusMessage: () => Promise<string>;
|
|
15781
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
15782
|
+
exists: () => Promise<boolean>;
|
|
15783
|
+
click: () => Promise<void>;
|
|
15784
|
+
};
|
|
15785
|
+
getKeyFormFieldDriver: () => {
|
|
15786
|
+
element: () => Promise<HTMLElement>;
|
|
15787
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
15788
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
15789
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
15790
|
+
isRequired: () => Promise<boolean>;
|
|
15791
|
+
getLengthLeft: () => Promise<number | null>;
|
|
15792
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
15793
|
+
hasTooltip: () => Promise<boolean>;
|
|
15794
|
+
getInfoContent: () => Promise<string>;
|
|
15795
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
15796
|
+
hoverInfoIcon: () => Promise<void>;
|
|
15797
|
+
getStatusMessage: () => Promise<string>;
|
|
15798
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
15799
|
+
exists: () => Promise<boolean>;
|
|
15800
|
+
click: () => Promise<void>;
|
|
15801
|
+
};
|
|
15357
15802
|
getFieldKeyTooltip: () => {
|
|
15358
15803
|
getTagName: () => Promise<string>;
|
|
15359
15804
|
getText: () => Promise<string>;
|
|
@@ -15400,8 +15845,41 @@ export declare const NestedTableTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
15400
15845
|
element: () => Promise<any>;
|
|
15401
15846
|
click: () => Promise<void>;
|
|
15402
15847
|
};
|
|
15403
|
-
getFormField: () =>
|
|
15404
|
-
|
|
15848
|
+
getFormField: () => {
|
|
15849
|
+
element: () => Promise<HTMLElement>;
|
|
15850
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
15851
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
15852
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
15853
|
+
isRequired: () => Promise<boolean>;
|
|
15854
|
+
getLengthLeft: () => Promise<number | null>;
|
|
15855
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
15856
|
+
hasTooltip: () => Promise<boolean>;
|
|
15857
|
+
getInfoContent: () => Promise<string>;
|
|
15858
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
15859
|
+
hoverInfoIcon: () => Promise<void>;
|
|
15860
|
+
getStatusMessage: () => Promise<string>;
|
|
15861
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
15862
|
+
exists: () => Promise<boolean>;
|
|
15863
|
+
click: () => Promise<void>;
|
|
15864
|
+
};
|
|
15865
|
+
getListItemEditable: () => {
|
|
15866
|
+
getValue: () => Promise<string>;
|
|
15867
|
+
getPlaceholder: () => Promise<string | null>;
|
|
15868
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
15869
|
+
enterText: (text: string) => Promise<void>;
|
|
15870
|
+
clickApprove: () => Promise<void>;
|
|
15871
|
+
clickCancel: () => Promise<void>;
|
|
15872
|
+
pressEnter: () => Promise<void>;
|
|
15873
|
+
isFocus: () => Promise<boolean>;
|
|
15874
|
+
hasSuffix: () => Promise<boolean>;
|
|
15875
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
15876
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
15877
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
15878
|
+
getStatusMessage: () => Promise<string | null>;
|
|
15879
|
+
exists: () => Promise<boolean>;
|
|
15880
|
+
element: () => Promise<any>;
|
|
15881
|
+
click: () => Promise<void>;
|
|
15882
|
+
};
|
|
15405
15883
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
15406
15884
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
15407
15885
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -15452,8 +15930,41 @@ export declare const NestedTableTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
15452
15930
|
element: () => Promise<any>;
|
|
15453
15931
|
click: () => Promise<void>;
|
|
15454
15932
|
};
|
|
15455
|
-
getFormField: () =>
|
|
15456
|
-
|
|
15933
|
+
getFormField: () => {
|
|
15934
|
+
element: () => Promise<HTMLElement>;
|
|
15935
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
15936
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
15937
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
15938
|
+
isRequired: () => Promise<boolean>;
|
|
15939
|
+
getLengthLeft: () => Promise<number | null>;
|
|
15940
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
15941
|
+
hasTooltip: () => Promise<boolean>;
|
|
15942
|
+
getInfoContent: () => Promise<string>;
|
|
15943
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
15944
|
+
hoverInfoIcon: () => Promise<void>;
|
|
15945
|
+
getStatusMessage: () => Promise<string>;
|
|
15946
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
15947
|
+
exists: () => Promise<boolean>;
|
|
15948
|
+
click: () => Promise<void>;
|
|
15949
|
+
};
|
|
15950
|
+
getListItemEditable: () => {
|
|
15951
|
+
getValue: () => Promise<string>;
|
|
15952
|
+
getPlaceholder: () => Promise<string | null>;
|
|
15953
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
15954
|
+
enterText: (text: string) => Promise<void>;
|
|
15955
|
+
clickApprove: () => Promise<void>;
|
|
15956
|
+
clickCancel: () => Promise<void>;
|
|
15957
|
+
pressEnter: () => Promise<void>;
|
|
15958
|
+
isFocus: () => Promise<boolean>;
|
|
15959
|
+
hasSuffix: () => Promise<boolean>;
|
|
15960
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
15961
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
15962
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
15963
|
+
getStatusMessage: () => Promise<string | null>;
|
|
15964
|
+
exists: () => Promise<boolean>;
|
|
15965
|
+
element: () => Promise<any>;
|
|
15966
|
+
click: () => Promise<void>;
|
|
15967
|
+
};
|
|
15457
15968
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
15458
15969
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
15459
15970
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -15564,22 +16075,22 @@ export declare const NestedTableTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
15564
16075
|
getViewListItemById: (id: string) => {
|
|
15565
16076
|
click: () => Promise<void>;
|
|
15566
16077
|
select: () => Promise<void>;
|
|
15567
|
-
hasCheckbox()
|
|
15568
|
-
getPrefix()
|
|
15569
|
-
getTitle()
|
|
15570
|
-
getSubtitle()
|
|
15571
|
-
getSuffix()
|
|
16078
|
+
hasCheckbox: () => Promise<boolean>;
|
|
16079
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
16080
|
+
getTitle: () => Promise<string>;
|
|
16081
|
+
getSubtitle: () => Promise<string>;
|
|
16082
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
15572
16083
|
exists: () => Promise<boolean>;
|
|
15573
16084
|
element: () => Promise<any>;
|
|
15574
16085
|
};
|
|
15575
16086
|
getViewListItemAt: (index: number) => {
|
|
15576
16087
|
click: () => Promise<void>;
|
|
15577
16088
|
select: () => Promise<void>;
|
|
15578
|
-
hasCheckbox()
|
|
15579
|
-
getPrefix()
|
|
15580
|
-
getTitle()
|
|
15581
|
-
getSubtitle()
|
|
15582
|
-
getSuffix()
|
|
16089
|
+
hasCheckbox: () => Promise<boolean>;
|
|
16090
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
16091
|
+
getTitle: () => Promise<string>;
|
|
16092
|
+
getSubtitle: () => Promise<string>;
|
|
16093
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
15583
16094
|
exists: () => Promise<boolean>;
|
|
15584
16095
|
element: () => Promise<any>;
|
|
15585
16096
|
};
|
|
@@ -15615,22 +16126,22 @@ export declare const NestedTableTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
15615
16126
|
getViewListItemAt: (index: number) => {
|
|
15616
16127
|
click: () => Promise<void>;
|
|
15617
16128
|
select: () => Promise<void>;
|
|
15618
|
-
hasCheckbox()
|
|
15619
|
-
getPrefix()
|
|
15620
|
-
getTitle()
|
|
15621
|
-
getSubtitle()
|
|
15622
|
-
getSuffix()
|
|
16129
|
+
hasCheckbox: () => Promise<boolean>;
|
|
16130
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
16131
|
+
getTitle: () => Promise<string>;
|
|
16132
|
+
getSubtitle: () => Promise<string>;
|
|
16133
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
15623
16134
|
exists: () => Promise<boolean>;
|
|
15624
16135
|
element: () => Promise<any>;
|
|
15625
16136
|
};
|
|
15626
16137
|
getViewListItemById: (id: string) => {
|
|
15627
16138
|
click: () => Promise<void>;
|
|
15628
16139
|
select: () => Promise<void>;
|
|
15629
|
-
hasCheckbox()
|
|
15630
|
-
getPrefix()
|
|
15631
|
-
getTitle()
|
|
15632
|
-
getSubtitle()
|
|
15633
|
-
getSuffix()
|
|
16140
|
+
hasCheckbox: () => Promise<boolean>;
|
|
16141
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
16142
|
+
getTitle: () => Promise<string>;
|
|
16143
|
+
getSubtitle: () => Promise<string>;
|
|
16144
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
15634
16145
|
exists: () => Promise<boolean>;
|
|
15635
16146
|
element: () => Promise<any>;
|
|
15636
16147
|
};
|
|
@@ -16627,22 +17138,22 @@ export declare const NestedTableTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
16627
17138
|
getViewListItemById: (id: string) => {
|
|
16628
17139
|
click: () => Promise<void>;
|
|
16629
17140
|
select: () => Promise<void>;
|
|
16630
|
-
hasCheckbox()
|
|
16631
|
-
getPrefix()
|
|
16632
|
-
getTitle()
|
|
16633
|
-
getSubtitle()
|
|
16634
|
-
getSuffix()
|
|
17141
|
+
hasCheckbox: () => Promise<boolean>;
|
|
17142
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17143
|
+
getTitle: () => Promise<string>;
|
|
17144
|
+
getSubtitle: () => Promise<string>;
|
|
17145
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
16635
17146
|
exists: () => Promise<boolean>;
|
|
16636
17147
|
element: () => Promise<any>;
|
|
16637
17148
|
};
|
|
16638
17149
|
getViewListItemAt: (index: number) => {
|
|
16639
17150
|
click: () => Promise<void>;
|
|
16640
17151
|
select: () => Promise<void>;
|
|
16641
|
-
hasCheckbox()
|
|
16642
|
-
getPrefix()
|
|
16643
|
-
getTitle()
|
|
16644
|
-
getSubtitle()
|
|
16645
|
-
getSuffix()
|
|
17152
|
+
hasCheckbox: () => Promise<boolean>;
|
|
17153
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17154
|
+
getTitle: () => Promise<string>;
|
|
17155
|
+
getSubtitle: () => Promise<string>;
|
|
17156
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
16646
17157
|
exists: () => Promise<boolean>;
|
|
16647
17158
|
element: () => Promise<any>;
|
|
16648
17159
|
};
|
|
@@ -16678,22 +17189,22 @@ export declare const NestedTableTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
16678
17189
|
getViewListItemAt: (index: number) => {
|
|
16679
17190
|
click: () => Promise<void>;
|
|
16680
17191
|
select: () => Promise<void>;
|
|
16681
|
-
hasCheckbox()
|
|
16682
|
-
getPrefix()
|
|
16683
|
-
getTitle()
|
|
16684
|
-
getSubtitle()
|
|
16685
|
-
getSuffix()
|
|
17192
|
+
hasCheckbox: () => Promise<boolean>;
|
|
17193
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17194
|
+
getTitle: () => Promise<string>;
|
|
17195
|
+
getSubtitle: () => Promise<string>;
|
|
17196
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
16686
17197
|
exists: () => Promise<boolean>;
|
|
16687
17198
|
element: () => Promise<any>;
|
|
16688
17199
|
};
|
|
16689
17200
|
getViewListItemById: (id: string) => {
|
|
16690
17201
|
click: () => Promise<void>;
|
|
16691
17202
|
select: () => Promise<void>;
|
|
16692
|
-
hasCheckbox()
|
|
16693
|
-
getPrefix()
|
|
16694
|
-
getTitle()
|
|
16695
|
-
getSubtitle()
|
|
16696
|
-
getSuffix()
|
|
17203
|
+
hasCheckbox: () => Promise<boolean>;
|
|
17204
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17205
|
+
getTitle: () => Promise<string>;
|
|
17206
|
+
getSubtitle: () => Promise<string>;
|
|
17207
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
16697
17208
|
exists: () => Promise<boolean>;
|
|
16698
17209
|
element: () => Promise<any>;
|
|
16699
17210
|
};
|
|
@@ -17319,22 +17830,22 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
17319
17830
|
getViewListItemById: (id: string) => {
|
|
17320
17831
|
click: () => Promise<void>;
|
|
17321
17832
|
select: () => Promise<void>;
|
|
17322
|
-
hasCheckbox()
|
|
17323
|
-
getPrefix()
|
|
17324
|
-
getTitle()
|
|
17325
|
-
getSubtitle()
|
|
17326
|
-
getSuffix()
|
|
17833
|
+
hasCheckbox: () => Promise<boolean>;
|
|
17834
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17835
|
+
getTitle: () => Promise<string>;
|
|
17836
|
+
getSubtitle: () => Promise<string>;
|
|
17837
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17327
17838
|
exists: () => Promise<boolean>;
|
|
17328
17839
|
element: () => Promise<any>;
|
|
17329
17840
|
};
|
|
17330
17841
|
getViewListItemAt: (index: number) => {
|
|
17331
17842
|
click: () => Promise<void>;
|
|
17332
17843
|
select: () => Promise<void>;
|
|
17333
|
-
hasCheckbox()
|
|
17334
|
-
getPrefix()
|
|
17335
|
-
getTitle()
|
|
17336
|
-
getSubtitle()
|
|
17337
|
-
getSuffix()
|
|
17844
|
+
hasCheckbox: () => Promise<boolean>;
|
|
17845
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17846
|
+
getTitle: () => Promise<string>;
|
|
17847
|
+
getSubtitle: () => Promise<string>;
|
|
17848
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17338
17849
|
exists: () => Promise<boolean>;
|
|
17339
17850
|
element: () => Promise<any>;
|
|
17340
17851
|
};
|
|
@@ -17370,22 +17881,22 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
17370
17881
|
getViewListItemAt: (index: number) => {
|
|
17371
17882
|
click: () => Promise<void>;
|
|
17372
17883
|
select: () => Promise<void>;
|
|
17373
|
-
hasCheckbox()
|
|
17374
|
-
getPrefix()
|
|
17375
|
-
getTitle()
|
|
17376
|
-
getSubtitle()
|
|
17377
|
-
getSuffix()
|
|
17884
|
+
hasCheckbox: () => Promise<boolean>;
|
|
17885
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17886
|
+
getTitle: () => Promise<string>;
|
|
17887
|
+
getSubtitle: () => Promise<string>;
|
|
17888
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17378
17889
|
exists: () => Promise<boolean>;
|
|
17379
17890
|
element: () => Promise<any>;
|
|
17380
17891
|
};
|
|
17381
17892
|
getViewListItemById: (id: string) => {
|
|
17382
17893
|
click: () => Promise<void>;
|
|
17383
17894
|
select: () => Promise<void>;
|
|
17384
|
-
hasCheckbox()
|
|
17385
|
-
getPrefix()
|
|
17386
|
-
getTitle()
|
|
17387
|
-
getSubtitle()
|
|
17388
|
-
getSuffix()
|
|
17895
|
+
hasCheckbox: () => Promise<boolean>;
|
|
17896
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17897
|
+
getTitle: () => Promise<string>;
|
|
17898
|
+
getSubtitle: () => Promise<string>;
|
|
17899
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17389
17900
|
exists: () => Promise<boolean>;
|
|
17390
17901
|
element: () => Promise<any>;
|
|
17391
17902
|
};
|
|
@@ -18499,9 +19010,57 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
18499
19010
|
exists: () => Promise<boolean>;
|
|
18500
19011
|
element: () => Promise<any>;
|
|
18501
19012
|
};
|
|
18502
|
-
getTypeFormFieldDriver: () =>
|
|
18503
|
-
|
|
18504
|
-
|
|
19013
|
+
getTypeFormFieldDriver: () => {
|
|
19014
|
+
element: () => Promise<HTMLElement>;
|
|
19015
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
19016
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
19017
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
19018
|
+
isRequired: () => Promise<boolean>;
|
|
19019
|
+
getLengthLeft: () => Promise<number | null>;
|
|
19020
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
19021
|
+
hasTooltip: () => Promise<boolean>;
|
|
19022
|
+
getInfoContent: () => Promise<string>;
|
|
19023
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
19024
|
+
hoverInfoIcon: () => Promise<void>;
|
|
19025
|
+
getStatusMessage: () => Promise<string>;
|
|
19026
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
19027
|
+
exists: () => Promise<boolean>;
|
|
19028
|
+
click: () => Promise<void>;
|
|
19029
|
+
};
|
|
19030
|
+
getNameFormFieldDriver: () => {
|
|
19031
|
+
element: () => Promise<HTMLElement>;
|
|
19032
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
19033
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
19034
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
19035
|
+
isRequired: () => Promise<boolean>;
|
|
19036
|
+
getLengthLeft: () => Promise<number | null>;
|
|
19037
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
19038
|
+
hasTooltip: () => Promise<boolean>;
|
|
19039
|
+
getInfoContent: () => Promise<string>;
|
|
19040
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
19041
|
+
hoverInfoIcon: () => Promise<void>;
|
|
19042
|
+
getStatusMessage: () => Promise<string>;
|
|
19043
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
19044
|
+
exists: () => Promise<boolean>;
|
|
19045
|
+
click: () => Promise<void>;
|
|
19046
|
+
};
|
|
19047
|
+
getKeyFormFieldDriver: () => {
|
|
19048
|
+
element: () => Promise<HTMLElement>;
|
|
19049
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
19050
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
19051
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
19052
|
+
isRequired: () => Promise<boolean>;
|
|
19053
|
+
getLengthLeft: () => Promise<number | null>;
|
|
19054
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
19055
|
+
hasTooltip: () => Promise<boolean>;
|
|
19056
|
+
getInfoContent: () => Promise<string>;
|
|
19057
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
19058
|
+
hoverInfoIcon: () => Promise<void>;
|
|
19059
|
+
getStatusMessage: () => Promise<string>;
|
|
19060
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
19061
|
+
exists: () => Promise<boolean>;
|
|
19062
|
+
click: () => Promise<void>;
|
|
19063
|
+
};
|
|
18505
19064
|
getFieldKeyTooltip: () => {
|
|
18506
19065
|
getTagName: () => Promise<string>;
|
|
18507
19066
|
getText: () => Promise<string>;
|
|
@@ -18548,8 +19107,41 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
18548
19107
|
element: () => Promise<any>;
|
|
18549
19108
|
click: () => Promise<void>;
|
|
18550
19109
|
};
|
|
18551
|
-
getFormField: () =>
|
|
18552
|
-
|
|
19110
|
+
getFormField: () => {
|
|
19111
|
+
element: () => Promise<HTMLElement>;
|
|
19112
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
19113
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
19114
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
19115
|
+
isRequired: () => Promise<boolean>;
|
|
19116
|
+
getLengthLeft: () => Promise<number | null>;
|
|
19117
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
19118
|
+
hasTooltip: () => Promise<boolean>;
|
|
19119
|
+
getInfoContent: () => Promise<string>;
|
|
19120
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
19121
|
+
hoverInfoIcon: () => Promise<void>;
|
|
19122
|
+
getStatusMessage: () => Promise<string>;
|
|
19123
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
19124
|
+
exists: () => Promise<boolean>;
|
|
19125
|
+
click: () => Promise<void>;
|
|
19126
|
+
};
|
|
19127
|
+
getListItemEditable: () => {
|
|
19128
|
+
getValue: () => Promise<string>;
|
|
19129
|
+
getPlaceholder: () => Promise<string | null>;
|
|
19130
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
19131
|
+
enterText: (text: string) => Promise<void>;
|
|
19132
|
+
clickApprove: () => Promise<void>;
|
|
19133
|
+
clickCancel: () => Promise<void>;
|
|
19134
|
+
pressEnter: () => Promise<void>;
|
|
19135
|
+
isFocus: () => Promise<boolean>;
|
|
19136
|
+
hasSuffix: () => Promise<boolean>;
|
|
19137
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
19138
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
19139
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
19140
|
+
getStatusMessage: () => Promise<string | null>;
|
|
19141
|
+
exists: () => Promise<boolean>;
|
|
19142
|
+
element: () => Promise<any>;
|
|
19143
|
+
click: () => Promise<void>;
|
|
19144
|
+
};
|
|
18553
19145
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
18554
19146
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
18555
19147
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -18600,8 +19192,41 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
18600
19192
|
element: () => Promise<any>;
|
|
18601
19193
|
click: () => Promise<void>;
|
|
18602
19194
|
};
|
|
18603
|
-
getFormField: () =>
|
|
18604
|
-
|
|
19195
|
+
getFormField: () => {
|
|
19196
|
+
element: () => Promise<HTMLElement>;
|
|
19197
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
19198
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
19199
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
19200
|
+
isRequired: () => Promise<boolean>;
|
|
19201
|
+
getLengthLeft: () => Promise<number | null>;
|
|
19202
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
19203
|
+
hasTooltip: () => Promise<boolean>;
|
|
19204
|
+
getInfoContent: () => Promise<string>;
|
|
19205
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
19206
|
+
hoverInfoIcon: () => Promise<void>;
|
|
19207
|
+
getStatusMessage: () => Promise<string>;
|
|
19208
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
19209
|
+
exists: () => Promise<boolean>;
|
|
19210
|
+
click: () => Promise<void>;
|
|
19211
|
+
};
|
|
19212
|
+
getListItemEditable: () => {
|
|
19213
|
+
getValue: () => Promise<string>;
|
|
19214
|
+
getPlaceholder: () => Promise<string | null>;
|
|
19215
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
19216
|
+
enterText: (text: string) => Promise<void>;
|
|
19217
|
+
clickApprove: () => Promise<void>;
|
|
19218
|
+
clickCancel: () => Promise<void>;
|
|
19219
|
+
pressEnter: () => Promise<void>;
|
|
19220
|
+
isFocus: () => Promise<boolean>;
|
|
19221
|
+
hasSuffix: () => Promise<boolean>;
|
|
19222
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
19223
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
19224
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
19225
|
+
getStatusMessage: () => Promise<string | null>;
|
|
19226
|
+
exists: () => Promise<boolean>;
|
|
19227
|
+
element: () => Promise<any>;
|
|
19228
|
+
click: () => Promise<void>;
|
|
19229
|
+
};
|
|
18605
19230
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
18606
19231
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
18607
19232
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -18712,22 +19337,22 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
18712
19337
|
getViewListItemById: (id: string) => {
|
|
18713
19338
|
click: () => Promise<void>;
|
|
18714
19339
|
select: () => Promise<void>;
|
|
18715
|
-
hasCheckbox()
|
|
18716
|
-
getPrefix()
|
|
18717
|
-
getTitle()
|
|
18718
|
-
getSubtitle()
|
|
18719
|
-
getSuffix()
|
|
19340
|
+
hasCheckbox: () => Promise<boolean>;
|
|
19341
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
19342
|
+
getTitle: () => Promise<string>;
|
|
19343
|
+
getSubtitle: () => Promise<string>;
|
|
19344
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
18720
19345
|
exists: () => Promise<boolean>;
|
|
18721
19346
|
element: () => Promise<any>;
|
|
18722
19347
|
};
|
|
18723
19348
|
getViewListItemAt: (index: number) => {
|
|
18724
19349
|
click: () => Promise<void>;
|
|
18725
19350
|
select: () => Promise<void>;
|
|
18726
|
-
hasCheckbox()
|
|
18727
|
-
getPrefix()
|
|
18728
|
-
getTitle()
|
|
18729
|
-
getSubtitle()
|
|
18730
|
-
getSuffix()
|
|
19351
|
+
hasCheckbox: () => Promise<boolean>;
|
|
19352
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
19353
|
+
getTitle: () => Promise<string>;
|
|
19354
|
+
getSubtitle: () => Promise<string>;
|
|
19355
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
18731
19356
|
exists: () => Promise<boolean>;
|
|
18732
19357
|
element: () => Promise<any>;
|
|
18733
19358
|
};
|
|
@@ -18763,22 +19388,22 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
18763
19388
|
getViewListItemAt: (index: number) => {
|
|
18764
19389
|
click: () => Promise<void>;
|
|
18765
19390
|
select: () => Promise<void>;
|
|
18766
|
-
hasCheckbox()
|
|
18767
|
-
getPrefix()
|
|
18768
|
-
getTitle()
|
|
18769
|
-
getSubtitle()
|
|
18770
|
-
getSuffix()
|
|
19391
|
+
hasCheckbox: () => Promise<boolean>;
|
|
19392
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
19393
|
+
getTitle: () => Promise<string>;
|
|
19394
|
+
getSubtitle: () => Promise<string>;
|
|
19395
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
18771
19396
|
exists: () => Promise<boolean>;
|
|
18772
19397
|
element: () => Promise<any>;
|
|
18773
19398
|
};
|
|
18774
19399
|
getViewListItemById: (id: string) => {
|
|
18775
19400
|
click: () => Promise<void>;
|
|
18776
19401
|
select: () => Promise<void>;
|
|
18777
|
-
hasCheckbox()
|
|
18778
|
-
getPrefix()
|
|
18779
|
-
getTitle()
|
|
18780
|
-
getSubtitle()
|
|
18781
|
-
getSuffix()
|
|
19402
|
+
hasCheckbox: () => Promise<boolean>;
|
|
19403
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
19404
|
+
getTitle: () => Promise<string>;
|
|
19405
|
+
getSubtitle: () => Promise<string>;
|
|
19406
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
18782
19407
|
exists: () => Promise<boolean>;
|
|
18783
19408
|
element: () => Promise<any>;
|
|
18784
19409
|
};
|
|
@@ -19775,22 +20400,22 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
19775
20400
|
getViewListItemById: (id: string) => {
|
|
19776
20401
|
click: () => Promise<void>;
|
|
19777
20402
|
select: () => Promise<void>;
|
|
19778
|
-
hasCheckbox()
|
|
19779
|
-
getPrefix()
|
|
19780
|
-
getTitle()
|
|
19781
|
-
getSubtitle()
|
|
19782
|
-
getSuffix()
|
|
20403
|
+
hasCheckbox: () => Promise<boolean>;
|
|
20404
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20405
|
+
getTitle: () => Promise<string>;
|
|
20406
|
+
getSubtitle: () => Promise<string>;
|
|
20407
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
19783
20408
|
exists: () => Promise<boolean>;
|
|
19784
20409
|
element: () => Promise<any>;
|
|
19785
20410
|
};
|
|
19786
20411
|
getViewListItemAt: (index: number) => {
|
|
19787
20412
|
click: () => Promise<void>;
|
|
19788
20413
|
select: () => Promise<void>;
|
|
19789
|
-
hasCheckbox()
|
|
19790
|
-
getPrefix()
|
|
19791
|
-
getTitle()
|
|
19792
|
-
getSubtitle()
|
|
19793
|
-
getSuffix()
|
|
20414
|
+
hasCheckbox: () => Promise<boolean>;
|
|
20415
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20416
|
+
getTitle: () => Promise<string>;
|
|
20417
|
+
getSubtitle: () => Promise<string>;
|
|
20418
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
19794
20419
|
exists: () => Promise<boolean>;
|
|
19795
20420
|
element: () => Promise<any>;
|
|
19796
20421
|
};
|
|
@@ -19826,22 +20451,22 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
19826
20451
|
getViewListItemAt: (index: number) => {
|
|
19827
20452
|
click: () => Promise<void>;
|
|
19828
20453
|
select: () => Promise<void>;
|
|
19829
|
-
hasCheckbox()
|
|
19830
|
-
getPrefix()
|
|
19831
|
-
getTitle()
|
|
19832
|
-
getSubtitle()
|
|
19833
|
-
getSuffix()
|
|
20454
|
+
hasCheckbox: () => Promise<boolean>;
|
|
20455
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20456
|
+
getTitle: () => Promise<string>;
|
|
20457
|
+
getSubtitle: () => Promise<string>;
|
|
20458
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
19834
20459
|
exists: () => Promise<boolean>;
|
|
19835
20460
|
element: () => Promise<any>;
|
|
19836
20461
|
};
|
|
19837
20462
|
getViewListItemById: (id: string) => {
|
|
19838
20463
|
click: () => Promise<void>;
|
|
19839
20464
|
select: () => Promise<void>;
|
|
19840
|
-
hasCheckbox()
|
|
19841
|
-
getPrefix()
|
|
19842
|
-
getTitle()
|
|
19843
|
-
getSubtitle()
|
|
19844
|
-
getSuffix()
|
|
20465
|
+
hasCheckbox: () => Promise<boolean>;
|
|
20466
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20467
|
+
getTitle: () => Promise<string>;
|
|
20468
|
+
getSubtitle: () => Promise<string>;
|
|
20469
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
19845
20470
|
exists: () => Promise<boolean>;
|
|
19846
20471
|
element: () => Promise<any>;
|
|
19847
20472
|
};
|
|
@@ -20454,22 +21079,22 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
20454
21079
|
getViewListItemById: (id: string) => {
|
|
20455
21080
|
click: () => Promise<void>;
|
|
20456
21081
|
select: () => Promise<void>;
|
|
20457
|
-
hasCheckbox()
|
|
20458
|
-
getPrefix()
|
|
20459
|
-
getTitle()
|
|
20460
|
-
getSubtitle()
|
|
20461
|
-
getSuffix()
|
|
21082
|
+
hasCheckbox: () => Promise<boolean>;
|
|
21083
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
21084
|
+
getTitle: () => Promise<string>;
|
|
21085
|
+
getSubtitle: () => Promise<string>;
|
|
21086
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20462
21087
|
exists: () => Promise<boolean>;
|
|
20463
21088
|
element: () => Promise<any>;
|
|
20464
21089
|
};
|
|
20465
21090
|
getViewListItemAt: (index: number) => {
|
|
20466
21091
|
click: () => Promise<void>;
|
|
20467
21092
|
select: () => Promise<void>;
|
|
20468
|
-
hasCheckbox()
|
|
20469
|
-
getPrefix()
|
|
20470
|
-
getTitle()
|
|
20471
|
-
getSubtitle()
|
|
20472
|
-
getSuffix()
|
|
21093
|
+
hasCheckbox: () => Promise<boolean>;
|
|
21094
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
21095
|
+
getTitle: () => Promise<string>;
|
|
21096
|
+
getSubtitle: () => Promise<string>;
|
|
21097
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20473
21098
|
exists: () => Promise<boolean>;
|
|
20474
21099
|
element: () => Promise<any>;
|
|
20475
21100
|
};
|
|
@@ -20505,22 +21130,22 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
20505
21130
|
getViewListItemAt: (index: number) => {
|
|
20506
21131
|
click: () => Promise<void>;
|
|
20507
21132
|
select: () => Promise<void>;
|
|
20508
|
-
hasCheckbox()
|
|
20509
|
-
getPrefix()
|
|
20510
|
-
getTitle()
|
|
20511
|
-
getSubtitle()
|
|
20512
|
-
getSuffix()
|
|
21133
|
+
hasCheckbox: () => Promise<boolean>;
|
|
21134
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
21135
|
+
getTitle: () => Promise<string>;
|
|
21136
|
+
getSubtitle: () => Promise<string>;
|
|
21137
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20513
21138
|
exists: () => Promise<boolean>;
|
|
20514
21139
|
element: () => Promise<any>;
|
|
20515
21140
|
};
|
|
20516
21141
|
getViewListItemById: (id: string) => {
|
|
20517
21142
|
click: () => Promise<void>;
|
|
20518
21143
|
select: () => Promise<void>;
|
|
20519
|
-
hasCheckbox()
|
|
20520
|
-
getPrefix()
|
|
20521
|
-
getTitle()
|
|
20522
|
-
getSubtitle()
|
|
20523
|
-
getSuffix()
|
|
21144
|
+
hasCheckbox: () => Promise<boolean>;
|
|
21145
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
21146
|
+
getTitle: () => Promise<string>;
|
|
21147
|
+
getSubtitle: () => Promise<string>;
|
|
21148
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20524
21149
|
exists: () => Promise<boolean>;
|
|
20525
21150
|
element: () => Promise<any>;
|
|
20526
21151
|
};
|
|
@@ -21384,22 +22009,22 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
21384
22009
|
getViewListItemById: (id: string) => {
|
|
21385
22010
|
click: () => Promise<void>;
|
|
21386
22011
|
select: () => Promise<void>;
|
|
21387
|
-
hasCheckbox()
|
|
21388
|
-
getPrefix()
|
|
21389
|
-
getTitle()
|
|
21390
|
-
getSubtitle()
|
|
21391
|
-
getSuffix()
|
|
22012
|
+
hasCheckbox: () => Promise<boolean>;
|
|
22013
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
22014
|
+
getTitle: () => Promise<string>;
|
|
22015
|
+
getSubtitle: () => Promise<string>;
|
|
22016
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
21392
22017
|
exists: () => Promise<boolean>;
|
|
21393
22018
|
element: () => Promise<any>;
|
|
21394
22019
|
};
|
|
21395
22020
|
getViewListItemAt: (index: number) => {
|
|
21396
22021
|
click: () => Promise<void>;
|
|
21397
22022
|
select: () => Promise<void>;
|
|
21398
|
-
hasCheckbox()
|
|
21399
|
-
getPrefix()
|
|
21400
|
-
getTitle()
|
|
21401
|
-
getSubtitle()
|
|
21402
|
-
getSuffix()
|
|
22023
|
+
hasCheckbox: () => Promise<boolean>;
|
|
22024
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
22025
|
+
getTitle: () => Promise<string>;
|
|
22026
|
+
getSubtitle: () => Promise<string>;
|
|
22027
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
21403
22028
|
exists: () => Promise<boolean>;
|
|
21404
22029
|
element: () => Promise<any>;
|
|
21405
22030
|
};
|
|
@@ -21435,22 +22060,22 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
21435
22060
|
getViewListItemAt: (index: number) => {
|
|
21436
22061
|
click: () => Promise<void>;
|
|
21437
22062
|
select: () => Promise<void>;
|
|
21438
|
-
hasCheckbox()
|
|
21439
|
-
getPrefix()
|
|
21440
|
-
getTitle()
|
|
21441
|
-
getSubtitle()
|
|
21442
|
-
getSuffix()
|
|
22063
|
+
hasCheckbox: () => Promise<boolean>;
|
|
22064
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
22065
|
+
getTitle: () => Promise<string>;
|
|
22066
|
+
getSubtitle: () => Promise<string>;
|
|
22067
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
21443
22068
|
exists: () => Promise<boolean>;
|
|
21444
22069
|
element: () => Promise<any>;
|
|
21445
22070
|
};
|
|
21446
22071
|
getViewListItemById: (id: string) => {
|
|
21447
22072
|
click: () => Promise<void>;
|
|
21448
22073
|
select: () => Promise<void>;
|
|
21449
|
-
hasCheckbox()
|
|
21450
|
-
getPrefix()
|
|
21451
|
-
getTitle()
|
|
21452
|
-
getSubtitle()
|
|
21453
|
-
getSuffix()
|
|
22074
|
+
hasCheckbox: () => Promise<boolean>;
|
|
22075
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
22076
|
+
getTitle: () => Promise<string>;
|
|
22077
|
+
getSubtitle: () => Promise<string>;
|
|
22078
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
21454
22079
|
exists: () => Promise<boolean>;
|
|
21455
22080
|
element: () => Promise<any>;
|
|
21456
22081
|
};
|
|
@@ -22501,22 +23126,22 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
22501
23126
|
getViewListItemById: (id: string) => {
|
|
22502
23127
|
click: () => Promise<void>;
|
|
22503
23128
|
select: () => Promise<void>;
|
|
22504
|
-
hasCheckbox()
|
|
22505
|
-
getPrefix()
|
|
22506
|
-
getTitle()
|
|
22507
|
-
getSubtitle()
|
|
22508
|
-
getSuffix()
|
|
23129
|
+
hasCheckbox: () => Promise<boolean>;
|
|
23130
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
23131
|
+
getTitle: () => Promise<string>;
|
|
23132
|
+
getSubtitle: () => Promise<string>;
|
|
23133
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
22509
23134
|
exists: () => Promise<boolean>;
|
|
22510
23135
|
element: () => Promise<any>;
|
|
22511
23136
|
};
|
|
22512
23137
|
getViewListItemAt: (index: number) => {
|
|
22513
23138
|
click: () => Promise<void>;
|
|
22514
23139
|
select: () => Promise<void>;
|
|
22515
|
-
hasCheckbox()
|
|
22516
|
-
getPrefix()
|
|
22517
|
-
getTitle()
|
|
22518
|
-
getSubtitle()
|
|
22519
|
-
getSuffix()
|
|
23140
|
+
hasCheckbox: () => Promise<boolean>;
|
|
23141
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
23142
|
+
getTitle: () => Promise<string>;
|
|
23143
|
+
getSubtitle: () => Promise<string>;
|
|
23144
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
22520
23145
|
exists: () => Promise<boolean>;
|
|
22521
23146
|
element: () => Promise<any>;
|
|
22522
23147
|
};
|
|
@@ -22552,22 +23177,22 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
22552
23177
|
getViewListItemAt: (index: number) => {
|
|
22553
23178
|
click: () => Promise<void>;
|
|
22554
23179
|
select: () => Promise<void>;
|
|
22555
|
-
hasCheckbox()
|
|
22556
|
-
getPrefix()
|
|
22557
|
-
getTitle()
|
|
22558
|
-
getSubtitle()
|
|
22559
|
-
getSuffix()
|
|
23180
|
+
hasCheckbox: () => Promise<boolean>;
|
|
23181
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
23182
|
+
getTitle: () => Promise<string>;
|
|
23183
|
+
getSubtitle: () => Promise<string>;
|
|
23184
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
22560
23185
|
exists: () => Promise<boolean>;
|
|
22561
23186
|
element: () => Promise<any>;
|
|
22562
23187
|
};
|
|
22563
23188
|
getViewListItemById: (id: string) => {
|
|
22564
23189
|
click: () => Promise<void>;
|
|
22565
23190
|
select: () => Promise<void>;
|
|
22566
|
-
hasCheckbox()
|
|
22567
|
-
getPrefix()
|
|
22568
|
-
getTitle()
|
|
22569
|
-
getSubtitle()
|
|
22570
|
-
getSuffix()
|
|
23191
|
+
hasCheckbox: () => Promise<boolean>;
|
|
23192
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
23193
|
+
getTitle: () => Promise<string>;
|
|
23194
|
+
getSubtitle: () => Promise<string>;
|
|
23195
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
22571
23196
|
exists: () => Promise<boolean>;
|
|
22572
23197
|
element: () => Promise<any>;
|
|
22573
23198
|
};
|
|
@@ -23553,22 +24178,22 @@ export declare const InfiniteScrollCollectionListTestkit: (testkitArgs: import("
|
|
|
23553
24178
|
getViewListItemById: (id: string) => {
|
|
23554
24179
|
click: () => Promise<void>;
|
|
23555
24180
|
select: () => Promise<void>;
|
|
23556
|
-
hasCheckbox()
|
|
23557
|
-
getPrefix()
|
|
23558
|
-
getTitle()
|
|
23559
|
-
getSubtitle()
|
|
23560
|
-
getSuffix()
|
|
24181
|
+
hasCheckbox: () => Promise<boolean>;
|
|
24182
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
24183
|
+
getTitle: () => Promise<string>;
|
|
24184
|
+
getSubtitle: () => Promise<string>;
|
|
24185
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
23561
24186
|
exists: () => Promise<boolean>;
|
|
23562
24187
|
element: () => Promise<any>;
|
|
23563
24188
|
};
|
|
23564
24189
|
getViewListItemAt: (index: number) => {
|
|
23565
24190
|
click: () => Promise<void>;
|
|
23566
24191
|
select: () => Promise<void>;
|
|
23567
|
-
hasCheckbox()
|
|
23568
|
-
getPrefix()
|
|
23569
|
-
getTitle()
|
|
23570
|
-
getSubtitle()
|
|
23571
|
-
getSuffix()
|
|
24192
|
+
hasCheckbox: () => Promise<boolean>;
|
|
24193
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
24194
|
+
getTitle: () => Promise<string>;
|
|
24195
|
+
getSubtitle: () => Promise<string>;
|
|
24196
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
23572
24197
|
exists: () => Promise<boolean>;
|
|
23573
24198
|
element: () => Promise<any>;
|
|
23574
24199
|
};
|
|
@@ -23604,22 +24229,22 @@ export declare const InfiniteScrollCollectionListTestkit: (testkitArgs: import("
|
|
|
23604
24229
|
getViewListItemAt: (index: number) => {
|
|
23605
24230
|
click: () => Promise<void>;
|
|
23606
24231
|
select: () => Promise<void>;
|
|
23607
|
-
hasCheckbox()
|
|
23608
|
-
getPrefix()
|
|
23609
|
-
getTitle()
|
|
23610
|
-
getSubtitle()
|
|
23611
|
-
getSuffix()
|
|
24232
|
+
hasCheckbox: () => Promise<boolean>;
|
|
24233
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
24234
|
+
getTitle: () => Promise<string>;
|
|
24235
|
+
getSubtitle: () => Promise<string>;
|
|
24236
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
23612
24237
|
exists: () => Promise<boolean>;
|
|
23613
24238
|
element: () => Promise<any>;
|
|
23614
24239
|
};
|
|
23615
24240
|
getViewListItemById: (id: string) => {
|
|
23616
24241
|
click: () => Promise<void>;
|
|
23617
24242
|
select: () => Promise<void>;
|
|
23618
|
-
hasCheckbox()
|
|
23619
|
-
getPrefix()
|
|
23620
|
-
getTitle()
|
|
23621
|
-
getSubtitle()
|
|
23622
|
-
getSuffix()
|
|
24243
|
+
hasCheckbox: () => Promise<boolean>;
|
|
24244
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
24245
|
+
getTitle: () => Promise<string>;
|
|
24246
|
+
getSubtitle: () => Promise<string>;
|
|
24247
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
23623
24248
|
exists: () => Promise<boolean>;
|
|
23624
24249
|
element: () => Promise<any>;
|
|
23625
24250
|
};
|
|
@@ -24436,22 +25061,22 @@ export declare const ViewsStandaloneTestkit: (testkitArgs: import("@wix/wix-ui-t
|
|
|
24436
25061
|
getViewListItemById: (id: string) => {
|
|
24437
25062
|
click: () => Promise<void>;
|
|
24438
25063
|
select: () => Promise<void>;
|
|
24439
|
-
hasCheckbox()
|
|
24440
|
-
getPrefix()
|
|
24441
|
-
getTitle()
|
|
24442
|
-
getSubtitle()
|
|
24443
|
-
getSuffix()
|
|
25064
|
+
hasCheckbox: () => Promise<boolean>;
|
|
25065
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
25066
|
+
getTitle: () => Promise<string>;
|
|
25067
|
+
getSubtitle: () => Promise<string>;
|
|
25068
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
24444
25069
|
exists: () => Promise<boolean>;
|
|
24445
25070
|
element: () => Promise<any>;
|
|
24446
25071
|
};
|
|
24447
25072
|
getViewListItemAt: (index: number) => {
|
|
24448
25073
|
click: () => Promise<void>;
|
|
24449
25074
|
select: () => Promise<void>;
|
|
24450
|
-
hasCheckbox()
|
|
24451
|
-
getPrefix()
|
|
24452
|
-
getTitle()
|
|
24453
|
-
getSubtitle()
|
|
24454
|
-
getSuffix()
|
|
25075
|
+
hasCheckbox: () => Promise<boolean>;
|
|
25076
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
25077
|
+
getTitle: () => Promise<string>;
|
|
25078
|
+
getSubtitle: () => Promise<string>;
|
|
25079
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
24455
25080
|
exists: () => Promise<boolean>;
|
|
24456
25081
|
element: () => Promise<any>;
|
|
24457
25082
|
};
|