@wix/patterns 1.37.0 → 1.39.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/README.md +23 -0
- package/dist/cjs/components/{MultiBulkActionButton/MultiBulkActionButton.js → ActionControl/ActionButton.js} +12 -27
- package/dist/cjs/components/ActionControl/ActionButton.js.map +1 -0
- package/dist/cjs/components/ActionControl/ActionControl.js +33 -0
- package/dist/cjs/components/ActionControl/ActionControl.js.map +1 -0
- package/dist/cjs/components/{MultiBulkActionButton/MultiBulkActionPopover.js → ActionControl/ActionPopover.js} +12 -27
- 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/CollectionPageHeaderNew/CollectionPageHeader.js.map +1 -1
- package/dist/cjs/components/CollectionPageNew/CollectionPage.uni.driver.js +9 -1
- package/dist/cjs/components/CollectionPageNew/CollectionPage.uni.driver.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/EntityPage/EntityPage.js +2 -2
- package/dist/cjs/components/EntityPage/EntityPage.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/Grid/GridSingleGridContent.js +1 -1
- package/dist/cjs/components/Grid/GridSingleGridContent.js.map +1 -1
- package/dist/cjs/components/Grid/useGridBaseSyncProps.js +6 -4
- package/dist/cjs/components/Grid/useGridBaseSyncProps.js.map +1 -1
- package/dist/cjs/components/GridSections/GridSectionsContent.js +7 -6
- package/dist/cjs/components/GridSections/GridSectionsContent.js.map +1 -1
- package/dist/cjs/components/GridSections/GridSectionsSectionState.js +1 -1
- package/dist/cjs/components/GridSections/GridSectionsSectionState.js.map +1 -1
- package/dist/cjs/components/GridSections/GridSectionsSingleSkeletonGrid.js +1 -1
- package/dist/cjs/components/GridSections/GridSectionsSingleSkeletonGrid.js.map +1 -1
- package/dist/cjs/components/GridSections/GridSectionsState.js +2 -1
- package/dist/cjs/components/GridSections/GridSectionsState.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 +47 -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 +86 -43
- 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/SecondaryActions/SecondaryActions.js +24 -0
- package/dist/cjs/components/SecondaryActions/SecondaryActions.js.map +1 -0
- package/dist/cjs/components/SecondaryActions/index.js +10 -0
- package/dist/cjs/components/SecondaryActions/index.js.map +1 -0
- 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/Tags/ManageTags/ManageTagsModal/ManageTagsModal.uni.driver.js +2 -0
- package/dist/cjs/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.uni.driver.js.map +1 -1
- package/dist/cjs/components/ToolbarCollection/useToolbarCollectionSyncProps.js +10 -2
- package/dist/cjs/components/ToolbarCollection/useToolbarCollectionSyncProps.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/hooks/useSyncCollectionOnEntityReturn.js +17 -5
- package/dist/cjs/hooks/useSyncCollectionOnEntityReturn.js.map +1 -1
- package/dist/cjs/index.js +13 -4
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/providers/WixPatternsRouterProvider.js +6 -12
- package/dist/cjs/providers/WixPatternsRouterProvider.js.map +1 -1
- package/dist/cjs/state/CollectionPage/useCollectionPageHeader.js +25 -8
- package/dist/cjs/state/CollectionPage/useCollectionPageHeader.js.map +1 -1
- package/dist/cjs/state/CustomColumnsState.js +23 -11
- package/dist/cjs/state/CustomColumnsState.js.map +1 -1
- package/dist/cjs/state/EntityPage/EntityPageState.js +9 -5
- package/dist/cjs/state/EntityPage/EntityPageState.js.map +1 -1
- package/dist/cjs/state/GridBaseState.js +6 -3
- package/dist/cjs/state/GridBaseState.js.map +1 -1
- package/dist/cjs/state/GridFoldersState.js +1 -0
- package/dist/cjs/state/GridFoldersState.js.map +1 -1
- package/dist/cjs/state/GridParentState.js +4 -0
- package/dist/cjs/state/GridParentState.js.map +1 -0
- package/dist/cjs/state/GridState.js +5 -0
- package/dist/cjs/state/GridState.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/state/WixPatternsRouterState.js +9 -1
- package/dist/cjs/state/WixPatternsRouterState.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/testkit/puppeteer.js +3 -1
- package/dist/cjs/testkit/puppeteer.js.map +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/cjs/version.js.map +1 -1
- package/dist/esm/components/ActionControl/ActionButton.js +10 -0
- package/dist/esm/components/ActionControl/ActionButton.js.map +1 -0
- package/dist/esm/components/ActionControl/ActionControl.js +8 -0
- package/dist/esm/components/ActionControl/ActionControl.js.map +1 -0
- package/dist/esm/components/{MultiBulkActionButton/MultiBulkActionPopover.js → ActionControl/ActionPopover.js} +5 -19
- 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/CollectionPageHeaderNew/CollectionPageHeader.js.map +1 -1
- package/dist/esm/components/CollectionPageNew/CollectionPage.uni.driver.js +9 -1
- package/dist/esm/components/CollectionPageNew/CollectionPage.uni.driver.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/AutoCompleteReadonly.st.css.js.map +1 -1
- 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/EntityPage/EntityPage.js +2 -2
- package/dist/esm/components/EntityPage/EntityPage.js.map +1 -1
- package/dist/esm/components/Fade/Fade.st.css.js +2 -2
- package/dist/esm/components/Grid/GridSingleGridContent.js.map +1 -1
- package/dist/esm/components/Grid/useGridBaseSyncProps.js +7 -4
- package/dist/esm/components/Grid/useGridBaseSyncProps.js.map +1 -1
- package/dist/esm/components/GridSections/GridSectionsContent.js +2 -1
- package/dist/esm/components/GridSections/GridSectionsContent.js.map +1 -1
- package/dist/esm/components/GridSections/GridSectionsSectionState.js +1 -1
- package/dist/esm/components/GridSections/GridSectionsSectionState.js.map +1 -1
- package/dist/esm/components/GridSections/GridSectionsSingleSkeletonGrid.js.map +1 -1
- package/dist/esm/components/GridSections/GridSectionsState.js +1 -1
- package/dist/esm/components/GridSections/GridSectionsState.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 +49 -6
- 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/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/PickerContent/PickerContentAdditionalStep.st.css.js.map +1 -1
- 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/ScrollableContent/ScrollableContent.st.css.js.map +1 -1
- package/dist/esm/components/SecondaryActions/SecondaryActions.js +9 -0
- package/dist/esm/components/SecondaryActions/SecondaryActions.js.map +1 -0
- package/dist/esm/components/SecondaryActions/index.js +2 -0
- package/dist/esm/components/SecondaryActions/index.js.map +1 -0
- 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/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/Tags/ManageTags/ManageTagsModal/ManageTagsModal.uni.driver.js +5 -0
- package/dist/esm/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.uni.driver.js.map +1 -1
- package/dist/esm/components/ToolbarCollection/useToolbarCollectionSyncProps.js +9 -2
- package/dist/esm/components/ToolbarCollection/useToolbarCollectionSyncProps.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/hooks/useSyncCollectionOnEntityReturn.js +18 -6
- package/dist/esm/hooks/useSyncCollectionOnEntityReturn.js.map +1 -1
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/providers/WixPatternsRouterProvider.js +5 -10
- package/dist/esm/providers/WixPatternsRouterProvider.js.map +1 -1
- package/dist/esm/state/CollectionPage/useCollectionPageHeader.js +12 -1
- package/dist/esm/state/CollectionPage/useCollectionPageHeader.js.map +1 -1
- package/dist/esm/state/CustomColumnsState.js +17 -8
- package/dist/esm/state/CustomColumnsState.js.map +1 -1
- package/dist/esm/state/EntityPage/EntityPageState.js +8 -4
- package/dist/esm/state/EntityPage/EntityPageState.js.map +1 -1
- package/dist/esm/state/GridBaseState.js +5 -2
- package/dist/esm/state/GridBaseState.js.map +1 -1
- package/dist/esm/state/GridFoldersState.js +2 -1
- package/dist/esm/state/GridFoldersState.js.map +1 -1
- package/dist/esm/state/GridParentState.js +2 -0
- package/dist/esm/state/GridParentState.js.map +1 -0
- package/dist/esm/state/GridState.js +5 -0
- package/dist/esm/state/GridState.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/state/WixPatternsRouterState.js +6 -1
- package/dist/esm/state/WixPatternsRouterState.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/testkit/puppeteer.js +2 -0
- package/dist/esm/testkit/puppeteer.js.map +1 -1
- package/dist/esm/version.js +1 -1
- package/dist/types/components/ActionControl/ActionButton.d.ts +10 -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 -6
- 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/CollectionList/CollectionList.uni.driver.d.ts +20 -20
- package/dist/types/components/CollectionPageHeaderNew/CollectionPageHeader.d.ts +6 -0
- package/dist/types/components/CollectionPageHeaderNew/CollectionPageHeader.d.ts.map +1 -1
- package/dist/types/components/CollectionPageNew/CollectionPage.uni.driver.d.ts +30 -2
- package/dist/types/components/CollectionPageNew/CollectionPage.uni.driver.d.ts.map +1 -1
- 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/AutoCompleteReadonly.st.css.d.ts.map +1 -1
- 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/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/Grid/GridSingleGridContent.d.ts +3 -7
- package/dist/types/components/Grid/GridSingleGridContent.d.ts.map +1 -1
- package/dist/types/components/Grid/useGridBaseSyncProps.d.ts.map +1 -1
- package/dist/types/components/GridSections/GridSectionsContent.d.ts +4 -9
- package/dist/types/components/GridSections/GridSectionsContent.d.ts.map +1 -1
- package/dist/types/components/GridSections/GridSectionsSingleSkeletonGrid.d.ts +3 -7
- package/dist/types/components/GridSections/GridSectionsSingleSkeletonGrid.d.ts.map +1 -1
- package/dist/types/components/GridSections/GridSectionsState.d.ts +3 -2
- package/dist/types/components/GridSections/GridSectionsState.d.ts.map +1 -1
- 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/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 +211 -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/PickerContent/PickerContentAdditionalStep.st.css.d.ts.map +1 -1
- package/dist/types/components/ScrollableContent/ScrollableContent.st.css.d.ts.map +1 -1
- package/dist/types/components/SecondaryActions/SecondaryActions.d.ts +5 -0
- package/dist/types/components/SecondaryActions/SecondaryActions.d.ts.map +1 -0
- package/dist/types/components/SecondaryActions/index.d.ts +2 -0
- package/dist/types/components/SecondaryActions/index.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 +163 -47
- package/dist/types/components/Table/Table.uni.driver.d.ts.map +1 -1
- package/dist/types/components/TableFolders/TableFolders.uni.driver.d.ts +183 -67
- package/dist/types/components/TableFolders/TableFolders.uni.driver.d.ts.map +1 -1
- package/dist/types/components/TableGridSwitch/TableGridSwitch.uni.driver.d.ts +183 -67
- package/dist/types/components/TableGridSwitch/TableGridSwitch.uni.driver.d.ts.map +1 -1
- package/dist/types/components/TableGridSwitchFolders/TableGridSwitchFolders.uni.driver.d.ts +243 -127
- package/dist/types/components/TableGridSwitchFolders/TableGridSwitchFolders.uni.driver.d.ts.map +1 -1
- package/dist/types/components/Tags/BulkAssignTagsPopover/BulkAssignTagsPopover.uni.driver.d.ts +36 -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 +36 -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 +36 -2
- package/dist/types/components/TagsAssignButton/TagsAssignButton.uni.driver.d.ts.map +1 -1
- package/dist/types/components/ToolbarCollection/useToolbarCollectionSyncProps.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/hooks/useSyncCollectionOnEntityReturn.d.ts.map +1 -1
- package/dist/types/index.d.ts +2 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/providers/WixPatternsRouterProvider.d.ts +1 -1
- package/dist/types/providers/WixPatternsRouterProvider.d.ts.map +1 -1
- package/dist/types/state/CollectionPage/useCollectionPageHeader.d.ts.map +1 -1
- package/dist/types/state/CustomColumnsState.d.ts.map +1 -1
- package/dist/types/state/EntityPage/EntityPageState.d.ts +5 -3
- package/dist/types/state/EntityPage/EntityPageState.d.ts.map +1 -1
- package/dist/types/state/GridBaseState.d.ts +5 -7
- package/dist/types/state/GridBaseState.d.ts.map +1 -1
- package/dist/types/state/GridFoldersState.d.ts +2 -0
- package/dist/types/state/GridFoldersState.d.ts.map +1 -1
- package/dist/types/state/GridParentState.d.ts +8 -0
- package/dist/types/state/GridParentState.d.ts.map +1 -0
- package/dist/types/state/GridState.d.ts +2 -0
- package/dist/types/state/GridState.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/state/WixPatternsRouterState.d.ts +14 -3
- package/dist/types/state/WixPatternsRouterState.d.ts.map +1 -1
- package/dist/types/test-utils/TagsMocks.d.ts.map +1 -1
- package/dist/types/testkit/enzyme.d.ts +1123 -488
- package/dist/types/testkit/enzyme.d.ts.map +1 -1
- package/dist/types/testkit/jsdom.d.ts +1149 -489
- package/dist/types/testkit/jsdom.d.ts.map +1 -1
- package/dist/types/testkit/puppeteer.d.ts +1237 -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 +0 -38
- 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 +0 -22
- 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>;
|
|
@@ -547,6 +595,7 @@ export declare const TableTestkit: (testkitArgs: import("@wix/wix-ui-test-utils/
|
|
|
547
595
|
getModalTitle: () => Promise<string>;
|
|
548
596
|
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
549
597
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
598
|
+
getNotificationButtonExists: () => Promise<boolean>;
|
|
550
599
|
clickCloseButton: () => Promise<void>;
|
|
551
600
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
552
601
|
getAddItem: () => {
|
|
@@ -561,8 +610,41 @@ export declare const TableTestkit: (testkitArgs: import("@wix/wix-ui-test-utils/
|
|
|
561
610
|
element: () => Promise<any>;
|
|
562
611
|
click: () => Promise<void>;
|
|
563
612
|
};
|
|
564
|
-
getFormField: () =>
|
|
565
|
-
|
|
613
|
+
getFormField: () => {
|
|
614
|
+
element: () => Promise<HTMLElement>;
|
|
615
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
616
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
617
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
618
|
+
isRequired: () => Promise<boolean>;
|
|
619
|
+
getLengthLeft: () => Promise<number | null>;
|
|
620
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
621
|
+
hasTooltip: () => Promise<boolean>;
|
|
622
|
+
getInfoContent: () => Promise<string>;
|
|
623
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
624
|
+
hoverInfoIcon: () => Promise<void>;
|
|
625
|
+
getStatusMessage: () => Promise<string>;
|
|
626
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
627
|
+
exists: () => Promise<boolean>;
|
|
628
|
+
click: () => Promise<void>;
|
|
629
|
+
};
|
|
630
|
+
getListItemEditable: () => {
|
|
631
|
+
getValue: () => Promise<string>;
|
|
632
|
+
getPlaceholder: () => Promise<string | null>;
|
|
633
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
634
|
+
enterText: (text: string) => Promise<void>;
|
|
635
|
+
clickApprove: () => Promise<void>;
|
|
636
|
+
clickCancel: () => Promise<void>;
|
|
637
|
+
pressEnter: () => Promise<void>;
|
|
638
|
+
isFocus: () => Promise<boolean>;
|
|
639
|
+
hasSuffix: () => Promise<boolean>;
|
|
640
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
641
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
642
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
643
|
+
getStatusMessage: () => Promise<string | null>;
|
|
644
|
+
exists: () => Promise<boolean>;
|
|
645
|
+
element: () => Promise<any>;
|
|
646
|
+
click: () => Promise<void>;
|
|
647
|
+
};
|
|
566
648
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
567
649
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
568
650
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -599,6 +681,7 @@ export declare const TableTestkit: (testkitArgs: import("@wix/wix-ui-test-utils/
|
|
|
599
681
|
getModalTitle: () => Promise<string>;
|
|
600
682
|
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
601
683
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
684
|
+
getNotificationButtonExists: () => Promise<boolean>;
|
|
602
685
|
clickCloseButton: () => Promise<void>;
|
|
603
686
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
604
687
|
getAddItem: () => {
|
|
@@ -613,8 +696,41 @@ export declare const TableTestkit: (testkitArgs: import("@wix/wix-ui-test-utils/
|
|
|
613
696
|
element: () => Promise<any>;
|
|
614
697
|
click: () => Promise<void>;
|
|
615
698
|
};
|
|
616
|
-
getFormField: () =>
|
|
617
|
-
|
|
699
|
+
getFormField: () => {
|
|
700
|
+
element: () => Promise<HTMLElement>;
|
|
701
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
702
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
703
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
704
|
+
isRequired: () => Promise<boolean>;
|
|
705
|
+
getLengthLeft: () => Promise<number | null>;
|
|
706
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
707
|
+
hasTooltip: () => Promise<boolean>;
|
|
708
|
+
getInfoContent: () => Promise<string>;
|
|
709
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
710
|
+
hoverInfoIcon: () => Promise<void>;
|
|
711
|
+
getStatusMessage: () => Promise<string>;
|
|
712
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
713
|
+
exists: () => Promise<boolean>;
|
|
714
|
+
click: () => Promise<void>;
|
|
715
|
+
};
|
|
716
|
+
getListItemEditable: () => {
|
|
717
|
+
getValue: () => Promise<string>;
|
|
718
|
+
getPlaceholder: () => Promise<string | null>;
|
|
719
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
720
|
+
enterText: (text: string) => Promise<void>;
|
|
721
|
+
clickApprove: () => Promise<void>;
|
|
722
|
+
clickCancel: () => Promise<void>;
|
|
723
|
+
pressEnter: () => Promise<void>;
|
|
724
|
+
isFocus: () => Promise<boolean>;
|
|
725
|
+
hasSuffix: () => Promise<boolean>;
|
|
726
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
727
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
728
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
729
|
+
getStatusMessage: () => Promise<string | null>;
|
|
730
|
+
exists: () => Promise<boolean>;
|
|
731
|
+
element: () => Promise<any>;
|
|
732
|
+
click: () => Promise<void>;
|
|
733
|
+
};
|
|
618
734
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
619
735
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
620
736
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -725,22 +841,22 @@ export declare const TableTestkit: (testkitArgs: import("@wix/wix-ui-test-utils/
|
|
|
725
841
|
getViewListItemById: (id: string) => {
|
|
726
842
|
click: () => Promise<void>;
|
|
727
843
|
select: () => Promise<void>;
|
|
728
|
-
hasCheckbox()
|
|
729
|
-
getPrefix()
|
|
730
|
-
getTitle()
|
|
731
|
-
getSubtitle()
|
|
732
|
-
getSuffix()
|
|
844
|
+
hasCheckbox: () => Promise<boolean>;
|
|
845
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
846
|
+
getTitle: () => Promise<string>;
|
|
847
|
+
getSubtitle: () => Promise<string>;
|
|
848
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
733
849
|
exists: () => Promise<boolean>;
|
|
734
850
|
element: () => Promise<any>;
|
|
735
851
|
};
|
|
736
852
|
getViewListItemAt: (index: number) => {
|
|
737
853
|
click: () => Promise<void>;
|
|
738
854
|
select: () => Promise<void>;
|
|
739
|
-
hasCheckbox()
|
|
740
|
-
getPrefix()
|
|
741
|
-
getTitle()
|
|
742
|
-
getSubtitle()
|
|
743
|
-
getSuffix()
|
|
855
|
+
hasCheckbox: () => Promise<boolean>;
|
|
856
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
857
|
+
getTitle: () => Promise<string>;
|
|
858
|
+
getSubtitle: () => Promise<string>;
|
|
859
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
744
860
|
exists: () => Promise<boolean>;
|
|
745
861
|
element: () => Promise<any>;
|
|
746
862
|
};
|
|
@@ -776,22 +892,22 @@ export declare const TableTestkit: (testkitArgs: import("@wix/wix-ui-test-utils/
|
|
|
776
892
|
getViewListItemAt: (index: number) => {
|
|
777
893
|
click: () => Promise<void>;
|
|
778
894
|
select: () => Promise<void>;
|
|
779
|
-
hasCheckbox()
|
|
780
|
-
getPrefix()
|
|
781
|
-
getTitle()
|
|
782
|
-
getSubtitle()
|
|
783
|
-
getSuffix()
|
|
895
|
+
hasCheckbox: () => Promise<boolean>;
|
|
896
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
897
|
+
getTitle: () => Promise<string>;
|
|
898
|
+
getSubtitle: () => Promise<string>;
|
|
899
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
784
900
|
exists: () => Promise<boolean>;
|
|
785
901
|
element: () => Promise<any>;
|
|
786
902
|
};
|
|
787
903
|
getViewListItemById: (id: string) => {
|
|
788
904
|
click: () => Promise<void>;
|
|
789
905
|
select: () => Promise<void>;
|
|
790
|
-
hasCheckbox()
|
|
791
|
-
getPrefix()
|
|
792
|
-
getTitle()
|
|
793
|
-
getSubtitle()
|
|
794
|
-
getSuffix()
|
|
906
|
+
hasCheckbox: () => Promise<boolean>;
|
|
907
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
908
|
+
getTitle: () => Promise<string>;
|
|
909
|
+
getSubtitle: () => Promise<string>;
|
|
910
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
795
911
|
exists: () => Promise<boolean>;
|
|
796
912
|
element: () => Promise<any>;
|
|
797
913
|
};
|
|
@@ -1830,22 +1946,22 @@ export declare const TableTestkit: (testkitArgs: import("@wix/wix-ui-test-utils/
|
|
|
1830
1946
|
getViewListItemById: (id: string) => {
|
|
1831
1947
|
click: () => Promise<void>;
|
|
1832
1948
|
select: () => Promise<void>;
|
|
1833
|
-
hasCheckbox()
|
|
1834
|
-
getPrefix()
|
|
1835
|
-
getTitle()
|
|
1836
|
-
getSubtitle()
|
|
1837
|
-
getSuffix()
|
|
1949
|
+
hasCheckbox: () => Promise<boolean>;
|
|
1950
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
1951
|
+
getTitle: () => Promise<string>;
|
|
1952
|
+
getSubtitle: () => Promise<string>;
|
|
1953
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
1838
1954
|
exists: () => Promise<boolean>;
|
|
1839
1955
|
element: () => Promise<any>;
|
|
1840
1956
|
};
|
|
1841
1957
|
getViewListItemAt: (index: number) => {
|
|
1842
1958
|
click: () => Promise<void>;
|
|
1843
1959
|
select: () => Promise<void>;
|
|
1844
|
-
hasCheckbox()
|
|
1845
|
-
getPrefix()
|
|
1846
|
-
getTitle()
|
|
1847
|
-
getSubtitle()
|
|
1848
|
-
getSuffix()
|
|
1960
|
+
hasCheckbox: () => Promise<boolean>;
|
|
1961
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
1962
|
+
getTitle: () => Promise<string>;
|
|
1963
|
+
getSubtitle: () => Promise<string>;
|
|
1964
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
1849
1965
|
exists: () => Promise<boolean>;
|
|
1850
1966
|
element: () => Promise<any>;
|
|
1851
1967
|
};
|
|
@@ -1881,22 +1997,22 @@ export declare const TableTestkit: (testkitArgs: import("@wix/wix-ui-test-utils/
|
|
|
1881
1997
|
getViewListItemAt: (index: number) => {
|
|
1882
1998
|
click: () => Promise<void>;
|
|
1883
1999
|
select: () => Promise<void>;
|
|
1884
|
-
hasCheckbox()
|
|
1885
|
-
getPrefix()
|
|
1886
|
-
getTitle()
|
|
1887
|
-
getSubtitle()
|
|
1888
|
-
getSuffix()
|
|
2000
|
+
hasCheckbox: () => Promise<boolean>;
|
|
2001
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
2002
|
+
getTitle: () => Promise<string>;
|
|
2003
|
+
getSubtitle: () => Promise<string>;
|
|
2004
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
1889
2005
|
exists: () => Promise<boolean>;
|
|
1890
2006
|
element: () => Promise<any>;
|
|
1891
2007
|
};
|
|
1892
2008
|
getViewListItemById: (id: string) => {
|
|
1893
2009
|
click: () => Promise<void>;
|
|
1894
2010
|
select: () => Promise<void>;
|
|
1895
|
-
hasCheckbox()
|
|
1896
|
-
getPrefix()
|
|
1897
|
-
getTitle()
|
|
1898
|
-
getSubtitle()
|
|
1899
|
-
getSuffix()
|
|
2011
|
+
hasCheckbox: () => Promise<boolean>;
|
|
2012
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
2013
|
+
getTitle: () => Promise<string>;
|
|
2014
|
+
getSubtitle: () => Promise<string>;
|
|
2015
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
1900
2016
|
exists: () => Promise<boolean>;
|
|
1901
2017
|
element: () => Promise<any>;
|
|
1902
2018
|
};
|
|
@@ -2706,22 +2822,22 @@ export declare const GridTestkit: (testkitArgs: import("@wix/wix-ui-test-utils/v
|
|
|
2706
2822
|
getViewListItemById: (id: string) => {
|
|
2707
2823
|
click: () => Promise<void>;
|
|
2708
2824
|
select: () => Promise<void>;
|
|
2709
|
-
hasCheckbox()
|
|
2710
|
-
getPrefix()
|
|
2711
|
-
getTitle()
|
|
2712
|
-
getSubtitle()
|
|
2713
|
-
getSuffix()
|
|
2825
|
+
hasCheckbox: () => Promise<boolean>;
|
|
2826
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
2827
|
+
getTitle: () => Promise<string>;
|
|
2828
|
+
getSubtitle: () => Promise<string>;
|
|
2829
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
2714
2830
|
exists: () => Promise<boolean>;
|
|
2715
2831
|
element: () => Promise<any>;
|
|
2716
2832
|
};
|
|
2717
2833
|
getViewListItemAt: (index: number) => {
|
|
2718
2834
|
click: () => Promise<void>;
|
|
2719
2835
|
select: () => Promise<void>;
|
|
2720
|
-
hasCheckbox()
|
|
2721
|
-
getPrefix()
|
|
2722
|
-
getTitle()
|
|
2723
|
-
getSubtitle()
|
|
2724
|
-
getSuffix()
|
|
2836
|
+
hasCheckbox: () => Promise<boolean>;
|
|
2837
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
2838
|
+
getTitle: () => Promise<string>;
|
|
2839
|
+
getSubtitle: () => Promise<string>;
|
|
2840
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
2725
2841
|
exists: () => Promise<boolean>;
|
|
2726
2842
|
element: () => Promise<any>;
|
|
2727
2843
|
};
|
|
@@ -2757,22 +2873,22 @@ export declare const GridTestkit: (testkitArgs: import("@wix/wix-ui-test-utils/v
|
|
|
2757
2873
|
getViewListItemAt: (index: number) => {
|
|
2758
2874
|
click: () => Promise<void>;
|
|
2759
2875
|
select: () => Promise<void>;
|
|
2760
|
-
hasCheckbox()
|
|
2761
|
-
getPrefix()
|
|
2762
|
-
getTitle()
|
|
2763
|
-
getSubtitle()
|
|
2764
|
-
getSuffix()
|
|
2876
|
+
hasCheckbox: () => Promise<boolean>;
|
|
2877
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
2878
|
+
getTitle: () => Promise<string>;
|
|
2879
|
+
getSubtitle: () => Promise<string>;
|
|
2880
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
2765
2881
|
exists: () => Promise<boolean>;
|
|
2766
2882
|
element: () => Promise<any>;
|
|
2767
2883
|
};
|
|
2768
2884
|
getViewListItemById: (id: string) => {
|
|
2769
2885
|
click: () => Promise<void>;
|
|
2770
2886
|
select: () => Promise<void>;
|
|
2771
|
-
hasCheckbox()
|
|
2772
|
-
getPrefix()
|
|
2773
|
-
getTitle()
|
|
2774
|
-
getSubtitle()
|
|
2775
|
-
getSuffix()
|
|
2887
|
+
hasCheckbox: () => Promise<boolean>;
|
|
2888
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
2889
|
+
getTitle: () => Promise<string>;
|
|
2890
|
+
getSubtitle: () => Promise<string>;
|
|
2891
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
2776
2892
|
exists: () => Promise<boolean>;
|
|
2777
2893
|
element: () => Promise<any>;
|
|
2778
2894
|
};
|
|
@@ -4070,9 +4186,57 @@ export declare const TableGridSwitchTestkit: (testkitArgs: import("@wix/wix-ui-t
|
|
|
4070
4186
|
exists: () => Promise<boolean>;
|
|
4071
4187
|
element: () => Promise<any>;
|
|
4072
4188
|
};
|
|
4073
|
-
getTypeFormFieldDriver: () =>
|
|
4074
|
-
|
|
4075
|
-
|
|
4189
|
+
getTypeFormFieldDriver: () => {
|
|
4190
|
+
element: () => Promise<HTMLElement>;
|
|
4191
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
4192
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
4193
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
4194
|
+
isRequired: () => Promise<boolean>;
|
|
4195
|
+
getLengthLeft: () => Promise<number | null>;
|
|
4196
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
4197
|
+
hasTooltip: () => Promise<boolean>;
|
|
4198
|
+
getInfoContent: () => Promise<string>;
|
|
4199
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
4200
|
+
hoverInfoIcon: () => Promise<void>;
|
|
4201
|
+
getStatusMessage: () => Promise<string>;
|
|
4202
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
4203
|
+
exists: () => Promise<boolean>;
|
|
4204
|
+
click: () => Promise<void>;
|
|
4205
|
+
};
|
|
4206
|
+
getNameFormFieldDriver: () => {
|
|
4207
|
+
element: () => Promise<HTMLElement>;
|
|
4208
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
4209
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
4210
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
4211
|
+
isRequired: () => Promise<boolean>;
|
|
4212
|
+
getLengthLeft: () => Promise<number | null>;
|
|
4213
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
4214
|
+
hasTooltip: () => Promise<boolean>;
|
|
4215
|
+
getInfoContent: () => Promise<string>;
|
|
4216
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
4217
|
+
hoverInfoIcon: () => Promise<void>;
|
|
4218
|
+
getStatusMessage: () => Promise<string>;
|
|
4219
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
4220
|
+
exists: () => Promise<boolean>;
|
|
4221
|
+
click: () => Promise<void>;
|
|
4222
|
+
};
|
|
4223
|
+
getKeyFormFieldDriver: () => {
|
|
4224
|
+
element: () => Promise<HTMLElement>;
|
|
4225
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
4226
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
4227
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
4228
|
+
isRequired: () => Promise<boolean>;
|
|
4229
|
+
getLengthLeft: () => Promise<number | null>;
|
|
4230
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
4231
|
+
hasTooltip: () => Promise<boolean>;
|
|
4232
|
+
getInfoContent: () => Promise<string>;
|
|
4233
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
4234
|
+
hoverInfoIcon: () => Promise<void>;
|
|
4235
|
+
getStatusMessage: () => Promise<string>;
|
|
4236
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
4237
|
+
exists: () => Promise<boolean>;
|
|
4238
|
+
click: () => Promise<void>;
|
|
4239
|
+
};
|
|
4076
4240
|
getFieldKeyTooltip: () => {
|
|
4077
4241
|
getTagName: () => Promise<string>;
|
|
4078
4242
|
getText: () => Promise<string>;
|
|
@@ -4105,6 +4269,7 @@ export declare const TableGridSwitchTestkit: (testkitArgs: import("@wix/wix-ui-t
|
|
|
4105
4269
|
getModalTitle: () => Promise<string>;
|
|
4106
4270
|
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
4107
4271
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
4272
|
+
getNotificationButtonExists: () => Promise<boolean>;
|
|
4108
4273
|
clickCloseButton: () => Promise<void>;
|
|
4109
4274
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
4110
4275
|
getAddItem: () => {
|
|
@@ -4119,8 +4284,41 @@ export declare const TableGridSwitchTestkit: (testkitArgs: import("@wix/wix-ui-t
|
|
|
4119
4284
|
element: () => Promise<any>;
|
|
4120
4285
|
click: () => Promise<void>;
|
|
4121
4286
|
};
|
|
4122
|
-
getFormField: () =>
|
|
4123
|
-
|
|
4287
|
+
getFormField: () => {
|
|
4288
|
+
element: () => Promise<HTMLElement>;
|
|
4289
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
4290
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
4291
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
4292
|
+
isRequired: () => Promise<boolean>;
|
|
4293
|
+
getLengthLeft: () => Promise<number | null>;
|
|
4294
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
4295
|
+
hasTooltip: () => Promise<boolean>;
|
|
4296
|
+
getInfoContent: () => Promise<string>;
|
|
4297
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
4298
|
+
hoverInfoIcon: () => Promise<void>;
|
|
4299
|
+
getStatusMessage: () => Promise<string>;
|
|
4300
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
4301
|
+
exists: () => Promise<boolean>;
|
|
4302
|
+
click: () => Promise<void>;
|
|
4303
|
+
};
|
|
4304
|
+
getListItemEditable: () => {
|
|
4305
|
+
getValue: () => Promise<string>;
|
|
4306
|
+
getPlaceholder: () => Promise<string | null>;
|
|
4307
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
4308
|
+
enterText: (text: string) => Promise<void>;
|
|
4309
|
+
clickApprove: () => Promise<void>;
|
|
4310
|
+
clickCancel: () => Promise<void>;
|
|
4311
|
+
pressEnter: () => Promise<void>;
|
|
4312
|
+
isFocus: () => Promise<boolean>;
|
|
4313
|
+
hasSuffix: () => Promise<boolean>;
|
|
4314
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
4315
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
4316
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
4317
|
+
getStatusMessage: () => Promise<string | null>;
|
|
4318
|
+
exists: () => Promise<boolean>;
|
|
4319
|
+
element: () => Promise<any>;
|
|
4320
|
+
click: () => Promise<void>;
|
|
4321
|
+
};
|
|
4124
4322
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
4125
4323
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
4126
4324
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -4157,6 +4355,7 @@ export declare const TableGridSwitchTestkit: (testkitArgs: import("@wix/wix-ui-t
|
|
|
4157
4355
|
getModalTitle: () => Promise<string>;
|
|
4158
4356
|
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
4159
4357
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
4358
|
+
getNotificationButtonExists: () => Promise<boolean>;
|
|
4160
4359
|
clickCloseButton: () => Promise<void>;
|
|
4161
4360
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
4162
4361
|
getAddItem: () => {
|
|
@@ -4171,8 +4370,41 @@ export declare const TableGridSwitchTestkit: (testkitArgs: import("@wix/wix-ui-t
|
|
|
4171
4370
|
element: () => Promise<any>;
|
|
4172
4371
|
click: () => Promise<void>;
|
|
4173
4372
|
};
|
|
4174
|
-
getFormField: () =>
|
|
4175
|
-
|
|
4373
|
+
getFormField: () => {
|
|
4374
|
+
element: () => Promise<HTMLElement>;
|
|
4375
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
4376
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
4377
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
4378
|
+
isRequired: () => Promise<boolean>;
|
|
4379
|
+
getLengthLeft: () => Promise<number | null>;
|
|
4380
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
4381
|
+
hasTooltip: () => Promise<boolean>;
|
|
4382
|
+
getInfoContent: () => Promise<string>;
|
|
4383
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
4384
|
+
hoverInfoIcon: () => Promise<void>;
|
|
4385
|
+
getStatusMessage: () => Promise<string>;
|
|
4386
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
4387
|
+
exists: () => Promise<boolean>;
|
|
4388
|
+
click: () => Promise<void>;
|
|
4389
|
+
};
|
|
4390
|
+
getListItemEditable: () => {
|
|
4391
|
+
getValue: () => Promise<string>;
|
|
4392
|
+
getPlaceholder: () => Promise<string | null>;
|
|
4393
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
4394
|
+
enterText: (text: string) => Promise<void>;
|
|
4395
|
+
clickApprove: () => Promise<void>;
|
|
4396
|
+
clickCancel: () => Promise<void>;
|
|
4397
|
+
pressEnter: () => Promise<void>;
|
|
4398
|
+
isFocus: () => Promise<boolean>;
|
|
4399
|
+
hasSuffix: () => Promise<boolean>;
|
|
4400
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
4401
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
4402
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
4403
|
+
getStatusMessage: () => Promise<string | null>;
|
|
4404
|
+
exists: () => Promise<boolean>;
|
|
4405
|
+
element: () => Promise<any>;
|
|
4406
|
+
click: () => Promise<void>;
|
|
4407
|
+
};
|
|
4176
4408
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
4177
4409
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
4178
4410
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -4283,22 +4515,22 @@ export declare const TableGridSwitchTestkit: (testkitArgs: import("@wix/wix-ui-t
|
|
|
4283
4515
|
getViewListItemById: (id: string) => {
|
|
4284
4516
|
click: () => Promise<void>;
|
|
4285
4517
|
select: () => Promise<void>;
|
|
4286
|
-
hasCheckbox()
|
|
4287
|
-
getPrefix()
|
|
4288
|
-
getTitle()
|
|
4289
|
-
getSubtitle()
|
|
4290
|
-
getSuffix()
|
|
4518
|
+
hasCheckbox: () => Promise<boolean>;
|
|
4519
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
4520
|
+
getTitle: () => Promise<string>;
|
|
4521
|
+
getSubtitle: () => Promise<string>;
|
|
4522
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
4291
4523
|
exists: () => Promise<boolean>;
|
|
4292
4524
|
element: () => Promise<any>;
|
|
4293
4525
|
};
|
|
4294
4526
|
getViewListItemAt: (index: number) => {
|
|
4295
4527
|
click: () => Promise<void>;
|
|
4296
4528
|
select: () => Promise<void>;
|
|
4297
|
-
hasCheckbox()
|
|
4298
|
-
getPrefix()
|
|
4299
|
-
getTitle()
|
|
4300
|
-
getSubtitle()
|
|
4301
|
-
getSuffix()
|
|
4529
|
+
hasCheckbox: () => Promise<boolean>;
|
|
4530
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
4531
|
+
getTitle: () => Promise<string>;
|
|
4532
|
+
getSubtitle: () => Promise<string>;
|
|
4533
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
4302
4534
|
exists: () => Promise<boolean>;
|
|
4303
4535
|
element: () => Promise<any>;
|
|
4304
4536
|
};
|
|
@@ -4334,22 +4566,22 @@ export declare const TableGridSwitchTestkit: (testkitArgs: import("@wix/wix-ui-t
|
|
|
4334
4566
|
getViewListItemAt: (index: number) => {
|
|
4335
4567
|
click: () => Promise<void>;
|
|
4336
4568
|
select: () => Promise<void>;
|
|
4337
|
-
hasCheckbox()
|
|
4338
|
-
getPrefix()
|
|
4339
|
-
getTitle()
|
|
4340
|
-
getSubtitle()
|
|
4341
|
-
getSuffix()
|
|
4569
|
+
hasCheckbox: () => Promise<boolean>;
|
|
4570
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
4571
|
+
getTitle: () => Promise<string>;
|
|
4572
|
+
getSubtitle: () => Promise<string>;
|
|
4573
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
4342
4574
|
exists: () => Promise<boolean>;
|
|
4343
4575
|
element: () => Promise<any>;
|
|
4344
4576
|
};
|
|
4345
4577
|
getViewListItemById: (id: string) => {
|
|
4346
4578
|
click: () => Promise<void>;
|
|
4347
4579
|
select: () => Promise<void>;
|
|
4348
|
-
hasCheckbox()
|
|
4349
|
-
getPrefix()
|
|
4350
|
-
getTitle()
|
|
4351
|
-
getSubtitle()
|
|
4352
|
-
getSuffix()
|
|
4580
|
+
hasCheckbox: () => Promise<boolean>;
|
|
4581
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
4582
|
+
getTitle: () => Promise<string>;
|
|
4583
|
+
getSubtitle: () => Promise<string>;
|
|
4584
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
4353
4585
|
exists: () => Promise<boolean>;
|
|
4354
4586
|
element: () => Promise<any>;
|
|
4355
4587
|
};
|
|
@@ -5388,22 +5620,22 @@ export declare const TableGridSwitchTestkit: (testkitArgs: import("@wix/wix-ui-t
|
|
|
5388
5620
|
getViewListItemById: (id: string) => {
|
|
5389
5621
|
click: () => Promise<void>;
|
|
5390
5622
|
select: () => Promise<void>;
|
|
5391
|
-
hasCheckbox()
|
|
5392
|
-
getPrefix()
|
|
5393
|
-
getTitle()
|
|
5394
|
-
getSubtitle()
|
|
5395
|
-
getSuffix()
|
|
5623
|
+
hasCheckbox: () => Promise<boolean>;
|
|
5624
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
5625
|
+
getTitle: () => Promise<string>;
|
|
5626
|
+
getSubtitle: () => Promise<string>;
|
|
5627
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
5396
5628
|
exists: () => Promise<boolean>;
|
|
5397
5629
|
element: () => Promise<any>;
|
|
5398
5630
|
};
|
|
5399
5631
|
getViewListItemAt: (index: number) => {
|
|
5400
5632
|
click: () => Promise<void>;
|
|
5401
5633
|
select: () => Promise<void>;
|
|
5402
|
-
hasCheckbox()
|
|
5403
|
-
getPrefix()
|
|
5404
|
-
getTitle()
|
|
5405
|
-
getSubtitle()
|
|
5406
|
-
getSuffix()
|
|
5634
|
+
hasCheckbox: () => Promise<boolean>;
|
|
5635
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
5636
|
+
getTitle: () => Promise<string>;
|
|
5637
|
+
getSubtitle: () => Promise<string>;
|
|
5638
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
5407
5639
|
exists: () => Promise<boolean>;
|
|
5408
5640
|
element: () => Promise<any>;
|
|
5409
5641
|
};
|
|
@@ -5439,22 +5671,22 @@ export declare const TableGridSwitchTestkit: (testkitArgs: import("@wix/wix-ui-t
|
|
|
5439
5671
|
getViewListItemAt: (index: number) => {
|
|
5440
5672
|
click: () => Promise<void>;
|
|
5441
5673
|
select: () => Promise<void>;
|
|
5442
|
-
hasCheckbox()
|
|
5443
|
-
getPrefix()
|
|
5444
|
-
getTitle()
|
|
5445
|
-
getSubtitle()
|
|
5446
|
-
getSuffix()
|
|
5674
|
+
hasCheckbox: () => Promise<boolean>;
|
|
5675
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
5676
|
+
getTitle: () => Promise<string>;
|
|
5677
|
+
getSubtitle: () => Promise<string>;
|
|
5678
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
5447
5679
|
exists: () => Promise<boolean>;
|
|
5448
5680
|
element: () => Promise<any>;
|
|
5449
5681
|
};
|
|
5450
5682
|
getViewListItemById: (id: string) => {
|
|
5451
5683
|
click: () => Promise<void>;
|
|
5452
5684
|
select: () => Promise<void>;
|
|
5453
|
-
hasCheckbox()
|
|
5454
|
-
getPrefix()
|
|
5455
|
-
getTitle()
|
|
5456
|
-
getSubtitle()
|
|
5457
|
-
getSuffix()
|
|
5685
|
+
hasCheckbox: () => Promise<boolean>;
|
|
5686
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
5687
|
+
getTitle: () => Promise<string>;
|
|
5688
|
+
getSubtitle: () => Promise<string>;
|
|
5689
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
5458
5690
|
exists: () => Promise<boolean>;
|
|
5459
5691
|
element: () => Promise<any>;
|
|
5460
5692
|
};
|
|
@@ -6264,22 +6496,22 @@ export declare const TableGridSwitchTestkit: (testkitArgs: import("@wix/wix-ui-t
|
|
|
6264
6496
|
getViewListItemById: (id: string) => {
|
|
6265
6497
|
click: () => Promise<void>;
|
|
6266
6498
|
select: () => Promise<void>;
|
|
6267
|
-
hasCheckbox()
|
|
6268
|
-
getPrefix()
|
|
6269
|
-
getTitle()
|
|
6270
|
-
getSubtitle()
|
|
6271
|
-
getSuffix()
|
|
6499
|
+
hasCheckbox: () => Promise<boolean>;
|
|
6500
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6501
|
+
getTitle: () => Promise<string>;
|
|
6502
|
+
getSubtitle: () => Promise<string>;
|
|
6503
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6272
6504
|
exists: () => Promise<boolean>;
|
|
6273
6505
|
element: () => Promise<any>;
|
|
6274
6506
|
};
|
|
6275
6507
|
getViewListItemAt: (index: number) => {
|
|
6276
6508
|
click: () => Promise<void>;
|
|
6277
6509
|
select: () => Promise<void>;
|
|
6278
|
-
hasCheckbox()
|
|
6279
|
-
getPrefix()
|
|
6280
|
-
getTitle()
|
|
6281
|
-
getSubtitle()
|
|
6282
|
-
getSuffix()
|
|
6510
|
+
hasCheckbox: () => Promise<boolean>;
|
|
6511
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6512
|
+
getTitle: () => Promise<string>;
|
|
6513
|
+
getSubtitle: () => Promise<string>;
|
|
6514
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6283
6515
|
exists: () => Promise<boolean>;
|
|
6284
6516
|
element: () => Promise<any>;
|
|
6285
6517
|
};
|
|
@@ -6315,22 +6547,22 @@ export declare const TableGridSwitchTestkit: (testkitArgs: import("@wix/wix-ui-t
|
|
|
6315
6547
|
getViewListItemAt: (index: number) => {
|
|
6316
6548
|
click: () => Promise<void>;
|
|
6317
6549
|
select: () => Promise<void>;
|
|
6318
|
-
hasCheckbox()
|
|
6319
|
-
getPrefix()
|
|
6320
|
-
getTitle()
|
|
6321
|
-
getSubtitle()
|
|
6322
|
-
getSuffix()
|
|
6550
|
+
hasCheckbox: () => Promise<boolean>;
|
|
6551
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6552
|
+
getTitle: () => Promise<string>;
|
|
6553
|
+
getSubtitle: () => Promise<string>;
|
|
6554
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6323
6555
|
exists: () => Promise<boolean>;
|
|
6324
6556
|
element: () => Promise<any>;
|
|
6325
6557
|
};
|
|
6326
6558
|
getViewListItemById: (id: string) => {
|
|
6327
6559
|
click: () => Promise<void>;
|
|
6328
6560
|
select: () => Promise<void>;
|
|
6329
|
-
hasCheckbox()
|
|
6330
|
-
getPrefix()
|
|
6331
|
-
getTitle()
|
|
6332
|
-
getSubtitle()
|
|
6333
|
-
getSuffix()
|
|
6561
|
+
hasCheckbox: () => Promise<boolean>;
|
|
6562
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6563
|
+
getTitle: () => Promise<string>;
|
|
6564
|
+
getSubtitle: () => Promise<string>;
|
|
6565
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6334
6566
|
exists: () => Promise<boolean>;
|
|
6335
6567
|
element: () => Promise<any>;
|
|
6336
6568
|
};
|
|
@@ -7257,8 +7489,33 @@ export declare const CollectionPageTestkit: (testkitArgs: import("@wix/wix-ui-te
|
|
|
7257
7489
|
element: () => Promise<any>;
|
|
7258
7490
|
click: () => Promise<void>;
|
|
7259
7491
|
};
|
|
7260
|
-
|
|
7492
|
+
getSecondaryActions: (dataHook?: string) => {
|
|
7493
|
+
getButton: () => {
|
|
7494
|
+
getButtonTextContent: () => Promise<string>;
|
|
7495
|
+
isFocused: () => Promise<boolean>;
|
|
7496
|
+
isButtonDisabled: () => Promise<boolean>;
|
|
7497
|
+
hasSkin: (skinName: import("@wix/design-system").ButtonSkin) => Promise<boolean>;
|
|
7498
|
+
isPrefixIconExists: () => Promise<boolean>;
|
|
7499
|
+
isSuffixIconExists: () => Promise<boolean>;
|
|
7500
|
+
exists: () => Promise<boolean>;
|
|
7501
|
+
element: () => Promise<any>;
|
|
7502
|
+
click: () => Promise<void>;
|
|
7503
|
+
};
|
|
7504
|
+
getPopover: () => {
|
|
7505
|
+
getButtonTextContent: () => Promise<string>;
|
|
7506
|
+
isFocused: () => Promise<boolean>;
|
|
7507
|
+
isButtonDisabled: () => Promise<boolean>;
|
|
7508
|
+
hasSkin: (skinName: import("@wix/design-system").ButtonSkin) => Promise<boolean>;
|
|
7509
|
+
isPrefixIconExists: () => Promise<boolean>;
|
|
7510
|
+
isSuffixIconExists: () => Promise<boolean>;
|
|
7511
|
+
exists: () => Promise<boolean>;
|
|
7512
|
+
element: () => Promise<any>;
|
|
7513
|
+
click: () => Promise<void>;
|
|
7514
|
+
};
|
|
7515
|
+
};
|
|
7516
|
+
getMoreActions: (dataHook?: string) => {
|
|
7261
7517
|
exists: () => Promise<boolean>;
|
|
7518
|
+
getTriggerElement: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
7262
7519
|
open: () => Promise<void>;
|
|
7263
7520
|
isOpen: () => Promise<boolean>;
|
|
7264
7521
|
clickAtChildByDataHook: (childDataHook: string) => Promise<void>;
|
|
@@ -7617,9 +7874,57 @@ export declare const CustomFieldsWidgetTestkit: (testkitArgs: import("@wix/wix-u
|
|
|
7617
7874
|
exists: () => Promise<boolean>;
|
|
7618
7875
|
element: () => Promise<any>;
|
|
7619
7876
|
};
|
|
7620
|
-
getTypeFormFieldDriver: () =>
|
|
7621
|
-
|
|
7622
|
-
|
|
7877
|
+
getTypeFormFieldDriver: () => {
|
|
7878
|
+
element: () => Promise<HTMLElement>;
|
|
7879
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
7880
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
7881
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
7882
|
+
isRequired: () => Promise<boolean>;
|
|
7883
|
+
getLengthLeft: () => Promise<number | null>;
|
|
7884
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
7885
|
+
hasTooltip: () => Promise<boolean>;
|
|
7886
|
+
getInfoContent: () => Promise<string>;
|
|
7887
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
7888
|
+
hoverInfoIcon: () => Promise<void>;
|
|
7889
|
+
getStatusMessage: () => Promise<string>;
|
|
7890
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
7891
|
+
exists: () => Promise<boolean>;
|
|
7892
|
+
click: () => Promise<void>;
|
|
7893
|
+
};
|
|
7894
|
+
getNameFormFieldDriver: () => {
|
|
7895
|
+
element: () => Promise<HTMLElement>;
|
|
7896
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
7897
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
7898
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
7899
|
+
isRequired: () => Promise<boolean>;
|
|
7900
|
+
getLengthLeft: () => Promise<number | null>;
|
|
7901
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
7902
|
+
hasTooltip: () => Promise<boolean>;
|
|
7903
|
+
getInfoContent: () => Promise<string>;
|
|
7904
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
7905
|
+
hoverInfoIcon: () => Promise<void>;
|
|
7906
|
+
getStatusMessage: () => Promise<string>;
|
|
7907
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
7908
|
+
exists: () => Promise<boolean>;
|
|
7909
|
+
click: () => Promise<void>;
|
|
7910
|
+
};
|
|
7911
|
+
getKeyFormFieldDriver: () => {
|
|
7912
|
+
element: () => Promise<HTMLElement>;
|
|
7913
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
7914
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
7915
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
7916
|
+
isRequired: () => Promise<boolean>;
|
|
7917
|
+
getLengthLeft: () => Promise<number | null>;
|
|
7918
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
7919
|
+
hasTooltip: () => Promise<boolean>;
|
|
7920
|
+
getInfoContent: () => Promise<string>;
|
|
7921
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
7922
|
+
hoverInfoIcon: () => Promise<void>;
|
|
7923
|
+
getStatusMessage: () => Promise<string>;
|
|
7924
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
7925
|
+
exists: () => Promise<boolean>;
|
|
7926
|
+
click: () => Promise<void>;
|
|
7927
|
+
};
|
|
7623
7928
|
getFieldKeyTooltip: () => {
|
|
7624
7929
|
getTagName: () => Promise<string>;
|
|
7625
7930
|
getText: () => Promise<string>;
|
|
@@ -7787,22 +8092,22 @@ export declare const GridFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
7787
8092
|
getViewListItemById: (id: string) => {
|
|
7788
8093
|
click: () => Promise<void>;
|
|
7789
8094
|
select: () => Promise<void>;
|
|
7790
|
-
hasCheckbox()
|
|
7791
|
-
getPrefix()
|
|
7792
|
-
getTitle()
|
|
7793
|
-
getSubtitle()
|
|
7794
|
-
getSuffix()
|
|
8095
|
+
hasCheckbox: () => Promise<boolean>;
|
|
8096
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
8097
|
+
getTitle: () => Promise<string>;
|
|
8098
|
+
getSubtitle: () => Promise<string>;
|
|
8099
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
7795
8100
|
exists: () => Promise<boolean>;
|
|
7796
8101
|
element: () => Promise<any>;
|
|
7797
8102
|
};
|
|
7798
8103
|
getViewListItemAt: (index: number) => {
|
|
7799
8104
|
click: () => Promise<void>;
|
|
7800
8105
|
select: () => Promise<void>;
|
|
7801
|
-
hasCheckbox()
|
|
7802
|
-
getPrefix()
|
|
7803
|
-
getTitle()
|
|
7804
|
-
getSubtitle()
|
|
7805
|
-
getSuffix()
|
|
8106
|
+
hasCheckbox: () => Promise<boolean>;
|
|
8107
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
8108
|
+
getTitle: () => Promise<string>;
|
|
8109
|
+
getSubtitle: () => Promise<string>;
|
|
8110
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
7806
8111
|
exists: () => Promise<boolean>;
|
|
7807
8112
|
element: () => Promise<any>;
|
|
7808
8113
|
};
|
|
@@ -7838,22 +8143,22 @@ export declare const GridFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
7838
8143
|
getViewListItemAt: (index: number) => {
|
|
7839
8144
|
click: () => Promise<void>;
|
|
7840
8145
|
select: () => Promise<void>;
|
|
7841
|
-
hasCheckbox()
|
|
7842
|
-
getPrefix()
|
|
7843
|
-
getTitle()
|
|
7844
|
-
getSubtitle()
|
|
7845
|
-
getSuffix()
|
|
8146
|
+
hasCheckbox: () => Promise<boolean>;
|
|
8147
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
8148
|
+
getTitle: () => Promise<string>;
|
|
8149
|
+
getSubtitle: () => Promise<string>;
|
|
8150
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
7846
8151
|
exists: () => Promise<boolean>;
|
|
7847
8152
|
element: () => Promise<any>;
|
|
7848
8153
|
};
|
|
7849
8154
|
getViewListItemById: (id: string) => {
|
|
7850
8155
|
click: () => Promise<void>;
|
|
7851
8156
|
select: () => Promise<void>;
|
|
7852
|
-
hasCheckbox()
|
|
7853
|
-
getPrefix()
|
|
7854
|
-
getTitle()
|
|
7855
|
-
getSubtitle()
|
|
7856
|
-
getSuffix()
|
|
8157
|
+
hasCheckbox: () => Promise<boolean>;
|
|
8158
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
8159
|
+
getTitle: () => Promise<string>;
|
|
8160
|
+
getSubtitle: () => Promise<string>;
|
|
8161
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
7857
8162
|
exists: () => Promise<boolean>;
|
|
7858
8163
|
element: () => Promise<any>;
|
|
7859
8164
|
};
|
|
@@ -8717,22 +9022,22 @@ export declare const GridFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
8717
9022
|
getViewListItemById: (id: string) => {
|
|
8718
9023
|
click: () => Promise<void>;
|
|
8719
9024
|
select: () => Promise<void>;
|
|
8720
|
-
hasCheckbox()
|
|
8721
|
-
getPrefix()
|
|
8722
|
-
getTitle()
|
|
8723
|
-
getSubtitle()
|
|
8724
|
-
getSuffix()
|
|
9025
|
+
hasCheckbox: () => Promise<boolean>;
|
|
9026
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
9027
|
+
getTitle: () => Promise<string>;
|
|
9028
|
+
getSubtitle: () => Promise<string>;
|
|
9029
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
8725
9030
|
exists: () => Promise<boolean>;
|
|
8726
9031
|
element: () => Promise<any>;
|
|
8727
9032
|
};
|
|
8728
9033
|
getViewListItemAt: (index: number) => {
|
|
8729
9034
|
click: () => Promise<void>;
|
|
8730
9035
|
select: () => Promise<void>;
|
|
8731
|
-
hasCheckbox()
|
|
8732
|
-
getPrefix()
|
|
8733
|
-
getTitle()
|
|
8734
|
-
getSubtitle()
|
|
8735
|
-
getSuffix()
|
|
9036
|
+
hasCheckbox: () => Promise<boolean>;
|
|
9037
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
9038
|
+
getTitle: () => Promise<string>;
|
|
9039
|
+
getSubtitle: () => Promise<string>;
|
|
9040
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
8736
9041
|
exists: () => Promise<boolean>;
|
|
8737
9042
|
element: () => Promise<any>;
|
|
8738
9043
|
};
|
|
@@ -8768,22 +9073,22 @@ export declare const GridFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
8768
9073
|
getViewListItemAt: (index: number) => {
|
|
8769
9074
|
click: () => Promise<void>;
|
|
8770
9075
|
select: () => Promise<void>;
|
|
8771
|
-
hasCheckbox()
|
|
8772
|
-
getPrefix()
|
|
8773
|
-
getTitle()
|
|
8774
|
-
getSubtitle()
|
|
8775
|
-
getSuffix()
|
|
9076
|
+
hasCheckbox: () => Promise<boolean>;
|
|
9077
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
9078
|
+
getTitle: () => Promise<string>;
|
|
9079
|
+
getSubtitle: () => Promise<string>;
|
|
9080
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
8776
9081
|
exists: () => Promise<boolean>;
|
|
8777
9082
|
element: () => Promise<any>;
|
|
8778
9083
|
};
|
|
8779
9084
|
getViewListItemById: (id: string) => {
|
|
8780
9085
|
click: () => Promise<void>;
|
|
8781
9086
|
select: () => Promise<void>;
|
|
8782
|
-
hasCheckbox()
|
|
8783
|
-
getPrefix()
|
|
8784
|
-
getTitle()
|
|
8785
|
-
getSubtitle()
|
|
8786
|
-
getSuffix()
|
|
9087
|
+
hasCheckbox: () => Promise<boolean>;
|
|
9088
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
9089
|
+
getTitle: () => Promise<string>;
|
|
9090
|
+
getSubtitle: () => Promise<string>;
|
|
9091
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
8787
9092
|
exists: () => Promise<boolean>;
|
|
8788
9093
|
element: () => Promise<any>;
|
|
8789
9094
|
};
|
|
@@ -9834,22 +10139,22 @@ export declare const GridFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
9834
10139
|
getViewListItemById: (id: string) => {
|
|
9835
10140
|
click: () => Promise<void>;
|
|
9836
10141
|
select: () => Promise<void>;
|
|
9837
|
-
hasCheckbox()
|
|
9838
|
-
getPrefix()
|
|
9839
|
-
getTitle()
|
|
9840
|
-
getSubtitle()
|
|
9841
|
-
getSuffix()
|
|
10142
|
+
hasCheckbox: () => Promise<boolean>;
|
|
10143
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
10144
|
+
getTitle: () => Promise<string>;
|
|
10145
|
+
getSubtitle: () => Promise<string>;
|
|
10146
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
9842
10147
|
exists: () => Promise<boolean>;
|
|
9843
10148
|
element: () => Promise<any>;
|
|
9844
10149
|
};
|
|
9845
10150
|
getViewListItemAt: (index: number) => {
|
|
9846
10151
|
click: () => Promise<void>;
|
|
9847
10152
|
select: () => Promise<void>;
|
|
9848
|
-
hasCheckbox()
|
|
9849
|
-
getPrefix()
|
|
9850
|
-
getTitle()
|
|
9851
|
-
getSubtitle()
|
|
9852
|
-
getSuffix()
|
|
10153
|
+
hasCheckbox: () => Promise<boolean>;
|
|
10154
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
10155
|
+
getTitle: () => Promise<string>;
|
|
10156
|
+
getSubtitle: () => Promise<string>;
|
|
10157
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
9853
10158
|
exists: () => Promise<boolean>;
|
|
9854
10159
|
element: () => Promise<any>;
|
|
9855
10160
|
};
|
|
@@ -9885,22 +10190,22 @@ export declare const GridFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
9885
10190
|
getViewListItemAt: (index: number) => {
|
|
9886
10191
|
click: () => Promise<void>;
|
|
9887
10192
|
select: () => Promise<void>;
|
|
9888
|
-
hasCheckbox()
|
|
9889
|
-
getPrefix()
|
|
9890
|
-
getTitle()
|
|
9891
|
-
getSubtitle()
|
|
9892
|
-
getSuffix()
|
|
10193
|
+
hasCheckbox: () => Promise<boolean>;
|
|
10194
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
10195
|
+
getTitle: () => Promise<string>;
|
|
10196
|
+
getSubtitle: () => Promise<string>;
|
|
10197
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
9893
10198
|
exists: () => Promise<boolean>;
|
|
9894
10199
|
element: () => Promise<any>;
|
|
9895
10200
|
};
|
|
9896
10201
|
getViewListItemById: (id: string) => {
|
|
9897
10202
|
click: () => Promise<void>;
|
|
9898
10203
|
select: () => Promise<void>;
|
|
9899
|
-
hasCheckbox()
|
|
9900
|
-
getPrefix()
|
|
9901
|
-
getTitle()
|
|
9902
|
-
getSubtitle()
|
|
9903
|
-
getSuffix()
|
|
10204
|
+
hasCheckbox: () => Promise<boolean>;
|
|
10205
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
10206
|
+
getTitle: () => Promise<string>;
|
|
10207
|
+
getSubtitle: () => Promise<string>;
|
|
10208
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
9904
10209
|
exists: () => Promise<boolean>;
|
|
9905
10210
|
element: () => Promise<any>;
|
|
9906
10211
|
};
|
|
@@ -10816,22 +11121,22 @@ export declare const TableFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test
|
|
|
10816
11121
|
getViewListItemById: (id: string) => {
|
|
10817
11122
|
click: () => Promise<void>;
|
|
10818
11123
|
select: () => Promise<void>;
|
|
10819
|
-
hasCheckbox()
|
|
10820
|
-
getPrefix()
|
|
10821
|
-
getTitle()
|
|
10822
|
-
getSubtitle()
|
|
10823
|
-
getSuffix()
|
|
11124
|
+
hasCheckbox: () => Promise<boolean>;
|
|
11125
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
11126
|
+
getTitle: () => Promise<string>;
|
|
11127
|
+
getSubtitle: () => Promise<string>;
|
|
11128
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
10824
11129
|
exists: () => Promise<boolean>;
|
|
10825
11130
|
element: () => Promise<any>;
|
|
10826
11131
|
};
|
|
10827
11132
|
getViewListItemAt: (index: number) => {
|
|
10828
11133
|
click: () => Promise<void>;
|
|
10829
11134
|
select: () => Promise<void>;
|
|
10830
|
-
hasCheckbox()
|
|
10831
|
-
getPrefix()
|
|
10832
|
-
getTitle()
|
|
10833
|
-
getSubtitle()
|
|
10834
|
-
getSuffix()
|
|
11135
|
+
hasCheckbox: () => Promise<boolean>;
|
|
11136
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
11137
|
+
getTitle: () => Promise<string>;
|
|
11138
|
+
getSubtitle: () => Promise<string>;
|
|
11139
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
10835
11140
|
exists: () => Promise<boolean>;
|
|
10836
11141
|
element: () => Promise<any>;
|
|
10837
11142
|
};
|
|
@@ -10867,22 +11172,22 @@ export declare const TableFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test
|
|
|
10867
11172
|
getViewListItemAt: (index: number) => {
|
|
10868
11173
|
click: () => Promise<void>;
|
|
10869
11174
|
select: () => Promise<void>;
|
|
10870
|
-
hasCheckbox()
|
|
10871
|
-
getPrefix()
|
|
10872
|
-
getTitle()
|
|
10873
|
-
getSubtitle()
|
|
10874
|
-
getSuffix()
|
|
11175
|
+
hasCheckbox: () => Promise<boolean>;
|
|
11176
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
11177
|
+
getTitle: () => Promise<string>;
|
|
11178
|
+
getSubtitle: () => Promise<string>;
|
|
11179
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
10875
11180
|
exists: () => Promise<boolean>;
|
|
10876
11181
|
element: () => Promise<any>;
|
|
10877
11182
|
};
|
|
10878
11183
|
getViewListItemById: (id: string) => {
|
|
10879
11184
|
click: () => Promise<void>;
|
|
10880
11185
|
select: () => Promise<void>;
|
|
10881
|
-
hasCheckbox()
|
|
10882
|
-
getPrefix()
|
|
10883
|
-
getTitle()
|
|
10884
|
-
getSubtitle()
|
|
10885
|
-
getSuffix()
|
|
11186
|
+
hasCheckbox: () => Promise<boolean>;
|
|
11187
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
11188
|
+
getTitle: () => Promise<string>;
|
|
11189
|
+
getSubtitle: () => Promise<string>;
|
|
11190
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
10886
11191
|
exists: () => Promise<boolean>;
|
|
10887
11192
|
element: () => Promise<any>;
|
|
10888
11193
|
};
|
|
@@ -11996,9 +12301,57 @@ export declare const TableFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test
|
|
|
11996
12301
|
exists: () => Promise<boolean>;
|
|
11997
12302
|
element: () => Promise<any>;
|
|
11998
12303
|
};
|
|
11999
|
-
getTypeFormFieldDriver: () =>
|
|
12000
|
-
|
|
12001
|
-
|
|
12304
|
+
getTypeFormFieldDriver: () => {
|
|
12305
|
+
element: () => Promise<HTMLElement>;
|
|
12306
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
12307
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
12308
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
12309
|
+
isRequired: () => Promise<boolean>;
|
|
12310
|
+
getLengthLeft: () => Promise<number | null>;
|
|
12311
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
12312
|
+
hasTooltip: () => Promise<boolean>;
|
|
12313
|
+
getInfoContent: () => Promise<string>;
|
|
12314
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
12315
|
+
hoverInfoIcon: () => Promise<void>;
|
|
12316
|
+
getStatusMessage: () => Promise<string>;
|
|
12317
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
12318
|
+
exists: () => Promise<boolean>;
|
|
12319
|
+
click: () => Promise<void>;
|
|
12320
|
+
};
|
|
12321
|
+
getNameFormFieldDriver: () => {
|
|
12322
|
+
element: () => Promise<HTMLElement>;
|
|
12323
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
12324
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
12325
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
12326
|
+
isRequired: () => Promise<boolean>;
|
|
12327
|
+
getLengthLeft: () => Promise<number | null>;
|
|
12328
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
12329
|
+
hasTooltip: () => Promise<boolean>;
|
|
12330
|
+
getInfoContent: () => Promise<string>;
|
|
12331
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
12332
|
+
hoverInfoIcon: () => Promise<void>;
|
|
12333
|
+
getStatusMessage: () => Promise<string>;
|
|
12334
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
12335
|
+
exists: () => Promise<boolean>;
|
|
12336
|
+
click: () => Promise<void>;
|
|
12337
|
+
};
|
|
12338
|
+
getKeyFormFieldDriver: () => {
|
|
12339
|
+
element: () => Promise<HTMLElement>;
|
|
12340
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
12341
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
12342
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
12343
|
+
isRequired: () => Promise<boolean>;
|
|
12344
|
+
getLengthLeft: () => Promise<number | null>;
|
|
12345
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
12346
|
+
hasTooltip: () => Promise<boolean>;
|
|
12347
|
+
getInfoContent: () => Promise<string>;
|
|
12348
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
12349
|
+
hoverInfoIcon: () => Promise<void>;
|
|
12350
|
+
getStatusMessage: () => Promise<string>;
|
|
12351
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
12352
|
+
exists: () => Promise<boolean>;
|
|
12353
|
+
click: () => Promise<void>;
|
|
12354
|
+
};
|
|
12002
12355
|
getFieldKeyTooltip: () => {
|
|
12003
12356
|
getTagName: () => Promise<string>;
|
|
12004
12357
|
getText: () => Promise<string>;
|
|
@@ -12031,6 +12384,7 @@ export declare const TableFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test
|
|
|
12031
12384
|
getModalTitle: () => Promise<string>;
|
|
12032
12385
|
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
12033
12386
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
12387
|
+
getNotificationButtonExists: () => Promise<boolean>;
|
|
12034
12388
|
clickCloseButton: () => Promise<void>;
|
|
12035
12389
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
12036
12390
|
getAddItem: () => {
|
|
@@ -12045,8 +12399,41 @@ export declare const TableFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test
|
|
|
12045
12399
|
element: () => Promise<any>;
|
|
12046
12400
|
click: () => Promise<void>;
|
|
12047
12401
|
};
|
|
12048
|
-
getFormField: () =>
|
|
12049
|
-
|
|
12402
|
+
getFormField: () => {
|
|
12403
|
+
element: () => Promise<HTMLElement>;
|
|
12404
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
12405
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
12406
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
12407
|
+
isRequired: () => Promise<boolean>;
|
|
12408
|
+
getLengthLeft: () => Promise<number | null>;
|
|
12409
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
12410
|
+
hasTooltip: () => Promise<boolean>;
|
|
12411
|
+
getInfoContent: () => Promise<string>;
|
|
12412
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
12413
|
+
hoverInfoIcon: () => Promise<void>;
|
|
12414
|
+
getStatusMessage: () => Promise<string>;
|
|
12415
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
12416
|
+
exists: () => Promise<boolean>;
|
|
12417
|
+
click: () => Promise<void>;
|
|
12418
|
+
};
|
|
12419
|
+
getListItemEditable: () => {
|
|
12420
|
+
getValue: () => Promise<string>;
|
|
12421
|
+
getPlaceholder: () => Promise<string | null>;
|
|
12422
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
12423
|
+
enterText: (text: string) => Promise<void>;
|
|
12424
|
+
clickApprove: () => Promise<void>;
|
|
12425
|
+
clickCancel: () => Promise<void>;
|
|
12426
|
+
pressEnter: () => Promise<void>;
|
|
12427
|
+
isFocus: () => Promise<boolean>;
|
|
12428
|
+
hasSuffix: () => Promise<boolean>;
|
|
12429
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
12430
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
12431
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
12432
|
+
getStatusMessage: () => Promise<string | null>;
|
|
12433
|
+
exists: () => Promise<boolean>;
|
|
12434
|
+
element: () => Promise<any>;
|
|
12435
|
+
click: () => Promise<void>;
|
|
12436
|
+
};
|
|
12050
12437
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
12051
12438
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
12052
12439
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -12083,6 +12470,7 @@ export declare const TableFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test
|
|
|
12083
12470
|
getModalTitle: () => Promise<string>;
|
|
12084
12471
|
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
12085
12472
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
12473
|
+
getNotificationButtonExists: () => Promise<boolean>;
|
|
12086
12474
|
clickCloseButton: () => Promise<void>;
|
|
12087
12475
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
12088
12476
|
getAddItem: () => {
|
|
@@ -12097,8 +12485,41 @@ export declare const TableFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test
|
|
|
12097
12485
|
element: () => Promise<any>;
|
|
12098
12486
|
click: () => Promise<void>;
|
|
12099
12487
|
};
|
|
12100
|
-
getFormField: () =>
|
|
12101
|
-
|
|
12488
|
+
getFormField: () => {
|
|
12489
|
+
element: () => Promise<HTMLElement>;
|
|
12490
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
12491
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
12492
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
12493
|
+
isRequired: () => Promise<boolean>;
|
|
12494
|
+
getLengthLeft: () => Promise<number | null>;
|
|
12495
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
12496
|
+
hasTooltip: () => Promise<boolean>;
|
|
12497
|
+
getInfoContent: () => Promise<string>;
|
|
12498
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
12499
|
+
hoverInfoIcon: () => Promise<void>;
|
|
12500
|
+
getStatusMessage: () => Promise<string>;
|
|
12501
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
12502
|
+
exists: () => Promise<boolean>;
|
|
12503
|
+
click: () => Promise<void>;
|
|
12504
|
+
};
|
|
12505
|
+
getListItemEditable: () => {
|
|
12506
|
+
getValue: () => Promise<string>;
|
|
12507
|
+
getPlaceholder: () => Promise<string | null>;
|
|
12508
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
12509
|
+
enterText: (text: string) => Promise<void>;
|
|
12510
|
+
clickApprove: () => Promise<void>;
|
|
12511
|
+
clickCancel: () => Promise<void>;
|
|
12512
|
+
pressEnter: () => Promise<void>;
|
|
12513
|
+
isFocus: () => Promise<boolean>;
|
|
12514
|
+
hasSuffix: () => Promise<boolean>;
|
|
12515
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
12516
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
12517
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
12518
|
+
getStatusMessage: () => Promise<string | null>;
|
|
12519
|
+
exists: () => Promise<boolean>;
|
|
12520
|
+
element: () => Promise<any>;
|
|
12521
|
+
click: () => Promise<void>;
|
|
12522
|
+
};
|
|
12102
12523
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
12103
12524
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
12104
12525
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -12209,22 +12630,22 @@ export declare const TableFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test
|
|
|
12209
12630
|
getViewListItemById: (id: string) => {
|
|
12210
12631
|
click: () => Promise<void>;
|
|
12211
12632
|
select: () => Promise<void>;
|
|
12212
|
-
hasCheckbox()
|
|
12213
|
-
getPrefix()
|
|
12214
|
-
getTitle()
|
|
12215
|
-
getSubtitle()
|
|
12216
|
-
getSuffix()
|
|
12633
|
+
hasCheckbox: () => Promise<boolean>;
|
|
12634
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
12635
|
+
getTitle: () => Promise<string>;
|
|
12636
|
+
getSubtitle: () => Promise<string>;
|
|
12637
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
12217
12638
|
exists: () => Promise<boolean>;
|
|
12218
12639
|
element: () => Promise<any>;
|
|
12219
12640
|
};
|
|
12220
12641
|
getViewListItemAt: (index: number) => {
|
|
12221
12642
|
click: () => Promise<void>;
|
|
12222
12643
|
select: () => Promise<void>;
|
|
12223
|
-
hasCheckbox()
|
|
12224
|
-
getPrefix()
|
|
12225
|
-
getTitle()
|
|
12226
|
-
getSubtitle()
|
|
12227
|
-
getSuffix()
|
|
12644
|
+
hasCheckbox: () => Promise<boolean>;
|
|
12645
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
12646
|
+
getTitle: () => Promise<string>;
|
|
12647
|
+
getSubtitle: () => Promise<string>;
|
|
12648
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
12228
12649
|
exists: () => Promise<boolean>;
|
|
12229
12650
|
element: () => Promise<any>;
|
|
12230
12651
|
};
|
|
@@ -12260,22 +12681,22 @@ export declare const TableFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test
|
|
|
12260
12681
|
getViewListItemAt: (index: number) => {
|
|
12261
12682
|
click: () => Promise<void>;
|
|
12262
12683
|
select: () => Promise<void>;
|
|
12263
|
-
hasCheckbox()
|
|
12264
|
-
getPrefix()
|
|
12265
|
-
getTitle()
|
|
12266
|
-
getSubtitle()
|
|
12267
|
-
getSuffix()
|
|
12684
|
+
hasCheckbox: () => Promise<boolean>;
|
|
12685
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
12686
|
+
getTitle: () => Promise<string>;
|
|
12687
|
+
getSubtitle: () => Promise<string>;
|
|
12688
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
12268
12689
|
exists: () => Promise<boolean>;
|
|
12269
12690
|
element: () => Promise<any>;
|
|
12270
12691
|
};
|
|
12271
12692
|
getViewListItemById: (id: string) => {
|
|
12272
12693
|
click: () => Promise<void>;
|
|
12273
12694
|
select: () => Promise<void>;
|
|
12274
|
-
hasCheckbox()
|
|
12275
|
-
getPrefix()
|
|
12276
|
-
getTitle()
|
|
12277
|
-
getSubtitle()
|
|
12278
|
-
getSuffix()
|
|
12695
|
+
hasCheckbox: () => Promise<boolean>;
|
|
12696
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
12697
|
+
getTitle: () => Promise<string>;
|
|
12698
|
+
getSubtitle: () => Promise<string>;
|
|
12699
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
12279
12700
|
exists: () => Promise<boolean>;
|
|
12280
12701
|
element: () => Promise<any>;
|
|
12281
12702
|
};
|
|
@@ -13272,22 +13693,22 @@ export declare const TableFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test
|
|
|
13272
13693
|
getViewListItemById: (id: string) => {
|
|
13273
13694
|
click: () => Promise<void>;
|
|
13274
13695
|
select: () => Promise<void>;
|
|
13275
|
-
hasCheckbox()
|
|
13276
|
-
getPrefix()
|
|
13277
|
-
getTitle()
|
|
13278
|
-
getSubtitle()
|
|
13279
|
-
getSuffix()
|
|
13696
|
+
hasCheckbox: () => Promise<boolean>;
|
|
13697
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13698
|
+
getTitle: () => Promise<string>;
|
|
13699
|
+
getSubtitle: () => Promise<string>;
|
|
13700
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13280
13701
|
exists: () => Promise<boolean>;
|
|
13281
13702
|
element: () => Promise<any>;
|
|
13282
13703
|
};
|
|
13283
13704
|
getViewListItemAt: (index: number) => {
|
|
13284
13705
|
click: () => Promise<void>;
|
|
13285
13706
|
select: () => Promise<void>;
|
|
13286
|
-
hasCheckbox()
|
|
13287
|
-
getPrefix()
|
|
13288
|
-
getTitle()
|
|
13289
|
-
getSubtitle()
|
|
13290
|
-
getSuffix()
|
|
13707
|
+
hasCheckbox: () => Promise<boolean>;
|
|
13708
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13709
|
+
getTitle: () => Promise<string>;
|
|
13710
|
+
getSubtitle: () => Promise<string>;
|
|
13711
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13291
13712
|
exists: () => Promise<boolean>;
|
|
13292
13713
|
element: () => Promise<any>;
|
|
13293
13714
|
};
|
|
@@ -13323,22 +13744,22 @@ export declare const TableFoldersTestkit: (testkitArgs: import("@wix/wix-ui-test
|
|
|
13323
13744
|
getViewListItemAt: (index: number) => {
|
|
13324
13745
|
click: () => Promise<void>;
|
|
13325
13746
|
select: () => Promise<void>;
|
|
13326
|
-
hasCheckbox()
|
|
13327
|
-
getPrefix()
|
|
13328
|
-
getTitle()
|
|
13329
|
-
getSubtitle()
|
|
13330
|
-
getSuffix()
|
|
13747
|
+
hasCheckbox: () => Promise<boolean>;
|
|
13748
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13749
|
+
getTitle: () => Promise<string>;
|
|
13750
|
+
getSubtitle: () => Promise<string>;
|
|
13751
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13331
13752
|
exists: () => Promise<boolean>;
|
|
13332
13753
|
element: () => Promise<any>;
|
|
13333
13754
|
};
|
|
13334
13755
|
getViewListItemById: (id: string) => {
|
|
13335
13756
|
click: () => Promise<void>;
|
|
13336
13757
|
select: () => Promise<void>;
|
|
13337
|
-
hasCheckbox()
|
|
13338
|
-
getPrefix()
|
|
13339
|
-
getTitle()
|
|
13340
|
-
getSubtitle()
|
|
13341
|
-
getSuffix()
|
|
13758
|
+
hasCheckbox: () => Promise<boolean>;
|
|
13759
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13760
|
+
getTitle: () => Promise<string>;
|
|
13761
|
+
getSubtitle: () => Promise<string>;
|
|
13762
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13342
13763
|
exists: () => Promise<boolean>;
|
|
13343
13764
|
element: () => Promise<any>;
|
|
13344
13765
|
};
|
|
@@ -13951,22 +14372,22 @@ export declare const NestedTableTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
13951
14372
|
getViewListItemById: (id: string) => {
|
|
13952
14373
|
click: () => Promise<void>;
|
|
13953
14374
|
select: () => Promise<void>;
|
|
13954
|
-
hasCheckbox()
|
|
13955
|
-
getPrefix()
|
|
13956
|
-
getTitle()
|
|
13957
|
-
getSubtitle()
|
|
13958
|
-
getSuffix()
|
|
14375
|
+
hasCheckbox: () => Promise<boolean>;
|
|
14376
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
14377
|
+
getTitle: () => Promise<string>;
|
|
14378
|
+
getSubtitle: () => Promise<string>;
|
|
14379
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13959
14380
|
exists: () => Promise<boolean>;
|
|
13960
14381
|
element: () => Promise<any>;
|
|
13961
14382
|
};
|
|
13962
14383
|
getViewListItemAt: (index: number) => {
|
|
13963
14384
|
click: () => Promise<void>;
|
|
13964
14385
|
select: () => Promise<void>;
|
|
13965
|
-
hasCheckbox()
|
|
13966
|
-
getPrefix()
|
|
13967
|
-
getTitle()
|
|
13968
|
-
getSubtitle()
|
|
13969
|
-
getSuffix()
|
|
14386
|
+
hasCheckbox: () => Promise<boolean>;
|
|
14387
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
14388
|
+
getTitle: () => Promise<string>;
|
|
14389
|
+
getSubtitle: () => Promise<string>;
|
|
14390
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13970
14391
|
exists: () => Promise<boolean>;
|
|
13971
14392
|
element: () => Promise<any>;
|
|
13972
14393
|
};
|
|
@@ -14002,22 +14423,22 @@ export declare const NestedTableTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
14002
14423
|
getViewListItemAt: (index: number) => {
|
|
14003
14424
|
click: () => Promise<void>;
|
|
14004
14425
|
select: () => Promise<void>;
|
|
14005
|
-
hasCheckbox()
|
|
14006
|
-
getPrefix()
|
|
14007
|
-
getTitle()
|
|
14008
|
-
getSubtitle()
|
|
14009
|
-
getSuffix()
|
|
14426
|
+
hasCheckbox: () => Promise<boolean>;
|
|
14427
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
14428
|
+
getTitle: () => Promise<string>;
|
|
14429
|
+
getSubtitle: () => Promise<string>;
|
|
14430
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
14010
14431
|
exists: () => Promise<boolean>;
|
|
14011
14432
|
element: () => Promise<any>;
|
|
14012
14433
|
};
|
|
14013
14434
|
getViewListItemById: (id: string) => {
|
|
14014
14435
|
click: () => Promise<void>;
|
|
14015
14436
|
select: () => Promise<void>;
|
|
14016
|
-
hasCheckbox()
|
|
14017
|
-
getPrefix()
|
|
14018
|
-
getTitle()
|
|
14019
|
-
getSubtitle()
|
|
14020
|
-
getSuffix()
|
|
14437
|
+
hasCheckbox: () => Promise<boolean>;
|
|
14438
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
14439
|
+
getTitle: () => Promise<string>;
|
|
14440
|
+
getSubtitle: () => Promise<string>;
|
|
14441
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
14021
14442
|
exists: () => Promise<boolean>;
|
|
14022
14443
|
element: () => Promise<any>;
|
|
14023
14444
|
};
|
|
@@ -14884,6 +15305,13 @@ export declare const NestedTableTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
14884
15305
|
element: () => Promise<any>;
|
|
14885
15306
|
click: () => Promise<void>;
|
|
14886
15307
|
};
|
|
15308
|
+
getDragOverlay: () => {
|
|
15309
|
+
depthLimitMessageExists: () => Promise<boolean>;
|
|
15310
|
+
getDepthLimitMessage: () => Promise<string>;
|
|
15311
|
+
exists: () => Promise<boolean>;
|
|
15312
|
+
element: () => Promise<any>;
|
|
15313
|
+
click: () => Promise<void>;
|
|
15314
|
+
};
|
|
14887
15315
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
14888
15316
|
waitInitialLoader: (timeout?: number | undefined) => Promise<void>;
|
|
14889
15317
|
waitInitialLoaderRemoved: (timeout?: number | undefined, delay?: number | undefined) => Promise<void>;
|
|
@@ -15351,9 +15779,57 @@ export declare const NestedTableTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
15351
15779
|
exists: () => Promise<boolean>;
|
|
15352
15780
|
element: () => Promise<any>;
|
|
15353
15781
|
};
|
|
15354
|
-
getTypeFormFieldDriver: () =>
|
|
15355
|
-
|
|
15356
|
-
|
|
15782
|
+
getTypeFormFieldDriver: () => {
|
|
15783
|
+
element: () => Promise<HTMLElement>;
|
|
15784
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
15785
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
15786
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
15787
|
+
isRequired: () => Promise<boolean>;
|
|
15788
|
+
getLengthLeft: () => Promise<number | null>;
|
|
15789
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
15790
|
+
hasTooltip: () => Promise<boolean>;
|
|
15791
|
+
getInfoContent: () => Promise<string>;
|
|
15792
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
15793
|
+
hoverInfoIcon: () => Promise<void>;
|
|
15794
|
+
getStatusMessage: () => Promise<string>;
|
|
15795
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
15796
|
+
exists: () => Promise<boolean>;
|
|
15797
|
+
click: () => Promise<void>;
|
|
15798
|
+
};
|
|
15799
|
+
getNameFormFieldDriver: () => {
|
|
15800
|
+
element: () => Promise<HTMLElement>;
|
|
15801
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
15802
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
15803
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
15804
|
+
isRequired: () => Promise<boolean>;
|
|
15805
|
+
getLengthLeft: () => Promise<number | null>;
|
|
15806
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
15807
|
+
hasTooltip: () => Promise<boolean>;
|
|
15808
|
+
getInfoContent: () => Promise<string>;
|
|
15809
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
15810
|
+
hoverInfoIcon: () => Promise<void>;
|
|
15811
|
+
getStatusMessage: () => Promise<string>;
|
|
15812
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
15813
|
+
exists: () => Promise<boolean>;
|
|
15814
|
+
click: () => Promise<void>;
|
|
15815
|
+
};
|
|
15816
|
+
getKeyFormFieldDriver: () => {
|
|
15817
|
+
element: () => Promise<HTMLElement>;
|
|
15818
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
15819
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
15820
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
15821
|
+
isRequired: () => Promise<boolean>;
|
|
15822
|
+
getLengthLeft: () => Promise<number | null>;
|
|
15823
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
15824
|
+
hasTooltip: () => Promise<boolean>;
|
|
15825
|
+
getInfoContent: () => Promise<string>;
|
|
15826
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
15827
|
+
hoverInfoIcon: () => Promise<void>;
|
|
15828
|
+
getStatusMessage: () => Promise<string>;
|
|
15829
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
15830
|
+
exists: () => Promise<boolean>;
|
|
15831
|
+
click: () => Promise<void>;
|
|
15832
|
+
};
|
|
15357
15833
|
getFieldKeyTooltip: () => {
|
|
15358
15834
|
getTagName: () => Promise<string>;
|
|
15359
15835
|
getText: () => Promise<string>;
|
|
@@ -15386,6 +15862,7 @@ export declare const NestedTableTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
15386
15862
|
getModalTitle: () => Promise<string>;
|
|
15387
15863
|
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
15388
15864
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
15865
|
+
getNotificationButtonExists: () => Promise<boolean>;
|
|
15389
15866
|
clickCloseButton: () => Promise<void>;
|
|
15390
15867
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
15391
15868
|
getAddItem: () => {
|
|
@@ -15400,8 +15877,41 @@ export declare const NestedTableTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
15400
15877
|
element: () => Promise<any>;
|
|
15401
15878
|
click: () => Promise<void>;
|
|
15402
15879
|
};
|
|
15403
|
-
getFormField: () =>
|
|
15404
|
-
|
|
15880
|
+
getFormField: () => {
|
|
15881
|
+
element: () => Promise<HTMLElement>;
|
|
15882
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
15883
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
15884
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
15885
|
+
isRequired: () => Promise<boolean>;
|
|
15886
|
+
getLengthLeft: () => Promise<number | null>;
|
|
15887
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
15888
|
+
hasTooltip: () => Promise<boolean>;
|
|
15889
|
+
getInfoContent: () => Promise<string>;
|
|
15890
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
15891
|
+
hoverInfoIcon: () => Promise<void>;
|
|
15892
|
+
getStatusMessage: () => Promise<string>;
|
|
15893
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
15894
|
+
exists: () => Promise<boolean>;
|
|
15895
|
+
click: () => Promise<void>;
|
|
15896
|
+
};
|
|
15897
|
+
getListItemEditable: () => {
|
|
15898
|
+
getValue: () => Promise<string>;
|
|
15899
|
+
getPlaceholder: () => Promise<string | null>;
|
|
15900
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
15901
|
+
enterText: (text: string) => Promise<void>;
|
|
15902
|
+
clickApprove: () => Promise<void>;
|
|
15903
|
+
clickCancel: () => Promise<void>;
|
|
15904
|
+
pressEnter: () => Promise<void>;
|
|
15905
|
+
isFocus: () => Promise<boolean>;
|
|
15906
|
+
hasSuffix: () => Promise<boolean>;
|
|
15907
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
15908
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
15909
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
15910
|
+
getStatusMessage: () => Promise<string | null>;
|
|
15911
|
+
exists: () => Promise<boolean>;
|
|
15912
|
+
element: () => Promise<any>;
|
|
15913
|
+
click: () => Promise<void>;
|
|
15914
|
+
};
|
|
15405
15915
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
15406
15916
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
15407
15917
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -15438,6 +15948,7 @@ export declare const NestedTableTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
15438
15948
|
getModalTitle: () => Promise<string>;
|
|
15439
15949
|
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
15440
15950
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
15951
|
+
getNotificationButtonExists: () => Promise<boolean>;
|
|
15441
15952
|
clickCloseButton: () => Promise<void>;
|
|
15442
15953
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
15443
15954
|
getAddItem: () => {
|
|
@@ -15452,8 +15963,41 @@ export declare const NestedTableTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
15452
15963
|
element: () => Promise<any>;
|
|
15453
15964
|
click: () => Promise<void>;
|
|
15454
15965
|
};
|
|
15455
|
-
getFormField: () =>
|
|
15456
|
-
|
|
15966
|
+
getFormField: () => {
|
|
15967
|
+
element: () => Promise<HTMLElement>;
|
|
15968
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
15969
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
15970
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
15971
|
+
isRequired: () => Promise<boolean>;
|
|
15972
|
+
getLengthLeft: () => Promise<number | null>;
|
|
15973
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
15974
|
+
hasTooltip: () => Promise<boolean>;
|
|
15975
|
+
getInfoContent: () => Promise<string>;
|
|
15976
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
15977
|
+
hoverInfoIcon: () => Promise<void>;
|
|
15978
|
+
getStatusMessage: () => Promise<string>;
|
|
15979
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
15980
|
+
exists: () => Promise<boolean>;
|
|
15981
|
+
click: () => Promise<void>;
|
|
15982
|
+
};
|
|
15983
|
+
getListItemEditable: () => {
|
|
15984
|
+
getValue: () => Promise<string>;
|
|
15985
|
+
getPlaceholder: () => Promise<string | null>;
|
|
15986
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
15987
|
+
enterText: (text: string) => Promise<void>;
|
|
15988
|
+
clickApprove: () => Promise<void>;
|
|
15989
|
+
clickCancel: () => Promise<void>;
|
|
15990
|
+
pressEnter: () => Promise<void>;
|
|
15991
|
+
isFocus: () => Promise<boolean>;
|
|
15992
|
+
hasSuffix: () => Promise<boolean>;
|
|
15993
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
15994
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
15995
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
15996
|
+
getStatusMessage: () => Promise<string | null>;
|
|
15997
|
+
exists: () => Promise<boolean>;
|
|
15998
|
+
element: () => Promise<any>;
|
|
15999
|
+
click: () => Promise<void>;
|
|
16000
|
+
};
|
|
15457
16001
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
15458
16002
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
15459
16003
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -15564,22 +16108,22 @@ export declare const NestedTableTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
15564
16108
|
getViewListItemById: (id: string) => {
|
|
15565
16109
|
click: () => Promise<void>;
|
|
15566
16110
|
select: () => Promise<void>;
|
|
15567
|
-
hasCheckbox()
|
|
15568
|
-
getPrefix()
|
|
15569
|
-
getTitle()
|
|
15570
|
-
getSubtitle()
|
|
15571
|
-
getSuffix()
|
|
16111
|
+
hasCheckbox: () => Promise<boolean>;
|
|
16112
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
16113
|
+
getTitle: () => Promise<string>;
|
|
16114
|
+
getSubtitle: () => Promise<string>;
|
|
16115
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
15572
16116
|
exists: () => Promise<boolean>;
|
|
15573
16117
|
element: () => Promise<any>;
|
|
15574
16118
|
};
|
|
15575
16119
|
getViewListItemAt: (index: number) => {
|
|
15576
16120
|
click: () => Promise<void>;
|
|
15577
16121
|
select: () => Promise<void>;
|
|
15578
|
-
hasCheckbox()
|
|
15579
|
-
getPrefix()
|
|
15580
|
-
getTitle()
|
|
15581
|
-
getSubtitle()
|
|
15582
|
-
getSuffix()
|
|
16122
|
+
hasCheckbox: () => Promise<boolean>;
|
|
16123
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
16124
|
+
getTitle: () => Promise<string>;
|
|
16125
|
+
getSubtitle: () => Promise<string>;
|
|
16126
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
15583
16127
|
exists: () => Promise<boolean>;
|
|
15584
16128
|
element: () => Promise<any>;
|
|
15585
16129
|
};
|
|
@@ -15615,22 +16159,22 @@ export declare const NestedTableTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
15615
16159
|
getViewListItemAt: (index: number) => {
|
|
15616
16160
|
click: () => Promise<void>;
|
|
15617
16161
|
select: () => Promise<void>;
|
|
15618
|
-
hasCheckbox()
|
|
15619
|
-
getPrefix()
|
|
15620
|
-
getTitle()
|
|
15621
|
-
getSubtitle()
|
|
15622
|
-
getSuffix()
|
|
16162
|
+
hasCheckbox: () => Promise<boolean>;
|
|
16163
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
16164
|
+
getTitle: () => Promise<string>;
|
|
16165
|
+
getSubtitle: () => Promise<string>;
|
|
16166
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
15623
16167
|
exists: () => Promise<boolean>;
|
|
15624
16168
|
element: () => Promise<any>;
|
|
15625
16169
|
};
|
|
15626
16170
|
getViewListItemById: (id: string) => {
|
|
15627
16171
|
click: () => Promise<void>;
|
|
15628
16172
|
select: () => Promise<void>;
|
|
15629
|
-
hasCheckbox()
|
|
15630
|
-
getPrefix()
|
|
15631
|
-
getTitle()
|
|
15632
|
-
getSubtitle()
|
|
15633
|
-
getSuffix()
|
|
16173
|
+
hasCheckbox: () => Promise<boolean>;
|
|
16174
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
16175
|
+
getTitle: () => Promise<string>;
|
|
16176
|
+
getSubtitle: () => Promise<string>;
|
|
16177
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
15634
16178
|
exists: () => Promise<boolean>;
|
|
15635
16179
|
element: () => Promise<any>;
|
|
15636
16180
|
};
|
|
@@ -16627,22 +17171,22 @@ export declare const NestedTableTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
16627
17171
|
getViewListItemById: (id: string) => {
|
|
16628
17172
|
click: () => Promise<void>;
|
|
16629
17173
|
select: () => Promise<void>;
|
|
16630
|
-
hasCheckbox()
|
|
16631
|
-
getPrefix()
|
|
16632
|
-
getTitle()
|
|
16633
|
-
getSubtitle()
|
|
16634
|
-
getSuffix()
|
|
17174
|
+
hasCheckbox: () => Promise<boolean>;
|
|
17175
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17176
|
+
getTitle: () => Promise<string>;
|
|
17177
|
+
getSubtitle: () => Promise<string>;
|
|
17178
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
16635
17179
|
exists: () => Promise<boolean>;
|
|
16636
17180
|
element: () => Promise<any>;
|
|
16637
17181
|
};
|
|
16638
17182
|
getViewListItemAt: (index: number) => {
|
|
16639
17183
|
click: () => Promise<void>;
|
|
16640
17184
|
select: () => Promise<void>;
|
|
16641
|
-
hasCheckbox()
|
|
16642
|
-
getPrefix()
|
|
16643
|
-
getTitle()
|
|
16644
|
-
getSubtitle()
|
|
16645
|
-
getSuffix()
|
|
17185
|
+
hasCheckbox: () => Promise<boolean>;
|
|
17186
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17187
|
+
getTitle: () => Promise<string>;
|
|
17188
|
+
getSubtitle: () => Promise<string>;
|
|
17189
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
16646
17190
|
exists: () => Promise<boolean>;
|
|
16647
17191
|
element: () => Promise<any>;
|
|
16648
17192
|
};
|
|
@@ -16678,22 +17222,22 @@ export declare const NestedTableTestkit: (testkitArgs: import("@wix/wix-ui-test-
|
|
|
16678
17222
|
getViewListItemAt: (index: number) => {
|
|
16679
17223
|
click: () => Promise<void>;
|
|
16680
17224
|
select: () => Promise<void>;
|
|
16681
|
-
hasCheckbox()
|
|
16682
|
-
getPrefix()
|
|
16683
|
-
getTitle()
|
|
16684
|
-
getSubtitle()
|
|
16685
|
-
getSuffix()
|
|
17225
|
+
hasCheckbox: () => Promise<boolean>;
|
|
17226
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17227
|
+
getTitle: () => Promise<string>;
|
|
17228
|
+
getSubtitle: () => Promise<string>;
|
|
17229
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
16686
17230
|
exists: () => Promise<boolean>;
|
|
16687
17231
|
element: () => Promise<any>;
|
|
16688
17232
|
};
|
|
16689
17233
|
getViewListItemById: (id: string) => {
|
|
16690
17234
|
click: () => Promise<void>;
|
|
16691
17235
|
select: () => Promise<void>;
|
|
16692
|
-
hasCheckbox()
|
|
16693
|
-
getPrefix()
|
|
16694
|
-
getTitle()
|
|
16695
|
-
getSubtitle()
|
|
16696
|
-
getSuffix()
|
|
17236
|
+
hasCheckbox: () => Promise<boolean>;
|
|
17237
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17238
|
+
getTitle: () => Promise<string>;
|
|
17239
|
+
getSubtitle: () => Promise<string>;
|
|
17240
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
16697
17241
|
exists: () => Promise<boolean>;
|
|
16698
17242
|
element: () => Promise<any>;
|
|
16699
17243
|
};
|
|
@@ -17319,22 +17863,22 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
17319
17863
|
getViewListItemById: (id: string) => {
|
|
17320
17864
|
click: () => Promise<void>;
|
|
17321
17865
|
select: () => Promise<void>;
|
|
17322
|
-
hasCheckbox()
|
|
17323
|
-
getPrefix()
|
|
17324
|
-
getTitle()
|
|
17325
|
-
getSubtitle()
|
|
17326
|
-
getSuffix()
|
|
17866
|
+
hasCheckbox: () => Promise<boolean>;
|
|
17867
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17868
|
+
getTitle: () => Promise<string>;
|
|
17869
|
+
getSubtitle: () => Promise<string>;
|
|
17870
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17327
17871
|
exists: () => Promise<boolean>;
|
|
17328
17872
|
element: () => Promise<any>;
|
|
17329
17873
|
};
|
|
17330
17874
|
getViewListItemAt: (index: number) => {
|
|
17331
17875
|
click: () => Promise<void>;
|
|
17332
17876
|
select: () => Promise<void>;
|
|
17333
|
-
hasCheckbox()
|
|
17334
|
-
getPrefix()
|
|
17335
|
-
getTitle()
|
|
17336
|
-
getSubtitle()
|
|
17337
|
-
getSuffix()
|
|
17877
|
+
hasCheckbox: () => Promise<boolean>;
|
|
17878
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17879
|
+
getTitle: () => Promise<string>;
|
|
17880
|
+
getSubtitle: () => Promise<string>;
|
|
17881
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17338
17882
|
exists: () => Promise<boolean>;
|
|
17339
17883
|
element: () => Promise<any>;
|
|
17340
17884
|
};
|
|
@@ -17370,22 +17914,22 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
17370
17914
|
getViewListItemAt: (index: number) => {
|
|
17371
17915
|
click: () => Promise<void>;
|
|
17372
17916
|
select: () => Promise<void>;
|
|
17373
|
-
hasCheckbox()
|
|
17374
|
-
getPrefix()
|
|
17375
|
-
getTitle()
|
|
17376
|
-
getSubtitle()
|
|
17377
|
-
getSuffix()
|
|
17917
|
+
hasCheckbox: () => Promise<boolean>;
|
|
17918
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17919
|
+
getTitle: () => Promise<string>;
|
|
17920
|
+
getSubtitle: () => Promise<string>;
|
|
17921
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17378
17922
|
exists: () => Promise<boolean>;
|
|
17379
17923
|
element: () => Promise<any>;
|
|
17380
17924
|
};
|
|
17381
17925
|
getViewListItemById: (id: string) => {
|
|
17382
17926
|
click: () => Promise<void>;
|
|
17383
17927
|
select: () => Promise<void>;
|
|
17384
|
-
hasCheckbox()
|
|
17385
|
-
getPrefix()
|
|
17386
|
-
getTitle()
|
|
17387
|
-
getSubtitle()
|
|
17388
|
-
getSuffix()
|
|
17928
|
+
hasCheckbox: () => Promise<boolean>;
|
|
17929
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17930
|
+
getTitle: () => Promise<string>;
|
|
17931
|
+
getSubtitle: () => Promise<string>;
|
|
17932
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17389
17933
|
exists: () => Promise<boolean>;
|
|
17390
17934
|
element: () => Promise<any>;
|
|
17391
17935
|
};
|
|
@@ -18499,9 +19043,57 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
18499
19043
|
exists: () => Promise<boolean>;
|
|
18500
19044
|
element: () => Promise<any>;
|
|
18501
19045
|
};
|
|
18502
|
-
getTypeFormFieldDriver: () =>
|
|
18503
|
-
|
|
18504
|
-
|
|
19046
|
+
getTypeFormFieldDriver: () => {
|
|
19047
|
+
element: () => Promise<HTMLElement>;
|
|
19048
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
19049
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
19050
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
19051
|
+
isRequired: () => Promise<boolean>;
|
|
19052
|
+
getLengthLeft: () => Promise<number | null>;
|
|
19053
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
19054
|
+
hasTooltip: () => Promise<boolean>;
|
|
19055
|
+
getInfoContent: () => Promise<string>;
|
|
19056
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
19057
|
+
hoverInfoIcon: () => Promise<void>;
|
|
19058
|
+
getStatusMessage: () => Promise<string>;
|
|
19059
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
19060
|
+
exists: () => Promise<boolean>;
|
|
19061
|
+
click: () => Promise<void>;
|
|
19062
|
+
};
|
|
19063
|
+
getNameFormFieldDriver: () => {
|
|
19064
|
+
element: () => Promise<HTMLElement>;
|
|
19065
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
19066
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
19067
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
19068
|
+
isRequired: () => Promise<boolean>;
|
|
19069
|
+
getLengthLeft: () => Promise<number | null>;
|
|
19070
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
19071
|
+
hasTooltip: () => Promise<boolean>;
|
|
19072
|
+
getInfoContent: () => Promise<string>;
|
|
19073
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
19074
|
+
hoverInfoIcon: () => Promise<void>;
|
|
19075
|
+
getStatusMessage: () => Promise<string>;
|
|
19076
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
19077
|
+
exists: () => Promise<boolean>;
|
|
19078
|
+
click: () => Promise<void>;
|
|
19079
|
+
};
|
|
19080
|
+
getKeyFormFieldDriver: () => {
|
|
19081
|
+
element: () => Promise<HTMLElement>;
|
|
19082
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
19083
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
19084
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
19085
|
+
isRequired: () => Promise<boolean>;
|
|
19086
|
+
getLengthLeft: () => Promise<number | null>;
|
|
19087
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
19088
|
+
hasTooltip: () => Promise<boolean>;
|
|
19089
|
+
getInfoContent: () => Promise<string>;
|
|
19090
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
19091
|
+
hoverInfoIcon: () => Promise<void>;
|
|
19092
|
+
getStatusMessage: () => Promise<string>;
|
|
19093
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
19094
|
+
exists: () => Promise<boolean>;
|
|
19095
|
+
click: () => Promise<void>;
|
|
19096
|
+
};
|
|
18505
19097
|
getFieldKeyTooltip: () => {
|
|
18506
19098
|
getTagName: () => Promise<string>;
|
|
18507
19099
|
getText: () => Promise<string>;
|
|
@@ -18534,6 +19126,7 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
18534
19126
|
getModalTitle: () => Promise<string>;
|
|
18535
19127
|
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
18536
19128
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
19129
|
+
getNotificationButtonExists: () => Promise<boolean>;
|
|
18537
19130
|
clickCloseButton: () => Promise<void>;
|
|
18538
19131
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
18539
19132
|
getAddItem: () => {
|
|
@@ -18548,8 +19141,41 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
18548
19141
|
element: () => Promise<any>;
|
|
18549
19142
|
click: () => Promise<void>;
|
|
18550
19143
|
};
|
|
18551
|
-
getFormField: () =>
|
|
18552
|
-
|
|
19144
|
+
getFormField: () => {
|
|
19145
|
+
element: () => Promise<HTMLElement>;
|
|
19146
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
19147
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
19148
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
19149
|
+
isRequired: () => Promise<boolean>;
|
|
19150
|
+
getLengthLeft: () => Promise<number | null>;
|
|
19151
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
19152
|
+
hasTooltip: () => Promise<boolean>;
|
|
19153
|
+
getInfoContent: () => Promise<string>;
|
|
19154
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
19155
|
+
hoverInfoIcon: () => Promise<void>;
|
|
19156
|
+
getStatusMessage: () => Promise<string>;
|
|
19157
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
19158
|
+
exists: () => Promise<boolean>;
|
|
19159
|
+
click: () => Promise<void>;
|
|
19160
|
+
};
|
|
19161
|
+
getListItemEditable: () => {
|
|
19162
|
+
getValue: () => Promise<string>;
|
|
19163
|
+
getPlaceholder: () => Promise<string | null>;
|
|
19164
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
19165
|
+
enterText: (text: string) => Promise<void>;
|
|
19166
|
+
clickApprove: () => Promise<void>;
|
|
19167
|
+
clickCancel: () => Promise<void>;
|
|
19168
|
+
pressEnter: () => Promise<void>;
|
|
19169
|
+
isFocus: () => Promise<boolean>;
|
|
19170
|
+
hasSuffix: () => Promise<boolean>;
|
|
19171
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
19172
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
19173
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
19174
|
+
getStatusMessage: () => Promise<string | null>;
|
|
19175
|
+
exists: () => Promise<boolean>;
|
|
19176
|
+
element: () => Promise<any>;
|
|
19177
|
+
click: () => Promise<void>;
|
|
19178
|
+
};
|
|
18553
19179
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
18554
19180
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
18555
19181
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -18586,6 +19212,7 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
18586
19212
|
getModalTitle: () => Promise<string>;
|
|
18587
19213
|
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
18588
19214
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
19215
|
+
getNotificationButtonExists: () => Promise<boolean>;
|
|
18589
19216
|
clickCloseButton: () => Promise<void>;
|
|
18590
19217
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
18591
19218
|
getAddItem: () => {
|
|
@@ -18600,8 +19227,41 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
18600
19227
|
element: () => Promise<any>;
|
|
18601
19228
|
click: () => Promise<void>;
|
|
18602
19229
|
};
|
|
18603
|
-
getFormField: () =>
|
|
18604
|
-
|
|
19230
|
+
getFormField: () => {
|
|
19231
|
+
element: () => Promise<HTMLElement>;
|
|
19232
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
19233
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
19234
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
19235
|
+
isRequired: () => Promise<boolean>;
|
|
19236
|
+
getLengthLeft: () => Promise<number | null>;
|
|
19237
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
19238
|
+
hasTooltip: () => Promise<boolean>;
|
|
19239
|
+
getInfoContent: () => Promise<string>;
|
|
19240
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
19241
|
+
hoverInfoIcon: () => Promise<void>;
|
|
19242
|
+
getStatusMessage: () => Promise<string>;
|
|
19243
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
19244
|
+
exists: () => Promise<boolean>;
|
|
19245
|
+
click: () => Promise<void>;
|
|
19246
|
+
};
|
|
19247
|
+
getListItemEditable: () => {
|
|
19248
|
+
getValue: () => Promise<string>;
|
|
19249
|
+
getPlaceholder: () => Promise<string | null>;
|
|
19250
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
19251
|
+
enterText: (text: string) => Promise<void>;
|
|
19252
|
+
clickApprove: () => Promise<void>;
|
|
19253
|
+
clickCancel: () => Promise<void>;
|
|
19254
|
+
pressEnter: () => Promise<void>;
|
|
19255
|
+
isFocus: () => Promise<boolean>;
|
|
19256
|
+
hasSuffix: () => Promise<boolean>;
|
|
19257
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
19258
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
19259
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
19260
|
+
getStatusMessage: () => Promise<string | null>;
|
|
19261
|
+
exists: () => Promise<boolean>;
|
|
19262
|
+
element: () => Promise<any>;
|
|
19263
|
+
click: () => Promise<void>;
|
|
19264
|
+
};
|
|
18605
19265
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
18606
19266
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
18607
19267
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -18712,22 +19372,22 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
18712
19372
|
getViewListItemById: (id: string) => {
|
|
18713
19373
|
click: () => Promise<void>;
|
|
18714
19374
|
select: () => Promise<void>;
|
|
18715
|
-
hasCheckbox()
|
|
18716
|
-
getPrefix()
|
|
18717
|
-
getTitle()
|
|
18718
|
-
getSubtitle()
|
|
18719
|
-
getSuffix()
|
|
19375
|
+
hasCheckbox: () => Promise<boolean>;
|
|
19376
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
19377
|
+
getTitle: () => Promise<string>;
|
|
19378
|
+
getSubtitle: () => Promise<string>;
|
|
19379
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
18720
19380
|
exists: () => Promise<boolean>;
|
|
18721
19381
|
element: () => Promise<any>;
|
|
18722
19382
|
};
|
|
18723
19383
|
getViewListItemAt: (index: number) => {
|
|
18724
19384
|
click: () => Promise<void>;
|
|
18725
19385
|
select: () => Promise<void>;
|
|
18726
|
-
hasCheckbox()
|
|
18727
|
-
getPrefix()
|
|
18728
|
-
getTitle()
|
|
18729
|
-
getSubtitle()
|
|
18730
|
-
getSuffix()
|
|
19386
|
+
hasCheckbox: () => Promise<boolean>;
|
|
19387
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
19388
|
+
getTitle: () => Promise<string>;
|
|
19389
|
+
getSubtitle: () => Promise<string>;
|
|
19390
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
18731
19391
|
exists: () => Promise<boolean>;
|
|
18732
19392
|
element: () => Promise<any>;
|
|
18733
19393
|
};
|
|
@@ -18763,22 +19423,22 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
18763
19423
|
getViewListItemAt: (index: number) => {
|
|
18764
19424
|
click: () => Promise<void>;
|
|
18765
19425
|
select: () => Promise<void>;
|
|
18766
|
-
hasCheckbox()
|
|
18767
|
-
getPrefix()
|
|
18768
|
-
getTitle()
|
|
18769
|
-
getSubtitle()
|
|
18770
|
-
getSuffix()
|
|
19426
|
+
hasCheckbox: () => Promise<boolean>;
|
|
19427
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
19428
|
+
getTitle: () => Promise<string>;
|
|
19429
|
+
getSubtitle: () => Promise<string>;
|
|
19430
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
18771
19431
|
exists: () => Promise<boolean>;
|
|
18772
19432
|
element: () => Promise<any>;
|
|
18773
19433
|
};
|
|
18774
19434
|
getViewListItemById: (id: string) => {
|
|
18775
19435
|
click: () => Promise<void>;
|
|
18776
19436
|
select: () => Promise<void>;
|
|
18777
|
-
hasCheckbox()
|
|
18778
|
-
getPrefix()
|
|
18779
|
-
getTitle()
|
|
18780
|
-
getSubtitle()
|
|
18781
|
-
getSuffix()
|
|
19437
|
+
hasCheckbox: () => Promise<boolean>;
|
|
19438
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
19439
|
+
getTitle: () => Promise<string>;
|
|
19440
|
+
getSubtitle: () => Promise<string>;
|
|
19441
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
18782
19442
|
exists: () => Promise<boolean>;
|
|
18783
19443
|
element: () => Promise<any>;
|
|
18784
19444
|
};
|
|
@@ -19775,22 +20435,22 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
19775
20435
|
getViewListItemById: (id: string) => {
|
|
19776
20436
|
click: () => Promise<void>;
|
|
19777
20437
|
select: () => Promise<void>;
|
|
19778
|
-
hasCheckbox()
|
|
19779
|
-
getPrefix()
|
|
19780
|
-
getTitle()
|
|
19781
|
-
getSubtitle()
|
|
19782
|
-
getSuffix()
|
|
20438
|
+
hasCheckbox: () => Promise<boolean>;
|
|
20439
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20440
|
+
getTitle: () => Promise<string>;
|
|
20441
|
+
getSubtitle: () => Promise<string>;
|
|
20442
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
19783
20443
|
exists: () => Promise<boolean>;
|
|
19784
20444
|
element: () => Promise<any>;
|
|
19785
20445
|
};
|
|
19786
20446
|
getViewListItemAt: (index: number) => {
|
|
19787
20447
|
click: () => Promise<void>;
|
|
19788
20448
|
select: () => Promise<void>;
|
|
19789
|
-
hasCheckbox()
|
|
19790
|
-
getPrefix()
|
|
19791
|
-
getTitle()
|
|
19792
|
-
getSubtitle()
|
|
19793
|
-
getSuffix()
|
|
20449
|
+
hasCheckbox: () => Promise<boolean>;
|
|
20450
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20451
|
+
getTitle: () => Promise<string>;
|
|
20452
|
+
getSubtitle: () => Promise<string>;
|
|
20453
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
19794
20454
|
exists: () => Promise<boolean>;
|
|
19795
20455
|
element: () => Promise<any>;
|
|
19796
20456
|
};
|
|
@@ -19826,22 +20486,22 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
19826
20486
|
getViewListItemAt: (index: number) => {
|
|
19827
20487
|
click: () => Promise<void>;
|
|
19828
20488
|
select: () => Promise<void>;
|
|
19829
|
-
hasCheckbox()
|
|
19830
|
-
getPrefix()
|
|
19831
|
-
getTitle()
|
|
19832
|
-
getSubtitle()
|
|
19833
|
-
getSuffix()
|
|
20489
|
+
hasCheckbox: () => Promise<boolean>;
|
|
20490
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20491
|
+
getTitle: () => Promise<string>;
|
|
20492
|
+
getSubtitle: () => Promise<string>;
|
|
20493
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
19834
20494
|
exists: () => Promise<boolean>;
|
|
19835
20495
|
element: () => Promise<any>;
|
|
19836
20496
|
};
|
|
19837
20497
|
getViewListItemById: (id: string) => {
|
|
19838
20498
|
click: () => Promise<void>;
|
|
19839
20499
|
select: () => Promise<void>;
|
|
19840
|
-
hasCheckbox()
|
|
19841
|
-
getPrefix()
|
|
19842
|
-
getTitle()
|
|
19843
|
-
getSubtitle()
|
|
19844
|
-
getSuffix()
|
|
20500
|
+
hasCheckbox: () => Promise<boolean>;
|
|
20501
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20502
|
+
getTitle: () => Promise<string>;
|
|
20503
|
+
getSubtitle: () => Promise<string>;
|
|
20504
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
19845
20505
|
exists: () => Promise<boolean>;
|
|
19846
20506
|
element: () => Promise<any>;
|
|
19847
20507
|
};
|
|
@@ -20454,22 +21114,22 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
20454
21114
|
getViewListItemById: (id: string) => {
|
|
20455
21115
|
click: () => Promise<void>;
|
|
20456
21116
|
select: () => Promise<void>;
|
|
20457
|
-
hasCheckbox()
|
|
20458
|
-
getPrefix()
|
|
20459
|
-
getTitle()
|
|
20460
|
-
getSubtitle()
|
|
20461
|
-
getSuffix()
|
|
21117
|
+
hasCheckbox: () => Promise<boolean>;
|
|
21118
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
21119
|
+
getTitle: () => Promise<string>;
|
|
21120
|
+
getSubtitle: () => Promise<string>;
|
|
21121
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20462
21122
|
exists: () => Promise<boolean>;
|
|
20463
21123
|
element: () => Promise<any>;
|
|
20464
21124
|
};
|
|
20465
21125
|
getViewListItemAt: (index: number) => {
|
|
20466
21126
|
click: () => Promise<void>;
|
|
20467
21127
|
select: () => Promise<void>;
|
|
20468
|
-
hasCheckbox()
|
|
20469
|
-
getPrefix()
|
|
20470
|
-
getTitle()
|
|
20471
|
-
getSubtitle()
|
|
20472
|
-
getSuffix()
|
|
21128
|
+
hasCheckbox: () => Promise<boolean>;
|
|
21129
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
21130
|
+
getTitle: () => Promise<string>;
|
|
21131
|
+
getSubtitle: () => Promise<string>;
|
|
21132
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20473
21133
|
exists: () => Promise<boolean>;
|
|
20474
21134
|
element: () => Promise<any>;
|
|
20475
21135
|
};
|
|
@@ -20505,22 +21165,22 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
20505
21165
|
getViewListItemAt: (index: number) => {
|
|
20506
21166
|
click: () => Promise<void>;
|
|
20507
21167
|
select: () => Promise<void>;
|
|
20508
|
-
hasCheckbox()
|
|
20509
|
-
getPrefix()
|
|
20510
|
-
getTitle()
|
|
20511
|
-
getSubtitle()
|
|
20512
|
-
getSuffix()
|
|
21168
|
+
hasCheckbox: () => Promise<boolean>;
|
|
21169
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
21170
|
+
getTitle: () => Promise<string>;
|
|
21171
|
+
getSubtitle: () => Promise<string>;
|
|
21172
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20513
21173
|
exists: () => Promise<boolean>;
|
|
20514
21174
|
element: () => Promise<any>;
|
|
20515
21175
|
};
|
|
20516
21176
|
getViewListItemById: (id: string) => {
|
|
20517
21177
|
click: () => Promise<void>;
|
|
20518
21178
|
select: () => Promise<void>;
|
|
20519
|
-
hasCheckbox()
|
|
20520
|
-
getPrefix()
|
|
20521
|
-
getTitle()
|
|
20522
|
-
getSubtitle()
|
|
20523
|
-
getSuffix()
|
|
21179
|
+
hasCheckbox: () => Promise<boolean>;
|
|
21180
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
21181
|
+
getTitle: () => Promise<string>;
|
|
21182
|
+
getSubtitle: () => Promise<string>;
|
|
21183
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20524
21184
|
exists: () => Promise<boolean>;
|
|
20525
21185
|
element: () => Promise<any>;
|
|
20526
21186
|
};
|
|
@@ -21384,22 +22044,22 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
21384
22044
|
getViewListItemById: (id: string) => {
|
|
21385
22045
|
click: () => Promise<void>;
|
|
21386
22046
|
select: () => Promise<void>;
|
|
21387
|
-
hasCheckbox()
|
|
21388
|
-
getPrefix()
|
|
21389
|
-
getTitle()
|
|
21390
|
-
getSubtitle()
|
|
21391
|
-
getSuffix()
|
|
22047
|
+
hasCheckbox: () => Promise<boolean>;
|
|
22048
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
22049
|
+
getTitle: () => Promise<string>;
|
|
22050
|
+
getSubtitle: () => Promise<string>;
|
|
22051
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
21392
22052
|
exists: () => Promise<boolean>;
|
|
21393
22053
|
element: () => Promise<any>;
|
|
21394
22054
|
};
|
|
21395
22055
|
getViewListItemAt: (index: number) => {
|
|
21396
22056
|
click: () => Promise<void>;
|
|
21397
22057
|
select: () => Promise<void>;
|
|
21398
|
-
hasCheckbox()
|
|
21399
|
-
getPrefix()
|
|
21400
|
-
getTitle()
|
|
21401
|
-
getSubtitle()
|
|
21402
|
-
getSuffix()
|
|
22058
|
+
hasCheckbox: () => Promise<boolean>;
|
|
22059
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
22060
|
+
getTitle: () => Promise<string>;
|
|
22061
|
+
getSubtitle: () => Promise<string>;
|
|
22062
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
21403
22063
|
exists: () => Promise<boolean>;
|
|
21404
22064
|
element: () => Promise<any>;
|
|
21405
22065
|
};
|
|
@@ -21435,22 +22095,22 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
21435
22095
|
getViewListItemAt: (index: number) => {
|
|
21436
22096
|
click: () => Promise<void>;
|
|
21437
22097
|
select: () => Promise<void>;
|
|
21438
|
-
hasCheckbox()
|
|
21439
|
-
getPrefix()
|
|
21440
|
-
getTitle()
|
|
21441
|
-
getSubtitle()
|
|
21442
|
-
getSuffix()
|
|
22098
|
+
hasCheckbox: () => Promise<boolean>;
|
|
22099
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
22100
|
+
getTitle: () => Promise<string>;
|
|
22101
|
+
getSubtitle: () => Promise<string>;
|
|
22102
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
21443
22103
|
exists: () => Promise<boolean>;
|
|
21444
22104
|
element: () => Promise<any>;
|
|
21445
22105
|
};
|
|
21446
22106
|
getViewListItemById: (id: string) => {
|
|
21447
22107
|
click: () => Promise<void>;
|
|
21448
22108
|
select: () => Promise<void>;
|
|
21449
|
-
hasCheckbox()
|
|
21450
|
-
getPrefix()
|
|
21451
|
-
getTitle()
|
|
21452
|
-
getSubtitle()
|
|
21453
|
-
getSuffix()
|
|
22109
|
+
hasCheckbox: () => Promise<boolean>;
|
|
22110
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
22111
|
+
getTitle: () => Promise<string>;
|
|
22112
|
+
getSubtitle: () => Promise<string>;
|
|
22113
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
21454
22114
|
exists: () => Promise<boolean>;
|
|
21455
22115
|
element: () => Promise<any>;
|
|
21456
22116
|
};
|
|
@@ -22501,22 +23161,22 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
22501
23161
|
getViewListItemById: (id: string) => {
|
|
22502
23162
|
click: () => Promise<void>;
|
|
22503
23163
|
select: () => Promise<void>;
|
|
22504
|
-
hasCheckbox()
|
|
22505
|
-
getPrefix()
|
|
22506
|
-
getTitle()
|
|
22507
|
-
getSubtitle()
|
|
22508
|
-
getSuffix()
|
|
23164
|
+
hasCheckbox: () => Promise<boolean>;
|
|
23165
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
23166
|
+
getTitle: () => Promise<string>;
|
|
23167
|
+
getSubtitle: () => Promise<string>;
|
|
23168
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
22509
23169
|
exists: () => Promise<boolean>;
|
|
22510
23170
|
element: () => Promise<any>;
|
|
22511
23171
|
};
|
|
22512
23172
|
getViewListItemAt: (index: number) => {
|
|
22513
23173
|
click: () => Promise<void>;
|
|
22514
23174
|
select: () => Promise<void>;
|
|
22515
|
-
hasCheckbox()
|
|
22516
|
-
getPrefix()
|
|
22517
|
-
getTitle()
|
|
22518
|
-
getSubtitle()
|
|
22519
|
-
getSuffix()
|
|
23175
|
+
hasCheckbox: () => Promise<boolean>;
|
|
23176
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
23177
|
+
getTitle: () => Promise<string>;
|
|
23178
|
+
getSubtitle: () => Promise<string>;
|
|
23179
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
22520
23180
|
exists: () => Promise<boolean>;
|
|
22521
23181
|
element: () => Promise<any>;
|
|
22522
23182
|
};
|
|
@@ -22552,22 +23212,22 @@ export declare const TableGridSwitchFoldersTestkit: (testkitArgs: import("@wix/w
|
|
|
22552
23212
|
getViewListItemAt: (index: number) => {
|
|
22553
23213
|
click: () => Promise<void>;
|
|
22554
23214
|
select: () => Promise<void>;
|
|
22555
|
-
hasCheckbox()
|
|
22556
|
-
getPrefix()
|
|
22557
|
-
getTitle()
|
|
22558
|
-
getSubtitle()
|
|
22559
|
-
getSuffix()
|
|
23215
|
+
hasCheckbox: () => Promise<boolean>;
|
|
23216
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
23217
|
+
getTitle: () => Promise<string>;
|
|
23218
|
+
getSubtitle: () => Promise<string>;
|
|
23219
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
22560
23220
|
exists: () => Promise<boolean>;
|
|
22561
23221
|
element: () => Promise<any>;
|
|
22562
23222
|
};
|
|
22563
23223
|
getViewListItemById: (id: string) => {
|
|
22564
23224
|
click: () => Promise<void>;
|
|
22565
23225
|
select: () => Promise<void>;
|
|
22566
|
-
hasCheckbox()
|
|
22567
|
-
getPrefix()
|
|
22568
|
-
getTitle()
|
|
22569
|
-
getSubtitle()
|
|
22570
|
-
getSuffix()
|
|
23226
|
+
hasCheckbox: () => Promise<boolean>;
|
|
23227
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
23228
|
+
getTitle: () => Promise<string>;
|
|
23229
|
+
getSubtitle: () => Promise<string>;
|
|
23230
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
22571
23231
|
exists: () => Promise<boolean>;
|
|
22572
23232
|
element: () => Promise<any>;
|
|
22573
23233
|
};
|
|
@@ -23553,22 +24213,22 @@ export declare const InfiniteScrollCollectionListTestkit: (testkitArgs: import("
|
|
|
23553
24213
|
getViewListItemById: (id: string) => {
|
|
23554
24214
|
click: () => Promise<void>;
|
|
23555
24215
|
select: () => Promise<void>;
|
|
23556
|
-
hasCheckbox()
|
|
23557
|
-
getPrefix()
|
|
23558
|
-
getTitle()
|
|
23559
|
-
getSubtitle()
|
|
23560
|
-
getSuffix()
|
|
24216
|
+
hasCheckbox: () => Promise<boolean>;
|
|
24217
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
24218
|
+
getTitle: () => Promise<string>;
|
|
24219
|
+
getSubtitle: () => Promise<string>;
|
|
24220
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
23561
24221
|
exists: () => Promise<boolean>;
|
|
23562
24222
|
element: () => Promise<any>;
|
|
23563
24223
|
};
|
|
23564
24224
|
getViewListItemAt: (index: number) => {
|
|
23565
24225
|
click: () => Promise<void>;
|
|
23566
24226
|
select: () => Promise<void>;
|
|
23567
|
-
hasCheckbox()
|
|
23568
|
-
getPrefix()
|
|
23569
|
-
getTitle()
|
|
23570
|
-
getSubtitle()
|
|
23571
|
-
getSuffix()
|
|
24227
|
+
hasCheckbox: () => Promise<boolean>;
|
|
24228
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
24229
|
+
getTitle: () => Promise<string>;
|
|
24230
|
+
getSubtitle: () => Promise<string>;
|
|
24231
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
23572
24232
|
exists: () => Promise<boolean>;
|
|
23573
24233
|
element: () => Promise<any>;
|
|
23574
24234
|
};
|
|
@@ -23604,22 +24264,22 @@ export declare const InfiniteScrollCollectionListTestkit: (testkitArgs: import("
|
|
|
23604
24264
|
getViewListItemAt: (index: number) => {
|
|
23605
24265
|
click: () => Promise<void>;
|
|
23606
24266
|
select: () => Promise<void>;
|
|
23607
|
-
hasCheckbox()
|
|
23608
|
-
getPrefix()
|
|
23609
|
-
getTitle()
|
|
23610
|
-
getSubtitle()
|
|
23611
|
-
getSuffix()
|
|
24267
|
+
hasCheckbox: () => Promise<boolean>;
|
|
24268
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
24269
|
+
getTitle: () => Promise<string>;
|
|
24270
|
+
getSubtitle: () => Promise<string>;
|
|
24271
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
23612
24272
|
exists: () => Promise<boolean>;
|
|
23613
24273
|
element: () => Promise<any>;
|
|
23614
24274
|
};
|
|
23615
24275
|
getViewListItemById: (id: string) => {
|
|
23616
24276
|
click: () => Promise<void>;
|
|
23617
24277
|
select: () => Promise<void>;
|
|
23618
|
-
hasCheckbox()
|
|
23619
|
-
getPrefix()
|
|
23620
|
-
getTitle()
|
|
23621
|
-
getSubtitle()
|
|
23622
|
-
getSuffix()
|
|
24278
|
+
hasCheckbox: () => Promise<boolean>;
|
|
24279
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
24280
|
+
getTitle: () => Promise<string>;
|
|
24281
|
+
getSubtitle: () => Promise<string>;
|
|
24282
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
23623
24283
|
exists: () => Promise<boolean>;
|
|
23624
24284
|
element: () => Promise<any>;
|
|
23625
24285
|
};
|
|
@@ -24436,22 +25096,22 @@ export declare const ViewsStandaloneTestkit: (testkitArgs: import("@wix/wix-ui-t
|
|
|
24436
25096
|
getViewListItemById: (id: string) => {
|
|
24437
25097
|
click: () => Promise<void>;
|
|
24438
25098
|
select: () => Promise<void>;
|
|
24439
|
-
hasCheckbox()
|
|
24440
|
-
getPrefix()
|
|
24441
|
-
getTitle()
|
|
24442
|
-
getSubtitle()
|
|
24443
|
-
getSuffix()
|
|
25099
|
+
hasCheckbox: () => Promise<boolean>;
|
|
25100
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
25101
|
+
getTitle: () => Promise<string>;
|
|
25102
|
+
getSubtitle: () => Promise<string>;
|
|
25103
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
24444
25104
|
exists: () => Promise<boolean>;
|
|
24445
25105
|
element: () => Promise<any>;
|
|
24446
25106
|
};
|
|
24447
25107
|
getViewListItemAt: (index: number) => {
|
|
24448
25108
|
click: () => Promise<void>;
|
|
24449
25109
|
select: () => Promise<void>;
|
|
24450
|
-
hasCheckbox()
|
|
24451
|
-
getPrefix()
|
|
24452
|
-
getTitle()
|
|
24453
|
-
getSubtitle()
|
|
24454
|
-
getSuffix()
|
|
25110
|
+
hasCheckbox: () => Promise<boolean>;
|
|
25111
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
25112
|
+
getTitle: () => Promise<string>;
|
|
25113
|
+
getSubtitle: () => Promise<string>;
|
|
25114
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
24455
25115
|
exists: () => Promise<boolean>;
|
|
24456
25116
|
element: () => Promise<any>;
|
|
24457
25117
|
};
|