@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
|
@@ -516,9 +516,57 @@ export declare const TableTestkit: (obj: {
|
|
|
516
516
|
exists: () => Promise<boolean>;
|
|
517
517
|
element: () => Promise<any>;
|
|
518
518
|
};
|
|
519
|
-
getTypeFormFieldDriver: () =>
|
|
520
|
-
|
|
521
|
-
|
|
519
|
+
getTypeFormFieldDriver: () => {
|
|
520
|
+
element: () => Promise<HTMLElement>;
|
|
521
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
522
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
523
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
524
|
+
isRequired: () => Promise<boolean>;
|
|
525
|
+
getLengthLeft: () => Promise<number | null>;
|
|
526
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
527
|
+
hasTooltip: () => Promise<boolean>;
|
|
528
|
+
getInfoContent: () => Promise<string>;
|
|
529
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
530
|
+
hoverInfoIcon: () => Promise<void>;
|
|
531
|
+
getStatusMessage: () => Promise<string>;
|
|
532
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
533
|
+
exists: () => Promise<boolean>;
|
|
534
|
+
click: () => Promise<void>;
|
|
535
|
+
};
|
|
536
|
+
getNameFormFieldDriver: () => {
|
|
537
|
+
element: () => Promise<HTMLElement>;
|
|
538
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
539
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
540
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
541
|
+
isRequired: () => Promise<boolean>;
|
|
542
|
+
getLengthLeft: () => Promise<number | null>;
|
|
543
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
544
|
+
hasTooltip: () => Promise<boolean>;
|
|
545
|
+
getInfoContent: () => Promise<string>;
|
|
546
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
547
|
+
hoverInfoIcon: () => Promise<void>;
|
|
548
|
+
getStatusMessage: () => Promise<string>;
|
|
549
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
550
|
+
exists: () => Promise<boolean>;
|
|
551
|
+
click: () => Promise<void>;
|
|
552
|
+
};
|
|
553
|
+
getKeyFormFieldDriver: () => {
|
|
554
|
+
element: () => Promise<HTMLElement>;
|
|
555
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
556
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
557
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
558
|
+
isRequired: () => Promise<boolean>;
|
|
559
|
+
getLengthLeft: () => Promise<number | null>;
|
|
560
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
561
|
+
hasTooltip: () => Promise<boolean>;
|
|
562
|
+
getInfoContent: () => Promise<string>;
|
|
563
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
564
|
+
hoverInfoIcon: () => Promise<void>;
|
|
565
|
+
getStatusMessage: () => Promise<string>;
|
|
566
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
567
|
+
exists: () => Promise<boolean>;
|
|
568
|
+
click: () => Promise<void>;
|
|
569
|
+
};
|
|
522
570
|
getFieldKeyTooltip: () => {
|
|
523
571
|
getTagName: () => Promise<string>;
|
|
524
572
|
getText: () => Promise<string>;
|
|
@@ -551,6 +599,7 @@ export declare const TableTestkit: (obj: {
|
|
|
551
599
|
getModalTitle: () => Promise<string>;
|
|
552
600
|
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
553
601
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
602
|
+
getNotificationButtonExists: () => Promise<boolean>;
|
|
554
603
|
clickCloseButton: () => Promise<void>;
|
|
555
604
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
556
605
|
getAddItem: () => {
|
|
@@ -565,8 +614,41 @@ export declare const TableTestkit: (obj: {
|
|
|
565
614
|
element: () => Promise<any>;
|
|
566
615
|
click: () => Promise<void>;
|
|
567
616
|
};
|
|
568
|
-
getFormField: () =>
|
|
569
|
-
|
|
617
|
+
getFormField: () => {
|
|
618
|
+
element: () => Promise<HTMLElement>;
|
|
619
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
620
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
621
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
622
|
+
isRequired: () => Promise<boolean>;
|
|
623
|
+
getLengthLeft: () => Promise<number | null>;
|
|
624
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
625
|
+
hasTooltip: () => Promise<boolean>;
|
|
626
|
+
getInfoContent: () => Promise<string>;
|
|
627
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
628
|
+
hoverInfoIcon: () => Promise<void>;
|
|
629
|
+
getStatusMessage: () => Promise<string>;
|
|
630
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
631
|
+
exists: () => Promise<boolean>;
|
|
632
|
+
click: () => Promise<void>;
|
|
633
|
+
};
|
|
634
|
+
getListItemEditable: () => {
|
|
635
|
+
getValue: () => Promise<string>;
|
|
636
|
+
getPlaceholder: () => Promise<string | null>;
|
|
637
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
638
|
+
enterText: (text: string) => Promise<void>;
|
|
639
|
+
clickApprove: () => Promise<void>;
|
|
640
|
+
clickCancel: () => Promise<void>;
|
|
641
|
+
pressEnter: () => Promise<void>;
|
|
642
|
+
isFocus: () => Promise<boolean>;
|
|
643
|
+
hasSuffix: () => Promise<boolean>;
|
|
644
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
645
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
646
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
647
|
+
getStatusMessage: () => Promise<string | null>;
|
|
648
|
+
exists: () => Promise<boolean>;
|
|
649
|
+
element: () => Promise<any>;
|
|
650
|
+
click: () => Promise<void>;
|
|
651
|
+
};
|
|
570
652
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
571
653
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
572
654
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -603,6 +685,7 @@ export declare const TableTestkit: (obj: {
|
|
|
603
685
|
getModalTitle: () => Promise<string>;
|
|
604
686
|
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
605
687
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
688
|
+
getNotificationButtonExists: () => Promise<boolean>;
|
|
606
689
|
clickCloseButton: () => Promise<void>;
|
|
607
690
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
608
691
|
getAddItem: () => {
|
|
@@ -617,8 +700,41 @@ export declare const TableTestkit: (obj: {
|
|
|
617
700
|
element: () => Promise<any>;
|
|
618
701
|
click: () => Promise<void>;
|
|
619
702
|
};
|
|
620
|
-
getFormField: () =>
|
|
621
|
-
|
|
703
|
+
getFormField: () => {
|
|
704
|
+
element: () => Promise<HTMLElement>;
|
|
705
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
706
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
707
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
708
|
+
isRequired: () => Promise<boolean>;
|
|
709
|
+
getLengthLeft: () => Promise<number | null>;
|
|
710
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
711
|
+
hasTooltip: () => Promise<boolean>;
|
|
712
|
+
getInfoContent: () => Promise<string>;
|
|
713
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
714
|
+
hoverInfoIcon: () => Promise<void>;
|
|
715
|
+
getStatusMessage: () => Promise<string>;
|
|
716
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
717
|
+
exists: () => Promise<boolean>;
|
|
718
|
+
click: () => Promise<void>;
|
|
719
|
+
};
|
|
720
|
+
getListItemEditable: () => {
|
|
721
|
+
getValue: () => Promise<string>;
|
|
722
|
+
getPlaceholder: () => Promise<string | null>;
|
|
723
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
724
|
+
enterText: (text: string) => Promise<void>;
|
|
725
|
+
clickApprove: () => Promise<void>;
|
|
726
|
+
clickCancel: () => Promise<void>;
|
|
727
|
+
pressEnter: () => Promise<void>;
|
|
728
|
+
isFocus: () => Promise<boolean>;
|
|
729
|
+
hasSuffix: () => Promise<boolean>;
|
|
730
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
731
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
732
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
733
|
+
getStatusMessage: () => Promise<string | null>;
|
|
734
|
+
exists: () => Promise<boolean>;
|
|
735
|
+
element: () => Promise<any>;
|
|
736
|
+
click: () => Promise<void>;
|
|
737
|
+
};
|
|
622
738
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
623
739
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
624
740
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -729,22 +845,22 @@ export declare const TableTestkit: (obj: {
|
|
|
729
845
|
getViewListItemById: (id: string) => {
|
|
730
846
|
click: () => Promise<void>;
|
|
731
847
|
select: () => Promise<void>;
|
|
732
|
-
hasCheckbox()
|
|
733
|
-
getPrefix()
|
|
734
|
-
getTitle()
|
|
735
|
-
getSubtitle()
|
|
736
|
-
getSuffix()
|
|
848
|
+
hasCheckbox: () => Promise<boolean>;
|
|
849
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
850
|
+
getTitle: () => Promise<string>;
|
|
851
|
+
getSubtitle: () => Promise<string>;
|
|
852
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
737
853
|
exists: () => Promise<boolean>;
|
|
738
854
|
element: () => Promise<any>;
|
|
739
855
|
};
|
|
740
856
|
getViewListItemAt: (index: number) => {
|
|
741
857
|
click: () => Promise<void>;
|
|
742
858
|
select: () => Promise<void>;
|
|
743
|
-
hasCheckbox()
|
|
744
|
-
getPrefix()
|
|
745
|
-
getTitle()
|
|
746
|
-
getSubtitle()
|
|
747
|
-
getSuffix()
|
|
859
|
+
hasCheckbox: () => Promise<boolean>;
|
|
860
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
861
|
+
getTitle: () => Promise<string>;
|
|
862
|
+
getSubtitle: () => Promise<string>;
|
|
863
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
748
864
|
exists: () => Promise<boolean>;
|
|
749
865
|
element: () => Promise<any>;
|
|
750
866
|
};
|
|
@@ -780,22 +896,22 @@ export declare const TableTestkit: (obj: {
|
|
|
780
896
|
getViewListItemAt: (index: number) => {
|
|
781
897
|
click: () => Promise<void>;
|
|
782
898
|
select: () => Promise<void>;
|
|
783
|
-
hasCheckbox()
|
|
784
|
-
getPrefix()
|
|
785
|
-
getTitle()
|
|
786
|
-
getSubtitle()
|
|
787
|
-
getSuffix()
|
|
899
|
+
hasCheckbox: () => Promise<boolean>;
|
|
900
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
901
|
+
getTitle: () => Promise<string>;
|
|
902
|
+
getSubtitle: () => Promise<string>;
|
|
903
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
788
904
|
exists: () => Promise<boolean>;
|
|
789
905
|
element: () => Promise<any>;
|
|
790
906
|
};
|
|
791
907
|
getViewListItemById: (id: string) => {
|
|
792
908
|
click: () => Promise<void>;
|
|
793
909
|
select: () => Promise<void>;
|
|
794
|
-
hasCheckbox()
|
|
795
|
-
getPrefix()
|
|
796
|
-
getTitle()
|
|
797
|
-
getSubtitle()
|
|
798
|
-
getSuffix()
|
|
910
|
+
hasCheckbox: () => Promise<boolean>;
|
|
911
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
912
|
+
getTitle: () => Promise<string>;
|
|
913
|
+
getSubtitle: () => Promise<string>;
|
|
914
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
799
915
|
exists: () => Promise<boolean>;
|
|
800
916
|
element: () => Promise<any>;
|
|
801
917
|
};
|
|
@@ -1834,22 +1950,22 @@ export declare const TableTestkit: (obj: {
|
|
|
1834
1950
|
getViewListItemById: (id: string) => {
|
|
1835
1951
|
click: () => Promise<void>;
|
|
1836
1952
|
select: () => Promise<void>;
|
|
1837
|
-
hasCheckbox()
|
|
1838
|
-
getPrefix()
|
|
1839
|
-
getTitle()
|
|
1840
|
-
getSubtitle()
|
|
1841
|
-
getSuffix()
|
|
1953
|
+
hasCheckbox: () => Promise<boolean>;
|
|
1954
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
1955
|
+
getTitle: () => Promise<string>;
|
|
1956
|
+
getSubtitle: () => Promise<string>;
|
|
1957
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
1842
1958
|
exists: () => Promise<boolean>;
|
|
1843
1959
|
element: () => Promise<any>;
|
|
1844
1960
|
};
|
|
1845
1961
|
getViewListItemAt: (index: number) => {
|
|
1846
1962
|
click: () => Promise<void>;
|
|
1847
1963
|
select: () => Promise<void>;
|
|
1848
|
-
hasCheckbox()
|
|
1849
|
-
getPrefix()
|
|
1850
|
-
getTitle()
|
|
1851
|
-
getSubtitle()
|
|
1852
|
-
getSuffix()
|
|
1964
|
+
hasCheckbox: () => Promise<boolean>;
|
|
1965
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
1966
|
+
getTitle: () => Promise<string>;
|
|
1967
|
+
getSubtitle: () => Promise<string>;
|
|
1968
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
1853
1969
|
exists: () => Promise<boolean>;
|
|
1854
1970
|
element: () => Promise<any>;
|
|
1855
1971
|
};
|
|
@@ -1885,22 +2001,22 @@ export declare const TableTestkit: (obj: {
|
|
|
1885
2001
|
getViewListItemAt: (index: number) => {
|
|
1886
2002
|
click: () => Promise<void>;
|
|
1887
2003
|
select: () => Promise<void>;
|
|
1888
|
-
hasCheckbox()
|
|
1889
|
-
getPrefix()
|
|
1890
|
-
getTitle()
|
|
1891
|
-
getSubtitle()
|
|
1892
|
-
getSuffix()
|
|
2004
|
+
hasCheckbox: () => Promise<boolean>;
|
|
2005
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
2006
|
+
getTitle: () => Promise<string>;
|
|
2007
|
+
getSubtitle: () => Promise<string>;
|
|
2008
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
1893
2009
|
exists: () => Promise<boolean>;
|
|
1894
2010
|
element: () => Promise<any>;
|
|
1895
2011
|
};
|
|
1896
2012
|
getViewListItemById: (id: string) => {
|
|
1897
2013
|
click: () => Promise<void>;
|
|
1898
2014
|
select: () => Promise<void>;
|
|
1899
|
-
hasCheckbox()
|
|
1900
|
-
getPrefix()
|
|
1901
|
-
getTitle()
|
|
1902
|
-
getSubtitle()
|
|
1903
|
-
getSuffix()
|
|
2015
|
+
hasCheckbox: () => Promise<boolean>;
|
|
2016
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
2017
|
+
getTitle: () => Promise<string>;
|
|
2018
|
+
getSubtitle: () => Promise<string>;
|
|
2019
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
1904
2020
|
exists: () => Promise<boolean>;
|
|
1905
2021
|
element: () => Promise<any>;
|
|
1906
2022
|
};
|
|
@@ -2714,22 +2830,22 @@ export declare const GridTestkit: (obj: {
|
|
|
2714
2830
|
getViewListItemById: (id: string) => {
|
|
2715
2831
|
click: () => Promise<void>;
|
|
2716
2832
|
select: () => Promise<void>;
|
|
2717
|
-
hasCheckbox()
|
|
2718
|
-
getPrefix()
|
|
2719
|
-
getTitle()
|
|
2720
|
-
getSubtitle()
|
|
2721
|
-
getSuffix()
|
|
2833
|
+
hasCheckbox: () => Promise<boolean>;
|
|
2834
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
2835
|
+
getTitle: () => Promise<string>;
|
|
2836
|
+
getSubtitle: () => Promise<string>;
|
|
2837
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
2722
2838
|
exists: () => Promise<boolean>;
|
|
2723
2839
|
element: () => Promise<any>;
|
|
2724
2840
|
};
|
|
2725
2841
|
getViewListItemAt: (index: number) => {
|
|
2726
2842
|
click: () => Promise<void>;
|
|
2727
2843
|
select: () => Promise<void>;
|
|
2728
|
-
hasCheckbox()
|
|
2729
|
-
getPrefix()
|
|
2730
|
-
getTitle()
|
|
2731
|
-
getSubtitle()
|
|
2732
|
-
getSuffix()
|
|
2844
|
+
hasCheckbox: () => Promise<boolean>;
|
|
2845
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
2846
|
+
getTitle: () => Promise<string>;
|
|
2847
|
+
getSubtitle: () => Promise<string>;
|
|
2848
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
2733
2849
|
exists: () => Promise<boolean>;
|
|
2734
2850
|
element: () => Promise<any>;
|
|
2735
2851
|
};
|
|
@@ -2765,22 +2881,22 @@ export declare const GridTestkit: (obj: {
|
|
|
2765
2881
|
getViewListItemAt: (index: number) => {
|
|
2766
2882
|
click: () => Promise<void>;
|
|
2767
2883
|
select: () => Promise<void>;
|
|
2768
|
-
hasCheckbox()
|
|
2769
|
-
getPrefix()
|
|
2770
|
-
getTitle()
|
|
2771
|
-
getSubtitle()
|
|
2772
|
-
getSuffix()
|
|
2884
|
+
hasCheckbox: () => Promise<boolean>;
|
|
2885
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
2886
|
+
getTitle: () => Promise<string>;
|
|
2887
|
+
getSubtitle: () => Promise<string>;
|
|
2888
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
2773
2889
|
exists: () => Promise<boolean>;
|
|
2774
2890
|
element: () => Promise<any>;
|
|
2775
2891
|
};
|
|
2776
2892
|
getViewListItemById: (id: string) => {
|
|
2777
2893
|
click: () => Promise<void>;
|
|
2778
2894
|
select: () => Promise<void>;
|
|
2779
|
-
hasCheckbox()
|
|
2780
|
-
getPrefix()
|
|
2781
|
-
getTitle()
|
|
2782
|
-
getSubtitle()
|
|
2783
|
-
getSuffix()
|
|
2895
|
+
hasCheckbox: () => Promise<boolean>;
|
|
2896
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
2897
|
+
getTitle: () => Promise<string>;
|
|
2898
|
+
getSubtitle: () => Promise<string>;
|
|
2899
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
2784
2900
|
exists: () => Promise<boolean>;
|
|
2785
2901
|
element: () => Promise<any>;
|
|
2786
2902
|
};
|
|
@@ -3860,9 +3976,57 @@ export declare const CustomFieldsWidgetTestkit: (obj: {
|
|
|
3860
3976
|
exists: () => Promise<boolean>;
|
|
3861
3977
|
element: () => Promise<any>;
|
|
3862
3978
|
};
|
|
3863
|
-
getTypeFormFieldDriver: () =>
|
|
3864
|
-
|
|
3865
|
-
|
|
3979
|
+
getTypeFormFieldDriver: () => {
|
|
3980
|
+
element: () => Promise<HTMLElement>;
|
|
3981
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
3982
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
3983
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
3984
|
+
isRequired: () => Promise<boolean>;
|
|
3985
|
+
getLengthLeft: () => Promise<number | null>;
|
|
3986
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
3987
|
+
hasTooltip: () => Promise<boolean>;
|
|
3988
|
+
getInfoContent: () => Promise<string>;
|
|
3989
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
3990
|
+
hoverInfoIcon: () => Promise<void>;
|
|
3991
|
+
getStatusMessage: () => Promise<string>;
|
|
3992
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
3993
|
+
exists: () => Promise<boolean>;
|
|
3994
|
+
click: () => Promise<void>;
|
|
3995
|
+
};
|
|
3996
|
+
getNameFormFieldDriver: () => {
|
|
3997
|
+
element: () => Promise<HTMLElement>;
|
|
3998
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
3999
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
4000
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
4001
|
+
isRequired: () => Promise<boolean>;
|
|
4002
|
+
getLengthLeft: () => Promise<number | null>;
|
|
4003
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
4004
|
+
hasTooltip: () => Promise<boolean>;
|
|
4005
|
+
getInfoContent: () => Promise<string>;
|
|
4006
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
4007
|
+
hoverInfoIcon: () => Promise<void>;
|
|
4008
|
+
getStatusMessage: () => Promise<string>;
|
|
4009
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
4010
|
+
exists: () => Promise<boolean>;
|
|
4011
|
+
click: () => Promise<void>;
|
|
4012
|
+
};
|
|
4013
|
+
getKeyFormFieldDriver: () => {
|
|
4014
|
+
element: () => Promise<HTMLElement>;
|
|
4015
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
4016
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
4017
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
4018
|
+
isRequired: () => Promise<boolean>;
|
|
4019
|
+
getLengthLeft: () => Promise<number | null>;
|
|
4020
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
4021
|
+
hasTooltip: () => Promise<boolean>;
|
|
4022
|
+
getInfoContent: () => Promise<string>;
|
|
4023
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
4024
|
+
hoverInfoIcon: () => Promise<void>;
|
|
4025
|
+
getStatusMessage: () => Promise<string>;
|
|
4026
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
4027
|
+
exists: () => Promise<boolean>;
|
|
4028
|
+
click: () => Promise<void>;
|
|
4029
|
+
};
|
|
3866
4030
|
getFieldKeyTooltip: () => {
|
|
3867
4031
|
getTagName: () => Promise<string>;
|
|
3868
4032
|
getText: () => Promise<string>;
|
|
@@ -4461,9 +4625,57 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
4461
4625
|
exists: () => Promise<boolean>;
|
|
4462
4626
|
element: () => Promise<any>;
|
|
4463
4627
|
};
|
|
4464
|
-
getTypeFormFieldDriver: () =>
|
|
4465
|
-
|
|
4466
|
-
|
|
4628
|
+
getTypeFormFieldDriver: () => {
|
|
4629
|
+
element: () => Promise<HTMLElement>;
|
|
4630
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
4631
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
4632
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
4633
|
+
isRequired: () => Promise<boolean>;
|
|
4634
|
+
getLengthLeft: () => Promise<number | null>;
|
|
4635
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
4636
|
+
hasTooltip: () => Promise<boolean>;
|
|
4637
|
+
getInfoContent: () => Promise<string>;
|
|
4638
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
4639
|
+
hoverInfoIcon: () => Promise<void>;
|
|
4640
|
+
getStatusMessage: () => Promise<string>;
|
|
4641
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
4642
|
+
exists: () => Promise<boolean>;
|
|
4643
|
+
click: () => Promise<void>;
|
|
4644
|
+
};
|
|
4645
|
+
getNameFormFieldDriver: () => {
|
|
4646
|
+
element: () => Promise<HTMLElement>;
|
|
4647
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
4648
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
4649
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
4650
|
+
isRequired: () => Promise<boolean>;
|
|
4651
|
+
getLengthLeft: () => Promise<number | null>;
|
|
4652
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
4653
|
+
hasTooltip: () => Promise<boolean>;
|
|
4654
|
+
getInfoContent: () => Promise<string>;
|
|
4655
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
4656
|
+
hoverInfoIcon: () => Promise<void>;
|
|
4657
|
+
getStatusMessage: () => Promise<string>;
|
|
4658
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
4659
|
+
exists: () => Promise<boolean>;
|
|
4660
|
+
click: () => Promise<void>;
|
|
4661
|
+
};
|
|
4662
|
+
getKeyFormFieldDriver: () => {
|
|
4663
|
+
element: () => Promise<HTMLElement>;
|
|
4664
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
4665
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
4666
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
4667
|
+
isRequired: () => Promise<boolean>;
|
|
4668
|
+
getLengthLeft: () => Promise<number | null>;
|
|
4669
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
4670
|
+
hasTooltip: () => Promise<boolean>;
|
|
4671
|
+
getInfoContent: () => Promise<string>;
|
|
4672
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
4673
|
+
hoverInfoIcon: () => Promise<void>;
|
|
4674
|
+
getStatusMessage: () => Promise<string>;
|
|
4675
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
4676
|
+
exists: () => Promise<boolean>;
|
|
4677
|
+
click: () => Promise<void>;
|
|
4678
|
+
};
|
|
4467
4679
|
getFieldKeyTooltip: () => {
|
|
4468
4680
|
getTagName: () => Promise<string>;
|
|
4469
4681
|
getText: () => Promise<string>;
|
|
@@ -4496,6 +4708,7 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
4496
4708
|
getModalTitle: () => Promise<string>;
|
|
4497
4709
|
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
4498
4710
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
4711
|
+
getNotificationButtonExists: () => Promise<boolean>;
|
|
4499
4712
|
clickCloseButton: () => Promise<void>;
|
|
4500
4713
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
4501
4714
|
getAddItem: () => {
|
|
@@ -4510,8 +4723,41 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
4510
4723
|
element: () => Promise<any>;
|
|
4511
4724
|
click: () => Promise<void>;
|
|
4512
4725
|
};
|
|
4513
|
-
getFormField: () =>
|
|
4514
|
-
|
|
4726
|
+
getFormField: () => {
|
|
4727
|
+
element: () => Promise<HTMLElement>;
|
|
4728
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
4729
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
4730
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
4731
|
+
isRequired: () => Promise<boolean>;
|
|
4732
|
+
getLengthLeft: () => Promise<number | null>;
|
|
4733
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
4734
|
+
hasTooltip: () => Promise<boolean>;
|
|
4735
|
+
getInfoContent: () => Promise<string>;
|
|
4736
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
4737
|
+
hoverInfoIcon: () => Promise<void>;
|
|
4738
|
+
getStatusMessage: () => Promise<string>;
|
|
4739
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
4740
|
+
exists: () => Promise<boolean>;
|
|
4741
|
+
click: () => Promise<void>;
|
|
4742
|
+
};
|
|
4743
|
+
getListItemEditable: () => {
|
|
4744
|
+
getValue: () => Promise<string>;
|
|
4745
|
+
getPlaceholder: () => Promise<string | null>;
|
|
4746
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
4747
|
+
enterText: (text: string) => Promise<void>;
|
|
4748
|
+
clickApprove: () => Promise<void>;
|
|
4749
|
+
clickCancel: () => Promise<void>;
|
|
4750
|
+
pressEnter: () => Promise<void>;
|
|
4751
|
+
isFocus: () => Promise<boolean>;
|
|
4752
|
+
hasSuffix: () => Promise<boolean>;
|
|
4753
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
4754
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
4755
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
4756
|
+
getStatusMessage: () => Promise<string | null>;
|
|
4757
|
+
exists: () => Promise<boolean>;
|
|
4758
|
+
element: () => Promise<any>;
|
|
4759
|
+
click: () => Promise<void>;
|
|
4760
|
+
};
|
|
4515
4761
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
4516
4762
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
4517
4763
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -4548,6 +4794,7 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
4548
4794
|
getModalTitle: () => Promise<string>;
|
|
4549
4795
|
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
4550
4796
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
4797
|
+
getNotificationButtonExists: () => Promise<boolean>;
|
|
4551
4798
|
clickCloseButton: () => Promise<void>;
|
|
4552
4799
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
4553
4800
|
getAddItem: () => {
|
|
@@ -4562,8 +4809,41 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
4562
4809
|
element: () => Promise<any>;
|
|
4563
4810
|
click: () => Promise<void>;
|
|
4564
4811
|
};
|
|
4565
|
-
getFormField: () =>
|
|
4566
|
-
|
|
4812
|
+
getFormField: () => {
|
|
4813
|
+
element: () => Promise<HTMLElement>;
|
|
4814
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
4815
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
4816
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
4817
|
+
isRequired: () => Promise<boolean>;
|
|
4818
|
+
getLengthLeft: () => Promise<number | null>;
|
|
4819
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
4820
|
+
hasTooltip: () => Promise<boolean>;
|
|
4821
|
+
getInfoContent: () => Promise<string>;
|
|
4822
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
4823
|
+
hoverInfoIcon: () => Promise<void>;
|
|
4824
|
+
getStatusMessage: () => Promise<string>;
|
|
4825
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
4826
|
+
exists: () => Promise<boolean>;
|
|
4827
|
+
click: () => Promise<void>;
|
|
4828
|
+
};
|
|
4829
|
+
getListItemEditable: () => {
|
|
4830
|
+
getValue: () => Promise<string>;
|
|
4831
|
+
getPlaceholder: () => Promise<string | null>;
|
|
4832
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
4833
|
+
enterText: (text: string) => Promise<void>;
|
|
4834
|
+
clickApprove: () => Promise<void>;
|
|
4835
|
+
clickCancel: () => Promise<void>;
|
|
4836
|
+
pressEnter: () => Promise<void>;
|
|
4837
|
+
isFocus: () => Promise<boolean>;
|
|
4838
|
+
hasSuffix: () => Promise<boolean>;
|
|
4839
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
4840
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
4841
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
4842
|
+
getStatusMessage: () => Promise<string | null>;
|
|
4843
|
+
exists: () => Promise<boolean>;
|
|
4844
|
+
element: () => Promise<any>;
|
|
4845
|
+
click: () => Promise<void>;
|
|
4846
|
+
};
|
|
4567
4847
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
4568
4848
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
4569
4849
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -4674,22 +4954,22 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
4674
4954
|
getViewListItemById: (id: string) => {
|
|
4675
4955
|
click: () => Promise<void>;
|
|
4676
4956
|
select: () => Promise<void>;
|
|
4677
|
-
hasCheckbox()
|
|
4678
|
-
getPrefix()
|
|
4679
|
-
getTitle()
|
|
4680
|
-
getSubtitle()
|
|
4681
|
-
getSuffix()
|
|
4957
|
+
hasCheckbox: () => Promise<boolean>;
|
|
4958
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
4959
|
+
getTitle: () => Promise<string>;
|
|
4960
|
+
getSubtitle: () => Promise<string>;
|
|
4961
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
4682
4962
|
exists: () => Promise<boolean>;
|
|
4683
4963
|
element: () => Promise<any>;
|
|
4684
4964
|
};
|
|
4685
4965
|
getViewListItemAt: (index: number) => {
|
|
4686
4966
|
click: () => Promise<void>;
|
|
4687
4967
|
select: () => Promise<void>;
|
|
4688
|
-
hasCheckbox()
|
|
4689
|
-
getPrefix()
|
|
4690
|
-
getTitle()
|
|
4691
|
-
getSubtitle()
|
|
4692
|
-
getSuffix()
|
|
4968
|
+
hasCheckbox: () => Promise<boolean>;
|
|
4969
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
4970
|
+
getTitle: () => Promise<string>;
|
|
4971
|
+
getSubtitle: () => Promise<string>;
|
|
4972
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
4693
4973
|
exists: () => Promise<boolean>;
|
|
4694
4974
|
element: () => Promise<any>;
|
|
4695
4975
|
};
|
|
@@ -4725,22 +5005,22 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
4725
5005
|
getViewListItemAt: (index: number) => {
|
|
4726
5006
|
click: () => Promise<void>;
|
|
4727
5007
|
select: () => Promise<void>;
|
|
4728
|
-
hasCheckbox()
|
|
4729
|
-
getPrefix()
|
|
4730
|
-
getTitle()
|
|
4731
|
-
getSubtitle()
|
|
4732
|
-
getSuffix()
|
|
5008
|
+
hasCheckbox: () => Promise<boolean>;
|
|
5009
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
5010
|
+
getTitle: () => Promise<string>;
|
|
5011
|
+
getSubtitle: () => Promise<string>;
|
|
5012
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
4733
5013
|
exists: () => Promise<boolean>;
|
|
4734
5014
|
element: () => Promise<any>;
|
|
4735
5015
|
};
|
|
4736
5016
|
getViewListItemById: (id: string) => {
|
|
4737
5017
|
click: () => Promise<void>;
|
|
4738
5018
|
select: () => Promise<void>;
|
|
4739
|
-
hasCheckbox()
|
|
4740
|
-
getPrefix()
|
|
4741
|
-
getTitle()
|
|
4742
|
-
getSubtitle()
|
|
4743
|
-
getSuffix()
|
|
5019
|
+
hasCheckbox: () => Promise<boolean>;
|
|
5020
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
5021
|
+
getTitle: () => Promise<string>;
|
|
5022
|
+
getSubtitle: () => Promise<string>;
|
|
5023
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
4744
5024
|
exists: () => Promise<boolean>;
|
|
4745
5025
|
element: () => Promise<any>;
|
|
4746
5026
|
};
|
|
@@ -5779,22 +6059,22 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
5779
6059
|
getViewListItemById: (id: string) => {
|
|
5780
6060
|
click: () => Promise<void>;
|
|
5781
6061
|
select: () => Promise<void>;
|
|
5782
|
-
hasCheckbox()
|
|
5783
|
-
getPrefix()
|
|
5784
|
-
getTitle()
|
|
5785
|
-
getSubtitle()
|
|
5786
|
-
getSuffix()
|
|
6062
|
+
hasCheckbox: () => Promise<boolean>;
|
|
6063
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6064
|
+
getTitle: () => Promise<string>;
|
|
6065
|
+
getSubtitle: () => Promise<string>;
|
|
6066
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
5787
6067
|
exists: () => Promise<boolean>;
|
|
5788
6068
|
element: () => Promise<any>;
|
|
5789
6069
|
};
|
|
5790
6070
|
getViewListItemAt: (index: number) => {
|
|
5791
6071
|
click: () => Promise<void>;
|
|
5792
6072
|
select: () => Promise<void>;
|
|
5793
|
-
hasCheckbox()
|
|
5794
|
-
getPrefix()
|
|
5795
|
-
getTitle()
|
|
5796
|
-
getSubtitle()
|
|
5797
|
-
getSuffix()
|
|
6073
|
+
hasCheckbox: () => Promise<boolean>;
|
|
6074
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6075
|
+
getTitle: () => Promise<string>;
|
|
6076
|
+
getSubtitle: () => Promise<string>;
|
|
6077
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
5798
6078
|
exists: () => Promise<boolean>;
|
|
5799
6079
|
element: () => Promise<any>;
|
|
5800
6080
|
};
|
|
@@ -5830,22 +6110,22 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
5830
6110
|
getViewListItemAt: (index: number) => {
|
|
5831
6111
|
click: () => Promise<void>;
|
|
5832
6112
|
select: () => Promise<void>;
|
|
5833
|
-
hasCheckbox()
|
|
5834
|
-
getPrefix()
|
|
5835
|
-
getTitle()
|
|
5836
|
-
getSubtitle()
|
|
5837
|
-
getSuffix()
|
|
6113
|
+
hasCheckbox: () => Promise<boolean>;
|
|
6114
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6115
|
+
getTitle: () => Promise<string>;
|
|
6116
|
+
getSubtitle: () => Promise<string>;
|
|
6117
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
5838
6118
|
exists: () => Promise<boolean>;
|
|
5839
6119
|
element: () => Promise<any>;
|
|
5840
6120
|
};
|
|
5841
6121
|
getViewListItemById: (id: string) => {
|
|
5842
6122
|
click: () => Promise<void>;
|
|
5843
6123
|
select: () => Promise<void>;
|
|
5844
|
-
hasCheckbox()
|
|
5845
|
-
getPrefix()
|
|
5846
|
-
getTitle()
|
|
5847
|
-
getSubtitle()
|
|
5848
|
-
getSuffix()
|
|
6124
|
+
hasCheckbox: () => Promise<boolean>;
|
|
6125
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6126
|
+
getTitle: () => Promise<string>;
|
|
6127
|
+
getSubtitle: () => Promise<string>;
|
|
6128
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
5849
6129
|
exists: () => Promise<boolean>;
|
|
5850
6130
|
element: () => Promise<any>;
|
|
5851
6131
|
};
|
|
@@ -6655,22 +6935,22 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
6655
6935
|
getViewListItemById: (id: string) => {
|
|
6656
6936
|
click: () => Promise<void>;
|
|
6657
6937
|
select: () => Promise<void>;
|
|
6658
|
-
hasCheckbox()
|
|
6659
|
-
getPrefix()
|
|
6660
|
-
getTitle()
|
|
6661
|
-
getSubtitle()
|
|
6662
|
-
getSuffix()
|
|
6938
|
+
hasCheckbox: () => Promise<boolean>;
|
|
6939
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6940
|
+
getTitle: () => Promise<string>;
|
|
6941
|
+
getSubtitle: () => Promise<string>;
|
|
6942
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6663
6943
|
exists: () => Promise<boolean>;
|
|
6664
6944
|
element: () => Promise<any>;
|
|
6665
6945
|
};
|
|
6666
6946
|
getViewListItemAt: (index: number) => {
|
|
6667
6947
|
click: () => Promise<void>;
|
|
6668
6948
|
select: () => Promise<void>;
|
|
6669
|
-
hasCheckbox()
|
|
6670
|
-
getPrefix()
|
|
6671
|
-
getTitle()
|
|
6672
|
-
getSubtitle()
|
|
6673
|
-
getSuffix()
|
|
6949
|
+
hasCheckbox: () => Promise<boolean>;
|
|
6950
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6951
|
+
getTitle: () => Promise<string>;
|
|
6952
|
+
getSubtitle: () => Promise<string>;
|
|
6953
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6674
6954
|
exists: () => Promise<boolean>;
|
|
6675
6955
|
element: () => Promise<any>;
|
|
6676
6956
|
};
|
|
@@ -6706,22 +6986,22 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
6706
6986
|
getViewListItemAt: (index: number) => {
|
|
6707
6987
|
click: () => Promise<void>;
|
|
6708
6988
|
select: () => Promise<void>;
|
|
6709
|
-
hasCheckbox()
|
|
6710
|
-
getPrefix()
|
|
6711
|
-
getTitle()
|
|
6712
|
-
getSubtitle()
|
|
6713
|
-
getSuffix()
|
|
6989
|
+
hasCheckbox: () => Promise<boolean>;
|
|
6990
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6991
|
+
getTitle: () => Promise<string>;
|
|
6992
|
+
getSubtitle: () => Promise<string>;
|
|
6993
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6714
6994
|
exists: () => Promise<boolean>;
|
|
6715
6995
|
element: () => Promise<any>;
|
|
6716
6996
|
};
|
|
6717
6997
|
getViewListItemById: (id: string) => {
|
|
6718
6998
|
click: () => Promise<void>;
|
|
6719
6999
|
select: () => Promise<void>;
|
|
6720
|
-
hasCheckbox()
|
|
6721
|
-
getPrefix()
|
|
6722
|
-
getTitle()
|
|
6723
|
-
getSubtitle()
|
|
6724
|
-
getSuffix()
|
|
7000
|
+
hasCheckbox: () => Promise<boolean>;
|
|
7001
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
7002
|
+
getTitle: () => Promise<string>;
|
|
7003
|
+
getSubtitle: () => Promise<string>;
|
|
7004
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
6725
7005
|
exists: () => Promise<boolean>;
|
|
6726
7006
|
element: () => Promise<any>;
|
|
6727
7007
|
};
|
|
@@ -7620,22 +7900,22 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
7620
7900
|
getViewListItemById: (id: string) => {
|
|
7621
7901
|
click: () => Promise<void>;
|
|
7622
7902
|
select: () => Promise<void>;
|
|
7623
|
-
hasCheckbox()
|
|
7624
|
-
getPrefix()
|
|
7625
|
-
getTitle()
|
|
7626
|
-
getSubtitle()
|
|
7627
|
-
getSuffix()
|
|
7903
|
+
hasCheckbox: () => Promise<boolean>;
|
|
7904
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
7905
|
+
getTitle: () => Promise<string>;
|
|
7906
|
+
getSubtitle: () => Promise<string>;
|
|
7907
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
7628
7908
|
exists: () => Promise<boolean>;
|
|
7629
7909
|
element: () => Promise<any>;
|
|
7630
7910
|
};
|
|
7631
7911
|
getViewListItemAt: (index: number) => {
|
|
7632
7912
|
click: () => Promise<void>;
|
|
7633
7913
|
select: () => Promise<void>;
|
|
7634
|
-
hasCheckbox()
|
|
7635
|
-
getPrefix()
|
|
7636
|
-
getTitle()
|
|
7637
|
-
getSubtitle()
|
|
7638
|
-
getSuffix()
|
|
7914
|
+
hasCheckbox: () => Promise<boolean>;
|
|
7915
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
7916
|
+
getTitle: () => Promise<string>;
|
|
7917
|
+
getSubtitle: () => Promise<string>;
|
|
7918
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
7639
7919
|
exists: () => Promise<boolean>;
|
|
7640
7920
|
element: () => Promise<any>;
|
|
7641
7921
|
};
|
|
@@ -7671,22 +7951,22 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
7671
7951
|
getViewListItemAt: (index: number) => {
|
|
7672
7952
|
click: () => Promise<void>;
|
|
7673
7953
|
select: () => Promise<void>;
|
|
7674
|
-
hasCheckbox()
|
|
7675
|
-
getPrefix()
|
|
7676
|
-
getTitle()
|
|
7677
|
-
getSubtitle()
|
|
7678
|
-
getSuffix()
|
|
7954
|
+
hasCheckbox: () => Promise<boolean>;
|
|
7955
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
7956
|
+
getTitle: () => Promise<string>;
|
|
7957
|
+
getSubtitle: () => Promise<string>;
|
|
7958
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
7679
7959
|
exists: () => Promise<boolean>;
|
|
7680
7960
|
element: () => Promise<any>;
|
|
7681
7961
|
};
|
|
7682
7962
|
getViewListItemById: (id: string) => {
|
|
7683
7963
|
click: () => Promise<void>;
|
|
7684
7964
|
select: () => Promise<void>;
|
|
7685
|
-
hasCheckbox()
|
|
7686
|
-
getPrefix()
|
|
7687
|
-
getTitle()
|
|
7688
|
-
getSubtitle()
|
|
7689
|
-
getSuffix()
|
|
7965
|
+
hasCheckbox: () => Promise<boolean>;
|
|
7966
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
7967
|
+
getTitle: () => Promise<string>;
|
|
7968
|
+
getSubtitle: () => Promise<string>;
|
|
7969
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
7690
7970
|
exists: () => Promise<boolean>;
|
|
7691
7971
|
element: () => Promise<any>;
|
|
7692
7972
|
};
|
|
@@ -8550,22 +8830,22 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
8550
8830
|
getViewListItemById: (id: string) => {
|
|
8551
8831
|
click: () => Promise<void>;
|
|
8552
8832
|
select: () => Promise<void>;
|
|
8553
|
-
hasCheckbox()
|
|
8554
|
-
getPrefix()
|
|
8555
|
-
getTitle()
|
|
8556
|
-
getSubtitle()
|
|
8557
|
-
getSuffix()
|
|
8833
|
+
hasCheckbox: () => Promise<boolean>;
|
|
8834
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
8835
|
+
getTitle: () => Promise<string>;
|
|
8836
|
+
getSubtitle: () => Promise<string>;
|
|
8837
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
8558
8838
|
exists: () => Promise<boolean>;
|
|
8559
8839
|
element: () => Promise<any>;
|
|
8560
8840
|
};
|
|
8561
8841
|
getViewListItemAt: (index: number) => {
|
|
8562
8842
|
click: () => Promise<void>;
|
|
8563
8843
|
select: () => Promise<void>;
|
|
8564
|
-
hasCheckbox()
|
|
8565
|
-
getPrefix()
|
|
8566
|
-
getTitle()
|
|
8567
|
-
getSubtitle()
|
|
8568
|
-
getSuffix()
|
|
8844
|
+
hasCheckbox: () => Promise<boolean>;
|
|
8845
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
8846
|
+
getTitle: () => Promise<string>;
|
|
8847
|
+
getSubtitle: () => Promise<string>;
|
|
8848
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
8569
8849
|
exists: () => Promise<boolean>;
|
|
8570
8850
|
element: () => Promise<any>;
|
|
8571
8851
|
};
|
|
@@ -8601,22 +8881,22 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
8601
8881
|
getViewListItemAt: (index: number) => {
|
|
8602
8882
|
click: () => Promise<void>;
|
|
8603
8883
|
select: () => Promise<void>;
|
|
8604
|
-
hasCheckbox()
|
|
8605
|
-
getPrefix()
|
|
8606
|
-
getTitle()
|
|
8607
|
-
getSubtitle()
|
|
8608
|
-
getSuffix()
|
|
8884
|
+
hasCheckbox: () => Promise<boolean>;
|
|
8885
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
8886
|
+
getTitle: () => Promise<string>;
|
|
8887
|
+
getSubtitle: () => Promise<string>;
|
|
8888
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
8609
8889
|
exists: () => Promise<boolean>;
|
|
8610
8890
|
element: () => Promise<any>;
|
|
8611
8891
|
};
|
|
8612
8892
|
getViewListItemById: (id: string) => {
|
|
8613
8893
|
click: () => Promise<void>;
|
|
8614
8894
|
select: () => Promise<void>;
|
|
8615
|
-
hasCheckbox()
|
|
8616
|
-
getPrefix()
|
|
8617
|
-
getTitle()
|
|
8618
|
-
getSubtitle()
|
|
8619
|
-
getSuffix()
|
|
8895
|
+
hasCheckbox: () => Promise<boolean>;
|
|
8896
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
8897
|
+
getTitle: () => Promise<string>;
|
|
8898
|
+
getSubtitle: () => Promise<string>;
|
|
8899
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
8620
8900
|
exists: () => Promise<boolean>;
|
|
8621
8901
|
element: () => Promise<any>;
|
|
8622
8902
|
};
|
|
@@ -9667,22 +9947,22 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
9667
9947
|
getViewListItemById: (id: string) => {
|
|
9668
9948
|
click: () => Promise<void>;
|
|
9669
9949
|
select: () => Promise<void>;
|
|
9670
|
-
hasCheckbox()
|
|
9671
|
-
getPrefix()
|
|
9672
|
-
getTitle()
|
|
9673
|
-
getSubtitle()
|
|
9674
|
-
getSuffix()
|
|
9950
|
+
hasCheckbox: () => Promise<boolean>;
|
|
9951
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
9952
|
+
getTitle: () => Promise<string>;
|
|
9953
|
+
getSubtitle: () => Promise<string>;
|
|
9954
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
9675
9955
|
exists: () => Promise<boolean>;
|
|
9676
9956
|
element: () => Promise<any>;
|
|
9677
9957
|
};
|
|
9678
9958
|
getViewListItemAt: (index: number) => {
|
|
9679
9959
|
click: () => Promise<void>;
|
|
9680
9960
|
select: () => Promise<void>;
|
|
9681
|
-
hasCheckbox()
|
|
9682
|
-
getPrefix()
|
|
9683
|
-
getTitle()
|
|
9684
|
-
getSubtitle()
|
|
9685
|
-
getSuffix()
|
|
9961
|
+
hasCheckbox: () => Promise<boolean>;
|
|
9962
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
9963
|
+
getTitle: () => Promise<string>;
|
|
9964
|
+
getSubtitle: () => Promise<string>;
|
|
9965
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
9686
9966
|
exists: () => Promise<boolean>;
|
|
9687
9967
|
element: () => Promise<any>;
|
|
9688
9968
|
};
|
|
@@ -9718,22 +9998,22 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
9718
9998
|
getViewListItemAt: (index: number) => {
|
|
9719
9999
|
click: () => Promise<void>;
|
|
9720
10000
|
select: () => Promise<void>;
|
|
9721
|
-
hasCheckbox()
|
|
9722
|
-
getPrefix()
|
|
9723
|
-
getTitle()
|
|
9724
|
-
getSubtitle()
|
|
9725
|
-
getSuffix()
|
|
10001
|
+
hasCheckbox: () => Promise<boolean>;
|
|
10002
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
10003
|
+
getTitle: () => Promise<string>;
|
|
10004
|
+
getSubtitle: () => Promise<string>;
|
|
10005
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
9726
10006
|
exists: () => Promise<boolean>;
|
|
9727
10007
|
element: () => Promise<any>;
|
|
9728
10008
|
};
|
|
9729
10009
|
getViewListItemById: (id: string) => {
|
|
9730
10010
|
click: () => Promise<void>;
|
|
9731
10011
|
select: () => Promise<void>;
|
|
9732
|
-
hasCheckbox()
|
|
9733
|
-
getPrefix()
|
|
9734
|
-
getTitle()
|
|
9735
|
-
getSubtitle()
|
|
9736
|
-
getSuffix()
|
|
10012
|
+
hasCheckbox: () => Promise<boolean>;
|
|
10013
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
10014
|
+
getTitle: () => Promise<string>;
|
|
10015
|
+
getSubtitle: () => Promise<string>;
|
|
10016
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
9737
10017
|
exists: () => Promise<boolean>;
|
|
9738
10018
|
element: () => Promise<any>;
|
|
9739
10019
|
};
|
|
@@ -10653,22 +10933,22 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
10653
10933
|
getViewListItemById: (id: string) => {
|
|
10654
10934
|
click: () => Promise<void>;
|
|
10655
10935
|
select: () => Promise<void>;
|
|
10656
|
-
hasCheckbox()
|
|
10657
|
-
getPrefix()
|
|
10658
|
-
getTitle()
|
|
10659
|
-
getSubtitle()
|
|
10660
|
-
getSuffix()
|
|
10936
|
+
hasCheckbox: () => Promise<boolean>;
|
|
10937
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
10938
|
+
getTitle: () => Promise<string>;
|
|
10939
|
+
getSubtitle: () => Promise<string>;
|
|
10940
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
10661
10941
|
exists: () => Promise<boolean>;
|
|
10662
10942
|
element: () => Promise<any>;
|
|
10663
10943
|
};
|
|
10664
10944
|
getViewListItemAt: (index: number) => {
|
|
10665
10945
|
click: () => Promise<void>;
|
|
10666
10946
|
select: () => Promise<void>;
|
|
10667
|
-
hasCheckbox()
|
|
10668
|
-
getPrefix()
|
|
10669
|
-
getTitle()
|
|
10670
|
-
getSubtitle()
|
|
10671
|
-
getSuffix()
|
|
10947
|
+
hasCheckbox: () => Promise<boolean>;
|
|
10948
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
10949
|
+
getTitle: () => Promise<string>;
|
|
10950
|
+
getSubtitle: () => Promise<string>;
|
|
10951
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
10672
10952
|
exists: () => Promise<boolean>;
|
|
10673
10953
|
element: () => Promise<any>;
|
|
10674
10954
|
};
|
|
@@ -10704,22 +10984,22 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
10704
10984
|
getViewListItemAt: (index: number) => {
|
|
10705
10985
|
click: () => Promise<void>;
|
|
10706
10986
|
select: () => Promise<void>;
|
|
10707
|
-
hasCheckbox()
|
|
10708
|
-
getPrefix()
|
|
10709
|
-
getTitle()
|
|
10710
|
-
getSubtitle()
|
|
10711
|
-
getSuffix()
|
|
10987
|
+
hasCheckbox: () => Promise<boolean>;
|
|
10988
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
10989
|
+
getTitle: () => Promise<string>;
|
|
10990
|
+
getSubtitle: () => Promise<string>;
|
|
10991
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
10712
10992
|
exists: () => Promise<boolean>;
|
|
10713
10993
|
element: () => Promise<any>;
|
|
10714
10994
|
};
|
|
10715
10995
|
getViewListItemById: (id: string) => {
|
|
10716
10996
|
click: () => Promise<void>;
|
|
10717
10997
|
select: () => Promise<void>;
|
|
10718
|
-
hasCheckbox()
|
|
10719
|
-
getPrefix()
|
|
10720
|
-
getTitle()
|
|
10721
|
-
getSubtitle()
|
|
10722
|
-
getSuffix()
|
|
10998
|
+
hasCheckbox: () => Promise<boolean>;
|
|
10999
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
11000
|
+
getTitle: () => Promise<string>;
|
|
11001
|
+
getSubtitle: () => Promise<string>;
|
|
11002
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
10723
11003
|
exists: () => Promise<boolean>;
|
|
10724
11004
|
element: () => Promise<any>;
|
|
10725
11005
|
};
|
|
@@ -11833,9 +12113,57 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
11833
12113
|
exists: () => Promise<boolean>;
|
|
11834
12114
|
element: () => Promise<any>;
|
|
11835
12115
|
};
|
|
11836
|
-
getTypeFormFieldDriver: () =>
|
|
11837
|
-
|
|
11838
|
-
|
|
12116
|
+
getTypeFormFieldDriver: () => {
|
|
12117
|
+
element: () => Promise<HTMLElement>;
|
|
12118
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
12119
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
12120
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
12121
|
+
isRequired: () => Promise<boolean>;
|
|
12122
|
+
getLengthLeft: () => Promise<number | null>;
|
|
12123
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
12124
|
+
hasTooltip: () => Promise<boolean>;
|
|
12125
|
+
getInfoContent: () => Promise<string>;
|
|
12126
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
12127
|
+
hoverInfoIcon: () => Promise<void>;
|
|
12128
|
+
getStatusMessage: () => Promise<string>;
|
|
12129
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
12130
|
+
exists: () => Promise<boolean>;
|
|
12131
|
+
click: () => Promise<void>;
|
|
12132
|
+
};
|
|
12133
|
+
getNameFormFieldDriver: () => {
|
|
12134
|
+
element: () => Promise<HTMLElement>;
|
|
12135
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
12136
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
12137
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
12138
|
+
isRequired: () => Promise<boolean>;
|
|
12139
|
+
getLengthLeft: () => Promise<number | null>;
|
|
12140
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
12141
|
+
hasTooltip: () => Promise<boolean>;
|
|
12142
|
+
getInfoContent: () => Promise<string>;
|
|
12143
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
12144
|
+
hoverInfoIcon: () => Promise<void>;
|
|
12145
|
+
getStatusMessage: () => Promise<string>;
|
|
12146
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
12147
|
+
exists: () => Promise<boolean>;
|
|
12148
|
+
click: () => Promise<void>;
|
|
12149
|
+
};
|
|
12150
|
+
getKeyFormFieldDriver: () => {
|
|
12151
|
+
element: () => Promise<HTMLElement>;
|
|
12152
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
12153
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
12154
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
12155
|
+
isRequired: () => Promise<boolean>;
|
|
12156
|
+
getLengthLeft: () => Promise<number | null>;
|
|
12157
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
12158
|
+
hasTooltip: () => Promise<boolean>;
|
|
12159
|
+
getInfoContent: () => Promise<string>;
|
|
12160
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
12161
|
+
hoverInfoIcon: () => Promise<void>;
|
|
12162
|
+
getStatusMessage: () => Promise<string>;
|
|
12163
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
12164
|
+
exists: () => Promise<boolean>;
|
|
12165
|
+
click: () => Promise<void>;
|
|
12166
|
+
};
|
|
11839
12167
|
getFieldKeyTooltip: () => {
|
|
11840
12168
|
getTagName: () => Promise<string>;
|
|
11841
12169
|
getText: () => Promise<string>;
|
|
@@ -11868,6 +12196,7 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
11868
12196
|
getModalTitle: () => Promise<string>;
|
|
11869
12197
|
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
11870
12198
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
12199
|
+
getNotificationButtonExists: () => Promise<boolean>;
|
|
11871
12200
|
clickCloseButton: () => Promise<void>;
|
|
11872
12201
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
11873
12202
|
getAddItem: () => {
|
|
@@ -11882,8 +12211,41 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
11882
12211
|
element: () => Promise<any>;
|
|
11883
12212
|
click: () => Promise<void>;
|
|
11884
12213
|
};
|
|
11885
|
-
getFormField: () =>
|
|
11886
|
-
|
|
12214
|
+
getFormField: () => {
|
|
12215
|
+
element: () => Promise<HTMLElement>;
|
|
12216
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
12217
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
12218
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
12219
|
+
isRequired: () => Promise<boolean>;
|
|
12220
|
+
getLengthLeft: () => Promise<number | null>;
|
|
12221
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
12222
|
+
hasTooltip: () => Promise<boolean>;
|
|
12223
|
+
getInfoContent: () => Promise<string>;
|
|
12224
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
12225
|
+
hoverInfoIcon: () => Promise<void>;
|
|
12226
|
+
getStatusMessage: () => Promise<string>;
|
|
12227
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
12228
|
+
exists: () => Promise<boolean>;
|
|
12229
|
+
click: () => Promise<void>;
|
|
12230
|
+
};
|
|
12231
|
+
getListItemEditable: () => {
|
|
12232
|
+
getValue: () => Promise<string>;
|
|
12233
|
+
getPlaceholder: () => Promise<string | null>;
|
|
12234
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
12235
|
+
enterText: (text: string) => Promise<void>;
|
|
12236
|
+
clickApprove: () => Promise<void>;
|
|
12237
|
+
clickCancel: () => Promise<void>;
|
|
12238
|
+
pressEnter: () => Promise<void>;
|
|
12239
|
+
isFocus: () => Promise<boolean>;
|
|
12240
|
+
hasSuffix: () => Promise<boolean>;
|
|
12241
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
12242
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
12243
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
12244
|
+
getStatusMessage: () => Promise<string | null>;
|
|
12245
|
+
exists: () => Promise<boolean>;
|
|
12246
|
+
element: () => Promise<any>;
|
|
12247
|
+
click: () => Promise<void>;
|
|
12248
|
+
};
|
|
11887
12249
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
11888
12250
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
11889
12251
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -11920,6 +12282,7 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
11920
12282
|
getModalTitle: () => Promise<string>;
|
|
11921
12283
|
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
11922
12284
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
12285
|
+
getNotificationButtonExists: () => Promise<boolean>;
|
|
11923
12286
|
clickCloseButton: () => Promise<void>;
|
|
11924
12287
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
11925
12288
|
getAddItem: () => {
|
|
@@ -11934,8 +12297,41 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
11934
12297
|
element: () => Promise<any>;
|
|
11935
12298
|
click: () => Promise<void>;
|
|
11936
12299
|
};
|
|
11937
|
-
getFormField: () =>
|
|
11938
|
-
|
|
12300
|
+
getFormField: () => {
|
|
12301
|
+
element: () => Promise<HTMLElement>;
|
|
12302
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
12303
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
12304
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
12305
|
+
isRequired: () => Promise<boolean>;
|
|
12306
|
+
getLengthLeft: () => Promise<number | null>;
|
|
12307
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
12308
|
+
hasTooltip: () => Promise<boolean>;
|
|
12309
|
+
getInfoContent: () => Promise<string>;
|
|
12310
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
12311
|
+
hoverInfoIcon: () => Promise<void>;
|
|
12312
|
+
getStatusMessage: () => Promise<string>;
|
|
12313
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
12314
|
+
exists: () => Promise<boolean>;
|
|
12315
|
+
click: () => Promise<void>;
|
|
12316
|
+
};
|
|
12317
|
+
getListItemEditable: () => {
|
|
12318
|
+
getValue: () => Promise<string>;
|
|
12319
|
+
getPlaceholder: () => Promise<string | null>;
|
|
12320
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
12321
|
+
enterText: (text: string) => Promise<void>;
|
|
12322
|
+
clickApprove: () => Promise<void>;
|
|
12323
|
+
clickCancel: () => Promise<void>;
|
|
12324
|
+
pressEnter: () => Promise<void>;
|
|
12325
|
+
isFocus: () => Promise<boolean>;
|
|
12326
|
+
hasSuffix: () => Promise<boolean>;
|
|
12327
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
12328
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
12329
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
12330
|
+
getStatusMessage: () => Promise<string | null>;
|
|
12331
|
+
exists: () => Promise<boolean>;
|
|
12332
|
+
element: () => Promise<any>;
|
|
12333
|
+
click: () => Promise<void>;
|
|
12334
|
+
};
|
|
11939
12335
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
11940
12336
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
11941
12337
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -12046,22 +12442,22 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
12046
12442
|
getViewListItemById: (id: string) => {
|
|
12047
12443
|
click: () => Promise<void>;
|
|
12048
12444
|
select: () => Promise<void>;
|
|
12049
|
-
hasCheckbox()
|
|
12050
|
-
getPrefix()
|
|
12051
|
-
getTitle()
|
|
12052
|
-
getSubtitle()
|
|
12053
|
-
getSuffix()
|
|
12445
|
+
hasCheckbox: () => Promise<boolean>;
|
|
12446
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
12447
|
+
getTitle: () => Promise<string>;
|
|
12448
|
+
getSubtitle: () => Promise<string>;
|
|
12449
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
12054
12450
|
exists: () => Promise<boolean>;
|
|
12055
12451
|
element: () => Promise<any>;
|
|
12056
12452
|
};
|
|
12057
12453
|
getViewListItemAt: (index: number) => {
|
|
12058
12454
|
click: () => Promise<void>;
|
|
12059
12455
|
select: () => Promise<void>;
|
|
12060
|
-
hasCheckbox()
|
|
12061
|
-
getPrefix()
|
|
12062
|
-
getTitle()
|
|
12063
|
-
getSubtitle()
|
|
12064
|
-
getSuffix()
|
|
12456
|
+
hasCheckbox: () => Promise<boolean>;
|
|
12457
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
12458
|
+
getTitle: () => Promise<string>;
|
|
12459
|
+
getSubtitle: () => Promise<string>;
|
|
12460
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
12065
12461
|
exists: () => Promise<boolean>;
|
|
12066
12462
|
element: () => Promise<any>;
|
|
12067
12463
|
};
|
|
@@ -12097,22 +12493,22 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
12097
12493
|
getViewListItemAt: (index: number) => {
|
|
12098
12494
|
click: () => Promise<void>;
|
|
12099
12495
|
select: () => Promise<void>;
|
|
12100
|
-
hasCheckbox()
|
|
12101
|
-
getPrefix()
|
|
12102
|
-
getTitle()
|
|
12103
|
-
getSubtitle()
|
|
12104
|
-
getSuffix()
|
|
12496
|
+
hasCheckbox: () => Promise<boolean>;
|
|
12497
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
12498
|
+
getTitle: () => Promise<string>;
|
|
12499
|
+
getSubtitle: () => Promise<string>;
|
|
12500
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
12105
12501
|
exists: () => Promise<boolean>;
|
|
12106
12502
|
element: () => Promise<any>;
|
|
12107
12503
|
};
|
|
12108
12504
|
getViewListItemById: (id: string) => {
|
|
12109
12505
|
click: () => Promise<void>;
|
|
12110
12506
|
select: () => Promise<void>;
|
|
12111
|
-
hasCheckbox()
|
|
12112
|
-
getPrefix()
|
|
12113
|
-
getTitle()
|
|
12114
|
-
getSubtitle()
|
|
12115
|
-
getSuffix()
|
|
12507
|
+
hasCheckbox: () => Promise<boolean>;
|
|
12508
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
12509
|
+
getTitle: () => Promise<string>;
|
|
12510
|
+
getSubtitle: () => Promise<string>;
|
|
12511
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
12116
12512
|
exists: () => Promise<boolean>;
|
|
12117
12513
|
element: () => Promise<any>;
|
|
12118
12514
|
};
|
|
@@ -13109,22 +13505,22 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
13109
13505
|
getViewListItemById: (id: string) => {
|
|
13110
13506
|
click: () => Promise<void>;
|
|
13111
13507
|
select: () => Promise<void>;
|
|
13112
|
-
hasCheckbox()
|
|
13113
|
-
getPrefix()
|
|
13114
|
-
getTitle()
|
|
13115
|
-
getSubtitle()
|
|
13116
|
-
getSuffix()
|
|
13508
|
+
hasCheckbox: () => Promise<boolean>;
|
|
13509
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13510
|
+
getTitle: () => Promise<string>;
|
|
13511
|
+
getSubtitle: () => Promise<string>;
|
|
13512
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13117
13513
|
exists: () => Promise<boolean>;
|
|
13118
13514
|
element: () => Promise<any>;
|
|
13119
13515
|
};
|
|
13120
13516
|
getViewListItemAt: (index: number) => {
|
|
13121
13517
|
click: () => Promise<void>;
|
|
13122
13518
|
select: () => Promise<void>;
|
|
13123
|
-
hasCheckbox()
|
|
13124
|
-
getPrefix()
|
|
13125
|
-
getTitle()
|
|
13126
|
-
getSubtitle()
|
|
13127
|
-
getSuffix()
|
|
13519
|
+
hasCheckbox: () => Promise<boolean>;
|
|
13520
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13521
|
+
getTitle: () => Promise<string>;
|
|
13522
|
+
getSubtitle: () => Promise<string>;
|
|
13523
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13128
13524
|
exists: () => Promise<boolean>;
|
|
13129
13525
|
element: () => Promise<any>;
|
|
13130
13526
|
};
|
|
@@ -13160,22 +13556,22 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
13160
13556
|
getViewListItemAt: (index: number) => {
|
|
13161
13557
|
click: () => Promise<void>;
|
|
13162
13558
|
select: () => Promise<void>;
|
|
13163
|
-
hasCheckbox()
|
|
13164
|
-
getPrefix()
|
|
13165
|
-
getTitle()
|
|
13166
|
-
getSubtitle()
|
|
13167
|
-
getSuffix()
|
|
13559
|
+
hasCheckbox: () => Promise<boolean>;
|
|
13560
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13561
|
+
getTitle: () => Promise<string>;
|
|
13562
|
+
getSubtitle: () => Promise<string>;
|
|
13563
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13168
13564
|
exists: () => Promise<boolean>;
|
|
13169
13565
|
element: () => Promise<any>;
|
|
13170
13566
|
};
|
|
13171
13567
|
getViewListItemById: (id: string) => {
|
|
13172
13568
|
click: () => Promise<void>;
|
|
13173
13569
|
select: () => Promise<void>;
|
|
13174
|
-
hasCheckbox()
|
|
13175
|
-
getPrefix()
|
|
13176
|
-
getTitle()
|
|
13177
|
-
getSubtitle()
|
|
13178
|
-
getSuffix()
|
|
13570
|
+
hasCheckbox: () => Promise<boolean>;
|
|
13571
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13572
|
+
getTitle: () => Promise<string>;
|
|
13573
|
+
getSubtitle: () => Promise<string>;
|
|
13574
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13179
13575
|
exists: () => Promise<boolean>;
|
|
13180
13576
|
element: () => Promise<any>;
|
|
13181
13577
|
};
|
|
@@ -13792,22 +14188,22 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
13792
14188
|
getViewListItemById: (id: string) => {
|
|
13793
14189
|
click: () => Promise<void>;
|
|
13794
14190
|
select: () => Promise<void>;
|
|
13795
|
-
hasCheckbox()
|
|
13796
|
-
getPrefix()
|
|
13797
|
-
getTitle()
|
|
13798
|
-
getSubtitle()
|
|
13799
|
-
getSuffix()
|
|
14191
|
+
hasCheckbox: () => Promise<boolean>;
|
|
14192
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
14193
|
+
getTitle: () => Promise<string>;
|
|
14194
|
+
getSubtitle: () => Promise<string>;
|
|
14195
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13800
14196
|
exists: () => Promise<boolean>;
|
|
13801
14197
|
element: () => Promise<any>;
|
|
13802
14198
|
};
|
|
13803
14199
|
getViewListItemAt: (index: number) => {
|
|
13804
14200
|
click: () => Promise<void>;
|
|
13805
14201
|
select: () => Promise<void>;
|
|
13806
|
-
hasCheckbox()
|
|
13807
|
-
getPrefix()
|
|
13808
|
-
getTitle()
|
|
13809
|
-
getSubtitle()
|
|
13810
|
-
getSuffix()
|
|
14202
|
+
hasCheckbox: () => Promise<boolean>;
|
|
14203
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
14204
|
+
getTitle: () => Promise<string>;
|
|
14205
|
+
getSubtitle: () => Promise<string>;
|
|
14206
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13811
14207
|
exists: () => Promise<boolean>;
|
|
13812
14208
|
element: () => Promise<any>;
|
|
13813
14209
|
};
|
|
@@ -13843,22 +14239,22 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
13843
14239
|
getViewListItemAt: (index: number) => {
|
|
13844
14240
|
click: () => Promise<void>;
|
|
13845
14241
|
select: () => Promise<void>;
|
|
13846
|
-
hasCheckbox()
|
|
13847
|
-
getPrefix()
|
|
13848
|
-
getTitle()
|
|
13849
|
-
getSubtitle()
|
|
13850
|
-
getSuffix()
|
|
14242
|
+
hasCheckbox: () => Promise<boolean>;
|
|
14243
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
14244
|
+
getTitle: () => Promise<string>;
|
|
14245
|
+
getSubtitle: () => Promise<string>;
|
|
14246
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13851
14247
|
exists: () => Promise<boolean>;
|
|
13852
14248
|
element: () => Promise<any>;
|
|
13853
14249
|
};
|
|
13854
14250
|
getViewListItemById: (id: string) => {
|
|
13855
14251
|
click: () => Promise<void>;
|
|
13856
14252
|
select: () => Promise<void>;
|
|
13857
|
-
hasCheckbox()
|
|
13858
|
-
getPrefix()
|
|
13859
|
-
getTitle()
|
|
13860
|
-
getSubtitle()
|
|
13861
|
-
getSuffix()
|
|
14253
|
+
hasCheckbox: () => Promise<boolean>;
|
|
14254
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
14255
|
+
getTitle: () => Promise<string>;
|
|
14256
|
+
getSubtitle: () => Promise<string>;
|
|
14257
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
13862
14258
|
exists: () => Promise<boolean>;
|
|
13863
14259
|
element: () => Promise<any>;
|
|
13864
14260
|
};
|
|
@@ -14725,6 +15121,13 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
14725
15121
|
element: () => Promise<any>;
|
|
14726
15122
|
click: () => Promise<void>;
|
|
14727
15123
|
};
|
|
15124
|
+
getDragOverlay: () => {
|
|
15125
|
+
depthLimitMessageExists: () => Promise<boolean>;
|
|
15126
|
+
getDepthLimitMessage: () => Promise<string>;
|
|
15127
|
+
exists: () => Promise<boolean>;
|
|
15128
|
+
element: () => Promise<any>;
|
|
15129
|
+
click: () => Promise<void>;
|
|
15130
|
+
};
|
|
14728
15131
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
14729
15132
|
waitInitialLoader: (timeout?: number | undefined) => Promise<void>;
|
|
14730
15133
|
waitInitialLoaderRemoved: (timeout?: number | undefined, delay?: number | undefined) => Promise<void>;
|
|
@@ -15192,9 +15595,57 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
15192
15595
|
exists: () => Promise<boolean>;
|
|
15193
15596
|
element: () => Promise<any>;
|
|
15194
15597
|
};
|
|
15195
|
-
getTypeFormFieldDriver: () =>
|
|
15196
|
-
|
|
15197
|
-
|
|
15598
|
+
getTypeFormFieldDriver: () => {
|
|
15599
|
+
element: () => Promise<HTMLElement>;
|
|
15600
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
15601
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
15602
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
15603
|
+
isRequired: () => Promise<boolean>;
|
|
15604
|
+
getLengthLeft: () => Promise<number | null>;
|
|
15605
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
15606
|
+
hasTooltip: () => Promise<boolean>;
|
|
15607
|
+
getInfoContent: () => Promise<string>;
|
|
15608
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
15609
|
+
hoverInfoIcon: () => Promise<void>;
|
|
15610
|
+
getStatusMessage: () => Promise<string>;
|
|
15611
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
15612
|
+
exists: () => Promise<boolean>;
|
|
15613
|
+
click: () => Promise<void>;
|
|
15614
|
+
};
|
|
15615
|
+
getNameFormFieldDriver: () => {
|
|
15616
|
+
element: () => Promise<HTMLElement>;
|
|
15617
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
15618
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
15619
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
15620
|
+
isRequired: () => Promise<boolean>;
|
|
15621
|
+
getLengthLeft: () => Promise<number | null>;
|
|
15622
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
15623
|
+
hasTooltip: () => Promise<boolean>;
|
|
15624
|
+
getInfoContent: () => Promise<string>;
|
|
15625
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
15626
|
+
hoverInfoIcon: () => Promise<void>;
|
|
15627
|
+
getStatusMessage: () => Promise<string>;
|
|
15628
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
15629
|
+
exists: () => Promise<boolean>;
|
|
15630
|
+
click: () => Promise<void>;
|
|
15631
|
+
};
|
|
15632
|
+
getKeyFormFieldDriver: () => {
|
|
15633
|
+
element: () => Promise<HTMLElement>;
|
|
15634
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
15635
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
15636
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
15637
|
+
isRequired: () => Promise<boolean>;
|
|
15638
|
+
getLengthLeft: () => Promise<number | null>;
|
|
15639
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
15640
|
+
hasTooltip: () => Promise<boolean>;
|
|
15641
|
+
getInfoContent: () => Promise<string>;
|
|
15642
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
15643
|
+
hoverInfoIcon: () => Promise<void>;
|
|
15644
|
+
getStatusMessage: () => Promise<string>;
|
|
15645
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
15646
|
+
exists: () => Promise<boolean>;
|
|
15647
|
+
click: () => Promise<void>;
|
|
15648
|
+
};
|
|
15198
15649
|
getFieldKeyTooltip: () => {
|
|
15199
15650
|
getTagName: () => Promise<string>;
|
|
15200
15651
|
getText: () => Promise<string>;
|
|
@@ -15227,6 +15678,7 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
15227
15678
|
getModalTitle: () => Promise<string>;
|
|
15228
15679
|
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
15229
15680
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
15681
|
+
getNotificationButtonExists: () => Promise<boolean>;
|
|
15230
15682
|
clickCloseButton: () => Promise<void>;
|
|
15231
15683
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
15232
15684
|
getAddItem: () => {
|
|
@@ -15241,8 +15693,41 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
15241
15693
|
element: () => Promise<any>;
|
|
15242
15694
|
click: () => Promise<void>;
|
|
15243
15695
|
};
|
|
15244
|
-
getFormField: () =>
|
|
15245
|
-
|
|
15696
|
+
getFormField: () => {
|
|
15697
|
+
element: () => Promise<HTMLElement>;
|
|
15698
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
15699
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
15700
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
15701
|
+
isRequired: () => Promise<boolean>;
|
|
15702
|
+
getLengthLeft: () => Promise<number | null>;
|
|
15703
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
15704
|
+
hasTooltip: () => Promise<boolean>;
|
|
15705
|
+
getInfoContent: () => Promise<string>;
|
|
15706
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
15707
|
+
hoverInfoIcon: () => Promise<void>;
|
|
15708
|
+
getStatusMessage: () => Promise<string>;
|
|
15709
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
15710
|
+
exists: () => Promise<boolean>;
|
|
15711
|
+
click: () => Promise<void>;
|
|
15712
|
+
};
|
|
15713
|
+
getListItemEditable: () => {
|
|
15714
|
+
getValue: () => Promise<string>;
|
|
15715
|
+
getPlaceholder: () => Promise<string | null>;
|
|
15716
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
15717
|
+
enterText: (text: string) => Promise<void>;
|
|
15718
|
+
clickApprove: () => Promise<void>;
|
|
15719
|
+
clickCancel: () => Promise<void>;
|
|
15720
|
+
pressEnter: () => Promise<void>;
|
|
15721
|
+
isFocus: () => Promise<boolean>;
|
|
15722
|
+
hasSuffix: () => Promise<boolean>;
|
|
15723
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
15724
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
15725
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
15726
|
+
getStatusMessage: () => Promise<string | null>;
|
|
15727
|
+
exists: () => Promise<boolean>;
|
|
15728
|
+
element: () => Promise<any>;
|
|
15729
|
+
click: () => Promise<void>;
|
|
15730
|
+
};
|
|
15246
15731
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
15247
15732
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
15248
15733
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -15279,6 +15764,7 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
15279
15764
|
getModalTitle: () => Promise<string>;
|
|
15280
15765
|
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
15281
15766
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
15767
|
+
getNotificationButtonExists: () => Promise<boolean>;
|
|
15282
15768
|
clickCloseButton: () => Promise<void>;
|
|
15283
15769
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
15284
15770
|
getAddItem: () => {
|
|
@@ -15293,8 +15779,41 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
15293
15779
|
element: () => Promise<any>;
|
|
15294
15780
|
click: () => Promise<void>;
|
|
15295
15781
|
};
|
|
15296
|
-
getFormField: () =>
|
|
15297
|
-
|
|
15782
|
+
getFormField: () => {
|
|
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
|
+
getListItemEditable: () => {
|
|
15800
|
+
getValue: () => Promise<string>;
|
|
15801
|
+
getPlaceholder: () => Promise<string | null>;
|
|
15802
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
15803
|
+
enterText: (text: string) => Promise<void>;
|
|
15804
|
+
clickApprove: () => Promise<void>;
|
|
15805
|
+
clickCancel: () => Promise<void>;
|
|
15806
|
+
pressEnter: () => Promise<void>;
|
|
15807
|
+
isFocus: () => Promise<boolean>;
|
|
15808
|
+
hasSuffix: () => Promise<boolean>;
|
|
15809
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
15810
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
15811
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
15812
|
+
getStatusMessage: () => Promise<string | null>;
|
|
15813
|
+
exists: () => Promise<boolean>;
|
|
15814
|
+
element: () => Promise<any>;
|
|
15815
|
+
click: () => Promise<void>;
|
|
15816
|
+
};
|
|
15298
15817
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
15299
15818
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
15300
15819
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -15405,22 +15924,22 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
15405
15924
|
getViewListItemById: (id: string) => {
|
|
15406
15925
|
click: () => Promise<void>;
|
|
15407
15926
|
select: () => Promise<void>;
|
|
15408
|
-
hasCheckbox()
|
|
15409
|
-
getPrefix()
|
|
15410
|
-
getTitle()
|
|
15411
|
-
getSubtitle()
|
|
15412
|
-
getSuffix()
|
|
15927
|
+
hasCheckbox: () => Promise<boolean>;
|
|
15928
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
15929
|
+
getTitle: () => Promise<string>;
|
|
15930
|
+
getSubtitle: () => Promise<string>;
|
|
15931
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
15413
15932
|
exists: () => Promise<boolean>;
|
|
15414
15933
|
element: () => Promise<any>;
|
|
15415
15934
|
};
|
|
15416
15935
|
getViewListItemAt: (index: number) => {
|
|
15417
15936
|
click: () => Promise<void>;
|
|
15418
15937
|
select: () => Promise<void>;
|
|
15419
|
-
hasCheckbox()
|
|
15420
|
-
getPrefix()
|
|
15421
|
-
getTitle()
|
|
15422
|
-
getSubtitle()
|
|
15423
|
-
getSuffix()
|
|
15938
|
+
hasCheckbox: () => Promise<boolean>;
|
|
15939
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
15940
|
+
getTitle: () => Promise<string>;
|
|
15941
|
+
getSubtitle: () => Promise<string>;
|
|
15942
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
15424
15943
|
exists: () => Promise<boolean>;
|
|
15425
15944
|
element: () => Promise<any>;
|
|
15426
15945
|
};
|
|
@@ -15456,22 +15975,22 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
15456
15975
|
getViewListItemAt: (index: number) => {
|
|
15457
15976
|
click: () => Promise<void>;
|
|
15458
15977
|
select: () => Promise<void>;
|
|
15459
|
-
hasCheckbox()
|
|
15460
|
-
getPrefix()
|
|
15461
|
-
getTitle()
|
|
15462
|
-
getSubtitle()
|
|
15463
|
-
getSuffix()
|
|
15978
|
+
hasCheckbox: () => Promise<boolean>;
|
|
15979
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
15980
|
+
getTitle: () => Promise<string>;
|
|
15981
|
+
getSubtitle: () => Promise<string>;
|
|
15982
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
15464
15983
|
exists: () => Promise<boolean>;
|
|
15465
15984
|
element: () => Promise<any>;
|
|
15466
15985
|
};
|
|
15467
15986
|
getViewListItemById: (id: string) => {
|
|
15468
15987
|
click: () => Promise<void>;
|
|
15469
15988
|
select: () => Promise<void>;
|
|
15470
|
-
hasCheckbox()
|
|
15471
|
-
getPrefix()
|
|
15472
|
-
getTitle()
|
|
15473
|
-
getSubtitle()
|
|
15474
|
-
getSuffix()
|
|
15989
|
+
hasCheckbox: () => Promise<boolean>;
|
|
15990
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
15991
|
+
getTitle: () => Promise<string>;
|
|
15992
|
+
getSubtitle: () => Promise<string>;
|
|
15993
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
15475
15994
|
exists: () => Promise<boolean>;
|
|
15476
15995
|
element: () => Promise<any>;
|
|
15477
15996
|
};
|
|
@@ -16468,22 +16987,22 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
16468
16987
|
getViewListItemById: (id: string) => {
|
|
16469
16988
|
click: () => Promise<void>;
|
|
16470
16989
|
select: () => Promise<void>;
|
|
16471
|
-
hasCheckbox()
|
|
16472
|
-
getPrefix()
|
|
16473
|
-
getTitle()
|
|
16474
|
-
getSubtitle()
|
|
16475
|
-
getSuffix()
|
|
16990
|
+
hasCheckbox: () => Promise<boolean>;
|
|
16991
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
16992
|
+
getTitle: () => Promise<string>;
|
|
16993
|
+
getSubtitle: () => Promise<string>;
|
|
16994
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
16476
16995
|
exists: () => Promise<boolean>;
|
|
16477
16996
|
element: () => Promise<any>;
|
|
16478
16997
|
};
|
|
16479
16998
|
getViewListItemAt: (index: number) => {
|
|
16480
16999
|
click: () => Promise<void>;
|
|
16481
17000
|
select: () => Promise<void>;
|
|
16482
|
-
hasCheckbox()
|
|
16483
|
-
getPrefix()
|
|
16484
|
-
getTitle()
|
|
16485
|
-
getSubtitle()
|
|
16486
|
-
getSuffix()
|
|
17001
|
+
hasCheckbox: () => Promise<boolean>;
|
|
17002
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17003
|
+
getTitle: () => Promise<string>;
|
|
17004
|
+
getSubtitle: () => Promise<string>;
|
|
17005
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
16487
17006
|
exists: () => Promise<boolean>;
|
|
16488
17007
|
element: () => Promise<any>;
|
|
16489
17008
|
};
|
|
@@ -16519,22 +17038,22 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
16519
17038
|
getViewListItemAt: (index: number) => {
|
|
16520
17039
|
click: () => Promise<void>;
|
|
16521
17040
|
select: () => Promise<void>;
|
|
16522
|
-
hasCheckbox()
|
|
16523
|
-
getPrefix()
|
|
16524
|
-
getTitle()
|
|
16525
|
-
getSubtitle()
|
|
16526
|
-
getSuffix()
|
|
17041
|
+
hasCheckbox: () => Promise<boolean>;
|
|
17042
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17043
|
+
getTitle: () => Promise<string>;
|
|
17044
|
+
getSubtitle: () => Promise<string>;
|
|
17045
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
16527
17046
|
exists: () => Promise<boolean>;
|
|
16528
17047
|
element: () => Promise<any>;
|
|
16529
17048
|
};
|
|
16530
17049
|
getViewListItemById: (id: string) => {
|
|
16531
17050
|
click: () => Promise<void>;
|
|
16532
17051
|
select: () => Promise<void>;
|
|
16533
|
-
hasCheckbox()
|
|
16534
|
-
getPrefix()
|
|
16535
|
-
getTitle()
|
|
16536
|
-
getSubtitle()
|
|
16537
|
-
getSuffix()
|
|
17052
|
+
hasCheckbox: () => Promise<boolean>;
|
|
17053
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17054
|
+
getTitle: () => Promise<string>;
|
|
17055
|
+
getSubtitle: () => Promise<string>;
|
|
17056
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
16538
17057
|
exists: () => Promise<boolean>;
|
|
16539
17058
|
element: () => Promise<any>;
|
|
16540
17059
|
};
|
|
@@ -17164,22 +17683,22 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
17164
17683
|
getViewListItemById: (id: string) => {
|
|
17165
17684
|
click: () => Promise<void>;
|
|
17166
17685
|
select: () => Promise<void>;
|
|
17167
|
-
hasCheckbox()
|
|
17168
|
-
getPrefix()
|
|
17169
|
-
getTitle()
|
|
17170
|
-
getSubtitle()
|
|
17171
|
-
getSuffix()
|
|
17686
|
+
hasCheckbox: () => Promise<boolean>;
|
|
17687
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17688
|
+
getTitle: () => Promise<string>;
|
|
17689
|
+
getSubtitle: () => Promise<string>;
|
|
17690
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17172
17691
|
exists: () => Promise<boolean>;
|
|
17173
17692
|
element: () => Promise<any>;
|
|
17174
17693
|
};
|
|
17175
17694
|
getViewListItemAt: (index: number) => {
|
|
17176
17695
|
click: () => Promise<void>;
|
|
17177
17696
|
select: () => Promise<void>;
|
|
17178
|
-
hasCheckbox()
|
|
17179
|
-
getPrefix()
|
|
17180
|
-
getTitle()
|
|
17181
|
-
getSubtitle()
|
|
17182
|
-
getSuffix()
|
|
17697
|
+
hasCheckbox: () => Promise<boolean>;
|
|
17698
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17699
|
+
getTitle: () => Promise<string>;
|
|
17700
|
+
getSubtitle: () => Promise<string>;
|
|
17701
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17183
17702
|
exists: () => Promise<boolean>;
|
|
17184
17703
|
element: () => Promise<any>;
|
|
17185
17704
|
};
|
|
@@ -17215,22 +17734,22 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
17215
17734
|
getViewListItemAt: (index: number) => {
|
|
17216
17735
|
click: () => Promise<void>;
|
|
17217
17736
|
select: () => Promise<void>;
|
|
17218
|
-
hasCheckbox()
|
|
17219
|
-
getPrefix()
|
|
17220
|
-
getTitle()
|
|
17221
|
-
getSubtitle()
|
|
17222
|
-
getSuffix()
|
|
17737
|
+
hasCheckbox: () => Promise<boolean>;
|
|
17738
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17739
|
+
getTitle: () => Promise<string>;
|
|
17740
|
+
getSubtitle: () => Promise<string>;
|
|
17741
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17223
17742
|
exists: () => Promise<boolean>;
|
|
17224
17743
|
element: () => Promise<any>;
|
|
17225
17744
|
};
|
|
17226
17745
|
getViewListItemById: (id: string) => {
|
|
17227
17746
|
click: () => Promise<void>;
|
|
17228
17747
|
select: () => Promise<void>;
|
|
17229
|
-
hasCheckbox()
|
|
17230
|
-
getPrefix()
|
|
17231
|
-
getTitle()
|
|
17232
|
-
getSubtitle()
|
|
17233
|
-
getSuffix()
|
|
17748
|
+
hasCheckbox: () => Promise<boolean>;
|
|
17749
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17750
|
+
getTitle: () => Promise<string>;
|
|
17751
|
+
getSubtitle: () => Promise<string>;
|
|
17752
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17234
17753
|
exists: () => Promise<boolean>;
|
|
17235
17754
|
element: () => Promise<any>;
|
|
17236
17755
|
};
|
|
@@ -18344,9 +18863,57 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
18344
18863
|
exists: () => Promise<boolean>;
|
|
18345
18864
|
element: () => Promise<any>;
|
|
18346
18865
|
};
|
|
18347
|
-
getTypeFormFieldDriver: () =>
|
|
18348
|
-
|
|
18349
|
-
|
|
18866
|
+
getTypeFormFieldDriver: () => {
|
|
18867
|
+
element: () => Promise<HTMLElement>;
|
|
18868
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
18869
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
18870
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
18871
|
+
isRequired: () => Promise<boolean>;
|
|
18872
|
+
getLengthLeft: () => Promise<number | null>;
|
|
18873
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
18874
|
+
hasTooltip: () => Promise<boolean>;
|
|
18875
|
+
getInfoContent: () => Promise<string>;
|
|
18876
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
18877
|
+
hoverInfoIcon: () => Promise<void>;
|
|
18878
|
+
getStatusMessage: () => Promise<string>;
|
|
18879
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
18880
|
+
exists: () => Promise<boolean>;
|
|
18881
|
+
click: () => Promise<void>;
|
|
18882
|
+
};
|
|
18883
|
+
getNameFormFieldDriver: () => {
|
|
18884
|
+
element: () => Promise<HTMLElement>;
|
|
18885
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
18886
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
18887
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
18888
|
+
isRequired: () => Promise<boolean>;
|
|
18889
|
+
getLengthLeft: () => Promise<number | null>;
|
|
18890
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
18891
|
+
hasTooltip: () => Promise<boolean>;
|
|
18892
|
+
getInfoContent: () => Promise<string>;
|
|
18893
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
18894
|
+
hoverInfoIcon: () => Promise<void>;
|
|
18895
|
+
getStatusMessage: () => Promise<string>;
|
|
18896
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
18897
|
+
exists: () => Promise<boolean>;
|
|
18898
|
+
click: () => Promise<void>;
|
|
18899
|
+
};
|
|
18900
|
+
getKeyFormFieldDriver: () => {
|
|
18901
|
+
element: () => Promise<HTMLElement>;
|
|
18902
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
18903
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
18904
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
18905
|
+
isRequired: () => Promise<boolean>;
|
|
18906
|
+
getLengthLeft: () => Promise<number | null>;
|
|
18907
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
18908
|
+
hasTooltip: () => Promise<boolean>;
|
|
18909
|
+
getInfoContent: () => Promise<string>;
|
|
18910
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
18911
|
+
hoverInfoIcon: () => Promise<void>;
|
|
18912
|
+
getStatusMessage: () => Promise<string>;
|
|
18913
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
18914
|
+
exists: () => Promise<boolean>;
|
|
18915
|
+
click: () => Promise<void>;
|
|
18916
|
+
};
|
|
18350
18917
|
getFieldKeyTooltip: () => {
|
|
18351
18918
|
getTagName: () => Promise<string>;
|
|
18352
18919
|
getText: () => Promise<string>;
|
|
@@ -18379,6 +18946,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
18379
18946
|
getModalTitle: () => Promise<string>;
|
|
18380
18947
|
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
18381
18948
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
18949
|
+
getNotificationButtonExists: () => Promise<boolean>;
|
|
18382
18950
|
clickCloseButton: () => Promise<void>;
|
|
18383
18951
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
18384
18952
|
getAddItem: () => {
|
|
@@ -18393,8 +18961,41 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
18393
18961
|
element: () => Promise<any>;
|
|
18394
18962
|
click: () => Promise<void>;
|
|
18395
18963
|
};
|
|
18396
|
-
getFormField: () =>
|
|
18397
|
-
|
|
18964
|
+
getFormField: () => {
|
|
18965
|
+
element: () => Promise<HTMLElement>;
|
|
18966
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
18967
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
18968
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
18969
|
+
isRequired: () => Promise<boolean>;
|
|
18970
|
+
getLengthLeft: () => Promise<number | null>;
|
|
18971
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
18972
|
+
hasTooltip: () => Promise<boolean>;
|
|
18973
|
+
getInfoContent: () => Promise<string>;
|
|
18974
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
18975
|
+
hoverInfoIcon: () => Promise<void>;
|
|
18976
|
+
getStatusMessage: () => Promise<string>;
|
|
18977
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
18978
|
+
exists: () => Promise<boolean>;
|
|
18979
|
+
click: () => Promise<void>;
|
|
18980
|
+
};
|
|
18981
|
+
getListItemEditable: () => {
|
|
18982
|
+
getValue: () => Promise<string>;
|
|
18983
|
+
getPlaceholder: () => Promise<string | null>;
|
|
18984
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
18985
|
+
enterText: (text: string) => Promise<void>;
|
|
18986
|
+
clickApprove: () => Promise<void>;
|
|
18987
|
+
clickCancel: () => Promise<void>;
|
|
18988
|
+
pressEnter: () => Promise<void>;
|
|
18989
|
+
isFocus: () => Promise<boolean>;
|
|
18990
|
+
hasSuffix: () => Promise<boolean>;
|
|
18991
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
18992
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
18993
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
18994
|
+
getStatusMessage: () => Promise<string | null>;
|
|
18995
|
+
exists: () => Promise<boolean>;
|
|
18996
|
+
element: () => Promise<any>;
|
|
18997
|
+
click: () => Promise<void>;
|
|
18998
|
+
};
|
|
18398
18999
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
18399
19000
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
18400
19001
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -18431,6 +19032,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
18431
19032
|
getModalTitle: () => Promise<string>;
|
|
18432
19033
|
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
18433
19034
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
19035
|
+
getNotificationButtonExists: () => Promise<boolean>;
|
|
18434
19036
|
clickCloseButton: () => Promise<void>;
|
|
18435
19037
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
18436
19038
|
getAddItem: () => {
|
|
@@ -18445,8 +19047,41 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
18445
19047
|
element: () => Promise<any>;
|
|
18446
19048
|
click: () => Promise<void>;
|
|
18447
19049
|
};
|
|
18448
|
-
getFormField: () =>
|
|
18449
|
-
|
|
19050
|
+
getFormField: () => {
|
|
19051
|
+
element: () => Promise<HTMLElement>;
|
|
19052
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
19053
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
19054
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
19055
|
+
isRequired: () => Promise<boolean>;
|
|
19056
|
+
getLengthLeft: () => Promise<number | null>;
|
|
19057
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
19058
|
+
hasTooltip: () => Promise<boolean>;
|
|
19059
|
+
getInfoContent: () => Promise<string>;
|
|
19060
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
19061
|
+
hoverInfoIcon: () => Promise<void>;
|
|
19062
|
+
getStatusMessage: () => Promise<string>;
|
|
19063
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
19064
|
+
exists: () => Promise<boolean>;
|
|
19065
|
+
click: () => Promise<void>;
|
|
19066
|
+
};
|
|
19067
|
+
getListItemEditable: () => {
|
|
19068
|
+
getValue: () => Promise<string>;
|
|
19069
|
+
getPlaceholder: () => Promise<string | null>;
|
|
19070
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
19071
|
+
enterText: (text: string) => Promise<void>;
|
|
19072
|
+
clickApprove: () => Promise<void>;
|
|
19073
|
+
clickCancel: () => Promise<void>;
|
|
19074
|
+
pressEnter: () => Promise<void>;
|
|
19075
|
+
isFocus: () => Promise<boolean>;
|
|
19076
|
+
hasSuffix: () => Promise<boolean>;
|
|
19077
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
19078
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
19079
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
19080
|
+
getStatusMessage: () => Promise<string | null>;
|
|
19081
|
+
exists: () => Promise<boolean>;
|
|
19082
|
+
element: () => Promise<any>;
|
|
19083
|
+
click: () => Promise<void>;
|
|
19084
|
+
};
|
|
18450
19085
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
18451
19086
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
18452
19087
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -18557,22 +19192,22 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
18557
19192
|
getViewListItemById: (id: string) => {
|
|
18558
19193
|
click: () => Promise<void>;
|
|
18559
19194
|
select: () => Promise<void>;
|
|
18560
|
-
hasCheckbox()
|
|
18561
|
-
getPrefix()
|
|
18562
|
-
getTitle()
|
|
18563
|
-
getSubtitle()
|
|
18564
|
-
getSuffix()
|
|
19195
|
+
hasCheckbox: () => Promise<boolean>;
|
|
19196
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
19197
|
+
getTitle: () => Promise<string>;
|
|
19198
|
+
getSubtitle: () => Promise<string>;
|
|
19199
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
18565
19200
|
exists: () => Promise<boolean>;
|
|
18566
19201
|
element: () => Promise<any>;
|
|
18567
19202
|
};
|
|
18568
19203
|
getViewListItemAt: (index: number) => {
|
|
18569
19204
|
click: () => Promise<void>;
|
|
18570
19205
|
select: () => Promise<void>;
|
|
18571
|
-
hasCheckbox()
|
|
18572
|
-
getPrefix()
|
|
18573
|
-
getTitle()
|
|
18574
|
-
getSubtitle()
|
|
18575
|
-
getSuffix()
|
|
19206
|
+
hasCheckbox: () => Promise<boolean>;
|
|
19207
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
19208
|
+
getTitle: () => Promise<string>;
|
|
19209
|
+
getSubtitle: () => Promise<string>;
|
|
19210
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
18576
19211
|
exists: () => Promise<boolean>;
|
|
18577
19212
|
element: () => Promise<any>;
|
|
18578
19213
|
};
|
|
@@ -18608,22 +19243,22 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
18608
19243
|
getViewListItemAt: (index: number) => {
|
|
18609
19244
|
click: () => Promise<void>;
|
|
18610
19245
|
select: () => Promise<void>;
|
|
18611
|
-
hasCheckbox()
|
|
18612
|
-
getPrefix()
|
|
18613
|
-
getTitle()
|
|
18614
|
-
getSubtitle()
|
|
18615
|
-
getSuffix()
|
|
19246
|
+
hasCheckbox: () => Promise<boolean>;
|
|
19247
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
19248
|
+
getTitle: () => Promise<string>;
|
|
19249
|
+
getSubtitle: () => Promise<string>;
|
|
19250
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
18616
19251
|
exists: () => Promise<boolean>;
|
|
18617
19252
|
element: () => Promise<any>;
|
|
18618
19253
|
};
|
|
18619
19254
|
getViewListItemById: (id: string) => {
|
|
18620
19255
|
click: () => Promise<void>;
|
|
18621
19256
|
select: () => Promise<void>;
|
|
18622
|
-
hasCheckbox()
|
|
18623
|
-
getPrefix()
|
|
18624
|
-
getTitle()
|
|
18625
|
-
getSubtitle()
|
|
18626
|
-
getSuffix()
|
|
19257
|
+
hasCheckbox: () => Promise<boolean>;
|
|
19258
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
19259
|
+
getTitle: () => Promise<string>;
|
|
19260
|
+
getSubtitle: () => Promise<string>;
|
|
19261
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
18627
19262
|
exists: () => Promise<boolean>;
|
|
18628
19263
|
element: () => Promise<any>;
|
|
18629
19264
|
};
|
|
@@ -19620,22 +20255,22 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
19620
20255
|
getViewListItemById: (id: string) => {
|
|
19621
20256
|
click: () => Promise<void>;
|
|
19622
20257
|
select: () => Promise<void>;
|
|
19623
|
-
hasCheckbox()
|
|
19624
|
-
getPrefix()
|
|
19625
|
-
getTitle()
|
|
19626
|
-
getSubtitle()
|
|
19627
|
-
getSuffix()
|
|
20258
|
+
hasCheckbox: () => Promise<boolean>;
|
|
20259
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20260
|
+
getTitle: () => Promise<string>;
|
|
20261
|
+
getSubtitle: () => Promise<string>;
|
|
20262
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
19628
20263
|
exists: () => Promise<boolean>;
|
|
19629
20264
|
element: () => Promise<any>;
|
|
19630
20265
|
};
|
|
19631
20266
|
getViewListItemAt: (index: number) => {
|
|
19632
20267
|
click: () => Promise<void>;
|
|
19633
20268
|
select: () => Promise<void>;
|
|
19634
|
-
hasCheckbox()
|
|
19635
|
-
getPrefix()
|
|
19636
|
-
getTitle()
|
|
19637
|
-
getSubtitle()
|
|
19638
|
-
getSuffix()
|
|
20269
|
+
hasCheckbox: () => Promise<boolean>;
|
|
20270
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20271
|
+
getTitle: () => Promise<string>;
|
|
20272
|
+
getSubtitle: () => Promise<string>;
|
|
20273
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
19639
20274
|
exists: () => Promise<boolean>;
|
|
19640
20275
|
element: () => Promise<any>;
|
|
19641
20276
|
};
|
|
@@ -19671,22 +20306,22 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
19671
20306
|
getViewListItemAt: (index: number) => {
|
|
19672
20307
|
click: () => Promise<void>;
|
|
19673
20308
|
select: () => Promise<void>;
|
|
19674
|
-
hasCheckbox()
|
|
19675
|
-
getPrefix()
|
|
19676
|
-
getTitle()
|
|
19677
|
-
getSubtitle()
|
|
19678
|
-
getSuffix()
|
|
20309
|
+
hasCheckbox: () => Promise<boolean>;
|
|
20310
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20311
|
+
getTitle: () => Promise<string>;
|
|
20312
|
+
getSubtitle: () => Promise<string>;
|
|
20313
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
19679
20314
|
exists: () => Promise<boolean>;
|
|
19680
20315
|
element: () => Promise<any>;
|
|
19681
20316
|
};
|
|
19682
20317
|
getViewListItemById: (id: string) => {
|
|
19683
20318
|
click: () => Promise<void>;
|
|
19684
20319
|
select: () => Promise<void>;
|
|
19685
|
-
hasCheckbox()
|
|
19686
|
-
getPrefix()
|
|
19687
|
-
getTitle()
|
|
19688
|
-
getSubtitle()
|
|
19689
|
-
getSuffix()
|
|
20320
|
+
hasCheckbox: () => Promise<boolean>;
|
|
20321
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20322
|
+
getTitle: () => Promise<string>;
|
|
20323
|
+
getSubtitle: () => Promise<string>;
|
|
20324
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
19690
20325
|
exists: () => Promise<boolean>;
|
|
19691
20326
|
element: () => Promise<any>;
|
|
19692
20327
|
};
|
|
@@ -20299,22 +20934,22 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
20299
20934
|
getViewListItemById: (id: string) => {
|
|
20300
20935
|
click: () => Promise<void>;
|
|
20301
20936
|
select: () => Promise<void>;
|
|
20302
|
-
hasCheckbox()
|
|
20303
|
-
getPrefix()
|
|
20304
|
-
getTitle()
|
|
20305
|
-
getSubtitle()
|
|
20306
|
-
getSuffix()
|
|
20937
|
+
hasCheckbox: () => Promise<boolean>;
|
|
20938
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20939
|
+
getTitle: () => Promise<string>;
|
|
20940
|
+
getSubtitle: () => Promise<string>;
|
|
20941
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20307
20942
|
exists: () => Promise<boolean>;
|
|
20308
20943
|
element: () => Promise<any>;
|
|
20309
20944
|
};
|
|
20310
20945
|
getViewListItemAt: (index: number) => {
|
|
20311
20946
|
click: () => Promise<void>;
|
|
20312
20947
|
select: () => Promise<void>;
|
|
20313
|
-
hasCheckbox()
|
|
20314
|
-
getPrefix()
|
|
20315
|
-
getTitle()
|
|
20316
|
-
getSubtitle()
|
|
20317
|
-
getSuffix()
|
|
20948
|
+
hasCheckbox: () => Promise<boolean>;
|
|
20949
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20950
|
+
getTitle: () => Promise<string>;
|
|
20951
|
+
getSubtitle: () => Promise<string>;
|
|
20952
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20318
20953
|
exists: () => Promise<boolean>;
|
|
20319
20954
|
element: () => Promise<any>;
|
|
20320
20955
|
};
|
|
@@ -20350,22 +20985,22 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
20350
20985
|
getViewListItemAt: (index: number) => {
|
|
20351
20986
|
click: () => Promise<void>;
|
|
20352
20987
|
select: () => Promise<void>;
|
|
20353
|
-
hasCheckbox()
|
|
20354
|
-
getPrefix()
|
|
20355
|
-
getTitle()
|
|
20356
|
-
getSubtitle()
|
|
20357
|
-
getSuffix()
|
|
20988
|
+
hasCheckbox: () => Promise<boolean>;
|
|
20989
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20990
|
+
getTitle: () => Promise<string>;
|
|
20991
|
+
getSubtitle: () => Promise<string>;
|
|
20992
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20358
20993
|
exists: () => Promise<boolean>;
|
|
20359
20994
|
element: () => Promise<any>;
|
|
20360
20995
|
};
|
|
20361
20996
|
getViewListItemById: (id: string) => {
|
|
20362
20997
|
click: () => Promise<void>;
|
|
20363
20998
|
select: () => Promise<void>;
|
|
20364
|
-
hasCheckbox()
|
|
20365
|
-
getPrefix()
|
|
20366
|
-
getTitle()
|
|
20367
|
-
getSubtitle()
|
|
20368
|
-
getSuffix()
|
|
20999
|
+
hasCheckbox: () => Promise<boolean>;
|
|
21000
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
21001
|
+
getTitle: () => Promise<string>;
|
|
21002
|
+
getSubtitle: () => Promise<string>;
|
|
21003
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
20369
21004
|
exists: () => Promise<boolean>;
|
|
20370
21005
|
element: () => Promise<any>;
|
|
20371
21006
|
};
|
|
@@ -21229,22 +21864,22 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
21229
21864
|
getViewListItemById: (id: string) => {
|
|
21230
21865
|
click: () => Promise<void>;
|
|
21231
21866
|
select: () => Promise<void>;
|
|
21232
|
-
hasCheckbox()
|
|
21233
|
-
getPrefix()
|
|
21234
|
-
getTitle()
|
|
21235
|
-
getSubtitle()
|
|
21236
|
-
getSuffix()
|
|
21867
|
+
hasCheckbox: () => Promise<boolean>;
|
|
21868
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
21869
|
+
getTitle: () => Promise<string>;
|
|
21870
|
+
getSubtitle: () => Promise<string>;
|
|
21871
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
21237
21872
|
exists: () => Promise<boolean>;
|
|
21238
21873
|
element: () => Promise<any>;
|
|
21239
21874
|
};
|
|
21240
21875
|
getViewListItemAt: (index: number) => {
|
|
21241
21876
|
click: () => Promise<void>;
|
|
21242
21877
|
select: () => Promise<void>;
|
|
21243
|
-
hasCheckbox()
|
|
21244
|
-
getPrefix()
|
|
21245
|
-
getTitle()
|
|
21246
|
-
getSubtitle()
|
|
21247
|
-
getSuffix()
|
|
21878
|
+
hasCheckbox: () => Promise<boolean>;
|
|
21879
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
21880
|
+
getTitle: () => Promise<string>;
|
|
21881
|
+
getSubtitle: () => Promise<string>;
|
|
21882
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
21248
21883
|
exists: () => Promise<boolean>;
|
|
21249
21884
|
element: () => Promise<any>;
|
|
21250
21885
|
};
|
|
@@ -21280,22 +21915,22 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
21280
21915
|
getViewListItemAt: (index: number) => {
|
|
21281
21916
|
click: () => Promise<void>;
|
|
21282
21917
|
select: () => Promise<void>;
|
|
21283
|
-
hasCheckbox()
|
|
21284
|
-
getPrefix()
|
|
21285
|
-
getTitle()
|
|
21286
|
-
getSubtitle()
|
|
21287
|
-
getSuffix()
|
|
21918
|
+
hasCheckbox: () => Promise<boolean>;
|
|
21919
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
21920
|
+
getTitle: () => Promise<string>;
|
|
21921
|
+
getSubtitle: () => Promise<string>;
|
|
21922
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
21288
21923
|
exists: () => Promise<boolean>;
|
|
21289
21924
|
element: () => Promise<any>;
|
|
21290
21925
|
};
|
|
21291
21926
|
getViewListItemById: (id: string) => {
|
|
21292
21927
|
click: () => Promise<void>;
|
|
21293
21928
|
select: () => Promise<void>;
|
|
21294
|
-
hasCheckbox()
|
|
21295
|
-
getPrefix()
|
|
21296
|
-
getTitle()
|
|
21297
|
-
getSubtitle()
|
|
21298
|
-
getSuffix()
|
|
21929
|
+
hasCheckbox: () => Promise<boolean>;
|
|
21930
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
21931
|
+
getTitle: () => Promise<string>;
|
|
21932
|
+
getSubtitle: () => Promise<string>;
|
|
21933
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
21299
21934
|
exists: () => Promise<boolean>;
|
|
21300
21935
|
element: () => Promise<any>;
|
|
21301
21936
|
};
|
|
@@ -22346,22 +22981,22 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
22346
22981
|
getViewListItemById: (id: string) => {
|
|
22347
22982
|
click: () => Promise<void>;
|
|
22348
22983
|
select: () => Promise<void>;
|
|
22349
|
-
hasCheckbox()
|
|
22350
|
-
getPrefix()
|
|
22351
|
-
getTitle()
|
|
22352
|
-
getSubtitle()
|
|
22353
|
-
getSuffix()
|
|
22984
|
+
hasCheckbox: () => Promise<boolean>;
|
|
22985
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
22986
|
+
getTitle: () => Promise<string>;
|
|
22987
|
+
getSubtitle: () => Promise<string>;
|
|
22988
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
22354
22989
|
exists: () => Promise<boolean>;
|
|
22355
22990
|
element: () => Promise<any>;
|
|
22356
22991
|
};
|
|
22357
22992
|
getViewListItemAt: (index: number) => {
|
|
22358
22993
|
click: () => Promise<void>;
|
|
22359
22994
|
select: () => Promise<void>;
|
|
22360
|
-
hasCheckbox()
|
|
22361
|
-
getPrefix()
|
|
22362
|
-
getTitle()
|
|
22363
|
-
getSubtitle()
|
|
22364
|
-
getSuffix()
|
|
22995
|
+
hasCheckbox: () => Promise<boolean>;
|
|
22996
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
22997
|
+
getTitle: () => Promise<string>;
|
|
22998
|
+
getSubtitle: () => Promise<string>;
|
|
22999
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
22365
23000
|
exists: () => Promise<boolean>;
|
|
22366
23001
|
element: () => Promise<any>;
|
|
22367
23002
|
};
|
|
@@ -22397,22 +23032,22 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
22397
23032
|
getViewListItemAt: (index: number) => {
|
|
22398
23033
|
click: () => Promise<void>;
|
|
22399
23034
|
select: () => Promise<void>;
|
|
22400
|
-
hasCheckbox()
|
|
22401
|
-
getPrefix()
|
|
22402
|
-
getTitle()
|
|
22403
|
-
getSubtitle()
|
|
22404
|
-
getSuffix()
|
|
23035
|
+
hasCheckbox: () => Promise<boolean>;
|
|
23036
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
23037
|
+
getTitle: () => Promise<string>;
|
|
23038
|
+
getSubtitle: () => Promise<string>;
|
|
23039
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
22405
23040
|
exists: () => Promise<boolean>;
|
|
22406
23041
|
element: () => Promise<any>;
|
|
22407
23042
|
};
|
|
22408
23043
|
getViewListItemById: (id: string) => {
|
|
22409
23044
|
click: () => Promise<void>;
|
|
22410
23045
|
select: () => Promise<void>;
|
|
22411
|
-
hasCheckbox()
|
|
22412
|
-
getPrefix()
|
|
22413
|
-
getTitle()
|
|
22414
|
-
getSubtitle()
|
|
22415
|
-
getSuffix()
|
|
23046
|
+
hasCheckbox: () => Promise<boolean>;
|
|
23047
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
23048
|
+
getTitle: () => Promise<string>;
|
|
23049
|
+
getSubtitle: () => Promise<string>;
|
|
23050
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
22416
23051
|
exists: () => Promise<boolean>;
|
|
22417
23052
|
element: () => Promise<any>;
|
|
22418
23053
|
};
|
|
@@ -23402,22 +24037,22 @@ export declare const InfiniteScrollCollectionListTestkit: (obj: {
|
|
|
23402
24037
|
getViewListItemById: (id: string) => {
|
|
23403
24038
|
click: () => Promise<void>;
|
|
23404
24039
|
select: () => Promise<void>;
|
|
23405
|
-
hasCheckbox()
|
|
23406
|
-
getPrefix()
|
|
23407
|
-
getTitle()
|
|
23408
|
-
getSubtitle()
|
|
23409
|
-
getSuffix()
|
|
24040
|
+
hasCheckbox: () => Promise<boolean>;
|
|
24041
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
24042
|
+
getTitle: () => Promise<string>;
|
|
24043
|
+
getSubtitle: () => Promise<string>;
|
|
24044
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
23410
24045
|
exists: () => Promise<boolean>;
|
|
23411
24046
|
element: () => Promise<any>;
|
|
23412
24047
|
};
|
|
23413
24048
|
getViewListItemAt: (index: number) => {
|
|
23414
24049
|
click: () => Promise<void>;
|
|
23415
24050
|
select: () => Promise<void>;
|
|
23416
|
-
hasCheckbox()
|
|
23417
|
-
getPrefix()
|
|
23418
|
-
getTitle()
|
|
23419
|
-
getSubtitle()
|
|
23420
|
-
getSuffix()
|
|
24051
|
+
hasCheckbox: () => Promise<boolean>;
|
|
24052
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
24053
|
+
getTitle: () => Promise<string>;
|
|
24054
|
+
getSubtitle: () => Promise<string>;
|
|
24055
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
23421
24056
|
exists: () => Promise<boolean>;
|
|
23422
24057
|
element: () => Promise<any>;
|
|
23423
24058
|
};
|
|
@@ -23453,22 +24088,22 @@ export declare const InfiniteScrollCollectionListTestkit: (obj: {
|
|
|
23453
24088
|
getViewListItemAt: (index: number) => {
|
|
23454
24089
|
click: () => Promise<void>;
|
|
23455
24090
|
select: () => Promise<void>;
|
|
23456
|
-
hasCheckbox()
|
|
23457
|
-
getPrefix()
|
|
23458
|
-
getTitle()
|
|
23459
|
-
getSubtitle()
|
|
23460
|
-
getSuffix()
|
|
24091
|
+
hasCheckbox: () => Promise<boolean>;
|
|
24092
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
24093
|
+
getTitle: () => Promise<string>;
|
|
24094
|
+
getSubtitle: () => Promise<string>;
|
|
24095
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
23461
24096
|
exists: () => Promise<boolean>;
|
|
23462
24097
|
element: () => Promise<any>;
|
|
23463
24098
|
};
|
|
23464
24099
|
getViewListItemById: (id: string) => {
|
|
23465
24100
|
click: () => Promise<void>;
|
|
23466
24101
|
select: () => Promise<void>;
|
|
23467
|
-
hasCheckbox()
|
|
23468
|
-
getPrefix()
|
|
23469
|
-
getTitle()
|
|
23470
|
-
getSubtitle()
|
|
23471
|
-
getSuffix()
|
|
24102
|
+
hasCheckbox: () => Promise<boolean>;
|
|
24103
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
24104
|
+
getTitle: () => Promise<string>;
|
|
24105
|
+
getSubtitle: () => Promise<string>;
|
|
24106
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
23472
24107
|
exists: () => Promise<boolean>;
|
|
23473
24108
|
element: () => Promise<any>;
|
|
23474
24109
|
};
|
|
@@ -24297,22 +24932,22 @@ export declare const ViewsStandaloneTestkit: (obj: {
|
|
|
24297
24932
|
getViewListItemById: (id: string) => {
|
|
24298
24933
|
click: () => Promise<void>;
|
|
24299
24934
|
select: () => Promise<void>;
|
|
24300
|
-
hasCheckbox()
|
|
24301
|
-
getPrefix()
|
|
24302
|
-
getTitle()
|
|
24303
|
-
getSubtitle()
|
|
24304
|
-
getSuffix()
|
|
24935
|
+
hasCheckbox: () => Promise<boolean>;
|
|
24936
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
24937
|
+
getTitle: () => Promise<string>;
|
|
24938
|
+
getSubtitle: () => Promise<string>;
|
|
24939
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
24305
24940
|
exists: () => Promise<boolean>;
|
|
24306
24941
|
element: () => Promise<any>;
|
|
24307
24942
|
};
|
|
24308
24943
|
getViewListItemAt: (index: number) => {
|
|
24309
24944
|
click: () => Promise<void>;
|
|
24310
24945
|
select: () => Promise<void>;
|
|
24311
|
-
hasCheckbox()
|
|
24312
|
-
getPrefix()
|
|
24313
|
-
getTitle()
|
|
24314
|
-
getSubtitle()
|
|
24315
|
-
getSuffix()
|
|
24946
|
+
hasCheckbox: () => Promise<boolean>;
|
|
24947
|
+
getPrefix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
24948
|
+
getTitle: () => Promise<string>;
|
|
24949
|
+
getSubtitle: () => Promise<string>;
|
|
24950
|
+
getSuffix: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
24316
24951
|
exists: () => Promise<boolean>;
|
|
24317
24952
|
element: () => Promise<any>;
|
|
24318
24953
|
};
|
|
@@ -24524,6 +25159,7 @@ export declare const ManageTagsModalTestkit: (obj: {
|
|
|
24524
25159
|
getModalTitle: () => Promise<string>;
|
|
24525
25160
|
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
24526
25161
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
25162
|
+
getNotificationButtonExists: () => Promise<boolean>;
|
|
24527
25163
|
clickCloseButton: () => Promise<void>;
|
|
24528
25164
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
24529
25165
|
getAddItem: () => {
|
|
@@ -24538,8 +25174,41 @@ export declare const ManageTagsModalTestkit: (obj: {
|
|
|
24538
25174
|
element: () => Promise<any>;
|
|
24539
25175
|
click: () => Promise<void>;
|
|
24540
25176
|
};
|
|
24541
|
-
getFormField: () =>
|
|
24542
|
-
|
|
25177
|
+
getFormField: () => {
|
|
25178
|
+
element: () => Promise<HTMLElement>;
|
|
25179
|
+
getChildren: () => Promise<HTMLElement | null>;
|
|
25180
|
+
getLabel: () => Promise<HTMLElement | null>;
|
|
25181
|
+
getLabelSize: () => Promise<import("@wix/design-system").LabelSize>;
|
|
25182
|
+
isRequired: () => Promise<boolean>;
|
|
25183
|
+
getLengthLeft: () => Promise<number | null>;
|
|
25184
|
+
isLengthExceeded: () => Promise<boolean>;
|
|
25185
|
+
hasTooltip: () => Promise<boolean>;
|
|
25186
|
+
getInfoContent: () => Promise<string>;
|
|
25187
|
+
getSuffix: () => Promise<HTMLElement | null>;
|
|
25188
|
+
hoverInfoIcon: () => Promise<void>;
|
|
25189
|
+
getStatusMessage: () => Promise<string>;
|
|
25190
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
25191
|
+
exists: () => Promise<boolean>;
|
|
25192
|
+
click: () => Promise<void>;
|
|
25193
|
+
};
|
|
25194
|
+
getListItemEditable: () => {
|
|
25195
|
+
getValue: () => Promise<string>;
|
|
25196
|
+
getPlaceholder: () => Promise<string | null>;
|
|
25197
|
+
isApproveButtonDisabled: () => Promise<boolean>;
|
|
25198
|
+
enterText: (text: string) => Promise<void>;
|
|
25199
|
+
clickApprove: () => Promise<void>;
|
|
25200
|
+
clickCancel: () => Promise<void>;
|
|
25201
|
+
pressEnter: () => Promise<void>;
|
|
25202
|
+
isFocus: () => Promise<boolean>;
|
|
25203
|
+
hasSuffix: () => Promise<boolean>;
|
|
25204
|
+
getCancelButtonTooltipText: () => Promise<string>;
|
|
25205
|
+
getApproveButtonTooltipText: () => Promise<string>;
|
|
25206
|
+
hasStatus: (status: import("@wix/design-system").StatusIndications) => Promise<boolean>;
|
|
25207
|
+
getStatusMessage: () => Promise<string | null>;
|
|
25208
|
+
exists: () => Promise<boolean>;
|
|
25209
|
+
element: () => Promise<any>;
|
|
25210
|
+
click: () => Promise<void>;
|
|
25211
|
+
};
|
|
24543
25212
|
clickTagRenameButtonByIdx: (idx: number) => Promise<void>;
|
|
24544
25213
|
clickTagDeleteButtonByIdx: (idx: number) => Promise<void>;
|
|
24545
25214
|
getTagRows: () => import("@wix/unidriver-core").UniDriverList<any>;
|
|
@@ -24547,4 +25216,82 @@ export declare const ManageTagsModalTestkit: (obj: {
|
|
|
24547
25216
|
click: () => Promise<void>;
|
|
24548
25217
|
element: () => Promise<any>;
|
|
24549
25218
|
}>;
|
|
25219
|
+
export declare const CollectionPageTestKit: (obj: {
|
|
25220
|
+
dataHook: string;
|
|
25221
|
+
page: any;
|
|
25222
|
+
wrapper?: any;
|
|
25223
|
+
}) => Promise<{
|
|
25224
|
+
exists: () => Promise<boolean>;
|
|
25225
|
+
click: () => Promise<void>;
|
|
25226
|
+
element: () => Promise<any>;
|
|
25227
|
+
getPrimaryAction: (dataHook: string) => {
|
|
25228
|
+
getButtonTextContent: () => Promise<string>;
|
|
25229
|
+
isFocused: () => Promise<boolean>;
|
|
25230
|
+
isButtonDisabled: () => Promise<boolean>;
|
|
25231
|
+
hasSkin: (skinName: import("@wix/design-system").ButtonSkin) => Promise<boolean>;
|
|
25232
|
+
isPrefixIconExists: () => Promise<boolean>;
|
|
25233
|
+
isSuffixIconExists: () => Promise<boolean>;
|
|
25234
|
+
exists: () => Promise<boolean>;
|
|
25235
|
+
element: () => Promise<any>;
|
|
25236
|
+
click: () => Promise<void>;
|
|
25237
|
+
};
|
|
25238
|
+
getSecondaryActions: (dataHook?: string) => {
|
|
25239
|
+
getButton: () => {
|
|
25240
|
+
getButtonTextContent: () => Promise<string>;
|
|
25241
|
+
isFocused: () => Promise<boolean>;
|
|
25242
|
+
isButtonDisabled: () => Promise<boolean>;
|
|
25243
|
+
hasSkin: (skinName: import("@wix/design-system").ButtonSkin) => Promise<boolean>;
|
|
25244
|
+
isPrefixIconExists: () => Promise<boolean>;
|
|
25245
|
+
isSuffixIconExists: () => Promise<boolean>;
|
|
25246
|
+
exists: () => Promise<boolean>;
|
|
25247
|
+
element: () => Promise<any>;
|
|
25248
|
+
click: () => Promise<void>;
|
|
25249
|
+
};
|
|
25250
|
+
getPopover: () => {
|
|
25251
|
+
getButtonTextContent: () => Promise<string>;
|
|
25252
|
+
isFocused: () => Promise<boolean>;
|
|
25253
|
+
isButtonDisabled: () => Promise<boolean>;
|
|
25254
|
+
hasSkin: (skinName: import("@wix/design-system").ButtonSkin) => Promise<boolean>;
|
|
25255
|
+
isPrefixIconExists: () => Promise<boolean>;
|
|
25256
|
+
isSuffixIconExists: () => Promise<boolean>;
|
|
25257
|
+
exists: () => Promise<boolean>;
|
|
25258
|
+
element: () => Promise<any>;
|
|
25259
|
+
click: () => Promise<void>;
|
|
25260
|
+
};
|
|
25261
|
+
};
|
|
25262
|
+
getMoreActions: (dataHook?: string) => {
|
|
25263
|
+
exists: () => Promise<boolean>;
|
|
25264
|
+
getTriggerElement: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
25265
|
+
open: () => Promise<void>;
|
|
25266
|
+
isOpen: () => Promise<boolean>;
|
|
25267
|
+
clickAtChildByDataHook: (childDataHook: string) => Promise<void>;
|
|
25268
|
+
clickAtChildByIndex: (index: number) => Promise<void>;
|
|
25269
|
+
childContentAt: (index: number) => Promise<string>;
|
|
25270
|
+
childrenCount: () => Promise<number>;
|
|
25271
|
+
};
|
|
25272
|
+
getPageHeader: () => {
|
|
25273
|
+
hasClass: (className: string) => Promise<boolean>;
|
|
25274
|
+
titleText: () => Promise<string>;
|
|
25275
|
+
isTitleExists: () => Promise<boolean>;
|
|
25276
|
+
subtitleText: () => Promise<string>;
|
|
25277
|
+
isSubtitleExists: () => Promise<boolean>;
|
|
25278
|
+
isBreadcrumbsExists: () => Promise<boolean>;
|
|
25279
|
+
breadcrumbsText: () => Promise<string>;
|
|
25280
|
+
isActionBarExists: () => any;
|
|
25281
|
+
isBackButtonExists: () => Promise<boolean>;
|
|
25282
|
+
clickBackButton: () => Promise<void>;
|
|
25283
|
+
exists: () => Promise<boolean>;
|
|
25284
|
+
element: () => Promise<any>;
|
|
25285
|
+
click: () => Promise<void>;
|
|
25286
|
+
};
|
|
25287
|
+
subTitleDriver: {
|
|
25288
|
+
exists: () => Promise<boolean>;
|
|
25289
|
+
click: () => Promise<void>;
|
|
25290
|
+
element: () => Promise<any>;
|
|
25291
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
25292
|
+
getText(): Promise<string>;
|
|
25293
|
+
getLearnMoreLabel(): Promise<string>;
|
|
25294
|
+
getLearnMoreHref(): Promise<string | null>;
|
|
25295
|
+
};
|
|
25296
|
+
}>;
|
|
24550
25297
|
//# sourceMappingURL=puppeteer.d.ts.map
|