@wix/patterns 1.2.0 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/components/ActionCell/ActionCell.js.map +1 -1
- package/dist/cjs/components/AppliedFiltersTagList/AppliedFiltersTagList.js +6 -4
- package/dist/cjs/components/AppliedFiltersTagList/AppliedFiltersTagList.js.map +1 -1
- package/dist/cjs/components/AppliedFiltersTagList/AppliedFiltersTagListState.js +73 -33
- package/dist/cjs/components/AppliedFiltersTagList/AppliedFiltersTagListState.js.map +1 -1
- package/dist/cjs/components/AppliedFiltersTagList/FilterTagContent.js +27 -0
- package/dist/cjs/components/AppliedFiltersTagList/FilterTagContent.js.map +1 -0
- package/dist/cjs/components/AutoCompleteFilter/AutoCompleteFilter.js.map +1 -1
- 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/CollectionTable/CollectionTable.js +10 -10
- package/dist/cjs/components/CollectionTable/CollectionTable.js.map +1 -1
- package/dist/cjs/components/CollectionTable/CollectionTable.uni.driver.js +18 -45
- package/dist/cjs/components/CollectionTable/CollectionTable.uni.driver.js.map +1 -1
- package/dist/cjs/components/CollectionTable/CollectionTableBaseCommonProps.js.map +1 -1
- package/dist/cjs/components/CollectionTable/CollectionTableWSRTable.js +22 -12
- package/dist/cjs/components/CollectionTable/CollectionTableWSRTable.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/CollectionToolbar.uni.driver.js +2 -8
- package/dist/cjs/components/CollectionToolbar/CollectionToolbar.uni.driver.js.map +1 -1
- package/dist/cjs/components/CollectionToolbar/PrimaryActionButton.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/CollectionToolbarFilters/CollectionToolbarFilters.js +14 -9
- package/dist/cjs/components/CollectionToolbarFilters/CollectionToolbarFilters.js.map +1 -1
- package/dist/cjs/components/CollectionToolbars/CollectionToolbars.js +10 -34
- package/dist/cjs/components/CollectionToolbars/CollectionToolbars.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/CollectionViewsDropdown.js +11 -28
- package/dist/cjs/components/CollectionViewsDropdown/CollectionViewsDropdown.js.map +1 -1
- package/dist/cjs/components/CollectionViewsDropdown/CollectionViewsDropdown.uni.driver.js +78 -1
- package/dist/cjs/components/CollectionViewsDropdown/CollectionViewsDropdown.uni.driver.js.map +1 -1
- package/dist/cjs/components/CollectionViewsDropdown/CollectionViewsDropdownBase.js +35 -0
- package/dist/cjs/components/CollectionViewsDropdown/CollectionViewsDropdownBase.js.map +1 -0
- package/dist/cjs/components/CollectionViewsDropdown/CollectionViewsDropdownStandalone.js +27 -0
- package/dist/cjs/components/CollectionViewsDropdown/CollectionViewsDropdownStandalone.js.map +1 -0
- package/dist/cjs/components/CollectionViewsDropdown/ManageViewPopover.js +3 -4
- package/dist/cjs/components/CollectionViewsDropdown/ManageViewPopover.js.map +1 -1
- package/dist/cjs/components/CollectionViewsDropdown/ViewsDropdown.js +14 -12
- package/dist/cjs/components/CollectionViewsDropdown/ViewsDropdown.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/CollectionViewsDropdown/index.js +6 -0
- package/dist/cjs/components/CollectionViewsDropdown/index.js.map +1 -1
- package/dist/cjs/components/CtaProps.js +4 -0
- package/dist/cjs/components/CtaProps.js.map +1 -0
- package/dist/cjs/components/CustomColumns/CustomColumns.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/DataExtension/CollectionDataExtensionState.js +3 -1
- package/dist/cjs/components/DataExtension/CollectionDataExtensionState.js.map +1 -1
- 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/EmptyState/CollectionEmptyState.js +3 -3
- package/dist/cjs/components/EmptyState/CollectionEmptyState.js.map +1 -1
- package/dist/cjs/components/EmptyState/CollectionNoResultsState.js +7 -7
- package/dist/cjs/components/EmptyState/CollectionNoResultsState.js.map +1 -1
- package/dist/cjs/components/EmptyState/CollectionPremiumEmptyState.js +3 -3
- package/dist/cjs/components/EmptyState/CollectionPremiumEmptyState.js.map +1 -1
- package/dist/cjs/components/EmptyState/EmptyStateBase.js +4 -3
- package/dist/cjs/components/EmptyState/EmptyStateBase.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/Grid.js +30 -57
- package/dist/cjs/components/Grid/Grid.js.map +1 -1
- package/dist/cjs/components/Grid/Grid.uni.driver.js +6 -1
- package/dist/cjs/components/Grid/Grid.uni.driver.js.map +1 -1
- package/dist/cjs/components/Grid/GridContent.js +84 -12
- package/dist/cjs/components/Grid/GridContent.js.map +1 -1
- package/dist/cjs/components/Grid/GridFolders.js +19 -12
- package/dist/cjs/components/Grid/GridFolders.js.map +1 -1
- package/dist/cjs/components/Grid/GridItemBaseProps.js.map +1 -1
- package/dist/cjs/components/Grid/GridPlaceholderStates.js +1 -1
- package/dist/cjs/components/Grid/GridPlaceholderStates.js.map +1 -1
- package/dist/cjs/components/Grid/{useGridSyncProps.js → useGridBaseSyncProps.js} +10 -14
- package/dist/cjs/components/Grid/useGridBaseSyncProps.js.map +1 -0
- package/dist/cjs/components/Grid/useRenderItem.js +1 -1
- package/dist/cjs/components/Grid/useRenderItem.js.map +1 -1
- package/dist/cjs/components/GridSections/GridSectionAndRepeater.js +55 -0
- package/dist/cjs/components/GridSections/GridSectionAndRepeater.js.map +1 -0
- package/dist/cjs/components/GridSections/GridSectionHeader.js +72 -0
- package/dist/cjs/components/GridSections/GridSectionHeader.js.map +1 -0
- package/dist/cjs/components/GridSections/GridSectionHeader.uni.driver.js +12 -0
- package/dist/cjs/components/GridSections/GridSectionHeader.uni.driver.js.map +1 -0
- package/dist/cjs/components/GridSections/GridSectionHeaderActionBar.js +36 -0
- package/dist/cjs/components/GridSections/GridSectionHeaderActionBar.js.map +1 -0
- package/dist/cjs/components/GridSections/GridSectionsContent.js +67 -0
- package/dist/cjs/components/GridSections/GridSectionsContent.js.map +1 -0
- package/dist/cjs/components/GridSections/GridSectionsState.js +47 -0
- package/dist/cjs/components/GridSections/GridSectionsState.js.map +1 -0
- 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/MultiBulkActionButton/MultiBulkActionSubItemProps.js.map +1 -1
- 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/MultiInlineCheckboxFilter/MultiInlineCheckboxFilter.js +1 -1
- package/dist/cjs/components/MultiInlineCheckboxFilter/MultiInlineCheckboxFilter.js.map +1 -1
- package/dist/cjs/components/MultiSelectCollectionFilter/MultiSelectCollectionFilter.js +1 -1
- package/dist/cjs/components/MultiSelectCollectionFilter/MultiSelectCollectionFilter.js.map +1 -1
- package/dist/cjs/components/NestedTable/NestedTable.js +3 -3
- package/dist/cjs/components/NestedTable/NestedTable.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/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/PickerStandaloneLayout/PickerStandaloneLayoutFooter.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/RadioGroupFilter/RadioGroupFilter.js +4 -4
- package/dist/cjs/components/RadioGroupFilter/RadioGroupFilter.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/SingleSelectFilter/SingleSelectFilter.js.map +1 -1
- package/dist/cjs/components/SkeletonCard/SkeletonCard.st.css.js +3 -3
- package/dist/cjs/components/SkeletonCard/SkeletonCard.st.css.js.map +1 -1
- package/dist/cjs/components/SlidingModal/SlidingModal.st.css.js +2 -2
- package/dist/cjs/components/SlidingModal/SlidingModal.st.css.js.map +1 -1
- package/dist/cjs/components/SummaryBar/SummaryBar.js +23 -23
- package/dist/cjs/components/SummaryBar/SummaryBar.js.map +1 -1
- package/dist/cjs/components/Table/Table.js.map +1 -1
- package/dist/cjs/components/Table/TableVirtual.st.css.js +3 -3
- package/dist/cjs/components/Table/TableVirtual.st.css.js.map +1 -1
- package/dist/cjs/components/TableFolders/TableFoldersContent.js.map +1 -1
- package/dist/cjs/components/TableGridSwitch/TableGridSwitch.js.map +1 -1
- package/dist/cjs/components/TabsFilter/TabsFilter.js +7 -7
- package/dist/cjs/components/TabsFilter/TabsFilter.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/ToolbarCollection/ToolbarCollection.js +3 -3
- package/dist/cjs/components/ToolbarCollection/ToolbarCollection.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/ToolbarTitle/ToolbarTitle.js +8 -8
- package/dist/cjs/components/ToolbarTitle/ToolbarTitle.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/giza/buildWixPatternsEssentials.js +1 -0
- package/dist/cjs/giza/buildWixPatternsEssentials.js.map +1 -1
- package/dist/cjs/hooks/useCollectionFilterInitialFetchTiming.js.map +1 -1
- package/dist/cjs/hooks/usePickerModal/UsePickerModalParamsBase.js.map +1 -1
- package/dist/cjs/index.js +9 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/model/filterProps.js.map +1 -1
- package/dist/cjs/state/EntityPage/EntityPageState.js +3 -1
- package/dist/cjs/state/EntityPage/EntityPageState.js.map +1 -1
- package/dist/cjs/state/EntityPage/EntityPageStateBIReporter.js +21 -1
- package/dist/cjs/state/EntityPage/EntityPageStateBIReporter.js.map +1 -1
- package/dist/cjs/state/GridBaseState.js +14 -6
- package/dist/cjs/state/GridBaseState.js.map +1 -1
- package/dist/cjs/state/GridState.js +2 -9
- package/dist/cjs/state/GridState.js.map +1 -1
- package/dist/cjs/state/NestedTableState/NestedTableState.js.map +1 -1
- package/dist/cjs/state/TagsBulkAssignPopoverState.js +1 -0
- package/dist/cjs/state/TagsBulkAssignPopoverState.js.map +1 -1
- package/dist/cjs/state/ToolbarCollectionState.js +7 -6
- package/dist/cjs/state/ToolbarCollectionState.js.map +1 -1
- package/dist/cjs/state/simplifyExtendedColumns.js +4 -3
- package/dist/cjs/state/simplifyExtendedColumns.js.map +1 -1
- package/dist/cjs/styles.global.css +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/cjs/version.js.map +1 -1
- package/dist/esm/components/AppliedFiltersTagList/AppliedFiltersTagList.js +9 -5
- package/dist/esm/components/AppliedFiltersTagList/AppliedFiltersTagList.js.map +1 -1
- package/dist/esm/components/AppliedFiltersTagList/AppliedFiltersTagListState.js +49 -21
- package/dist/esm/components/AppliedFiltersTagList/AppliedFiltersTagListState.js.map +1 -1
- package/dist/esm/components/AppliedFiltersTagList/FilterTagContent.js +9 -0
- package/dist/esm/components/AppliedFiltersTagList/FilterTagContent.js.map +1 -0
- package/dist/esm/components/Collapse/Collapse.st.css.js +2 -2
- package/dist/esm/components/CollectionTable/CollectionTable.js.map +1 -1
- package/dist/esm/components/CollectionTable/CollectionTable.uni.driver.js +18 -45
- package/dist/esm/components/CollectionTable/CollectionTable.uni.driver.js.map +1 -1
- package/dist/esm/components/CollectionTable/CollectionTableWSRTable.js +9 -4
- package/dist/esm/components/CollectionTable/CollectionTableWSRTable.js.map +1 -1
- package/dist/esm/components/CollectionToolbar/CollectionToolbar.st.css.js +2 -2
- package/dist/esm/components/CollectionToolbar/CollectionToolbar.st.css.js.map +1 -1
- package/dist/esm/components/CollectionToolbar/CollectionToolbar.uni.driver.js +1 -9
- package/dist/esm/components/CollectionToolbar/CollectionToolbar.uni.driver.js.map +1 -1
- package/dist/esm/components/CollectionToolbar/SearchOrCustomFilter.st.css.js +2 -2
- package/dist/esm/components/CollectionToolbarFilters/CollectionToolbarFilters.js +8 -3
- package/dist/esm/components/CollectionToolbarFilters/CollectionToolbarFilters.js.map +1 -1
- package/dist/esm/components/CollectionToolbars/CollectionToolbars.js +1 -6
- package/dist/esm/components/CollectionToolbars/CollectionToolbars.js.map +1 -1
- 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/CollectionViewsDropdown.js +4 -14
- package/dist/esm/components/CollectionViewsDropdown/CollectionViewsDropdown.js.map +1 -1
- package/dist/esm/components/CollectionViewsDropdown/CollectionViewsDropdown.uni.driver.js +78 -1
- package/dist/esm/components/CollectionViewsDropdown/CollectionViewsDropdown.uni.driver.js.map +1 -1
- package/dist/esm/components/CollectionViewsDropdown/CollectionViewsDropdownBase.js +10 -0
- package/dist/esm/components/CollectionViewsDropdown/CollectionViewsDropdownBase.js.map +1 -0
- package/dist/esm/components/CollectionViewsDropdown/CollectionViewsDropdownStandalone.js +8 -0
- package/dist/esm/components/CollectionViewsDropdown/CollectionViewsDropdownStandalone.js.map +1 -0
- package/dist/esm/components/CollectionViewsDropdown/ManageViewPopover.js +3 -2
- package/dist/esm/components/CollectionViewsDropdown/ManageViewPopover.js.map +1 -1
- package/dist/esm/components/CollectionViewsDropdown/ViewsDropdown.js +3 -1
- package/dist/esm/components/CollectionViewsDropdown/ViewsDropdown.js.map +1 -1
- package/dist/esm/components/CollectionViewsDropdown/ViewsDropdown.st.css.js +2 -2
- package/dist/esm/components/CollectionViewsDropdown/index.js +1 -0
- package/dist/esm/components/CollectionViewsDropdown/index.js.map +1 -1
- package/dist/esm/components/CtaProps.js +2 -0
- package/dist/esm/components/CtaProps.js.map +1 -0
- 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/DataExtension/CollectionDataExtensionState.js +3 -1
- package/dist/esm/components/DataExtension/CollectionDataExtensionState.js.map +1 -1
- package/dist/esm/components/DragHandle/DragHandle.st.css.js +2 -2
- package/dist/esm/components/EmptyState/CollectionEmptyState.js.map +1 -1
- package/dist/esm/components/EmptyState/CollectionNoResultsState.js.map +1 -1
- package/dist/esm/components/EmptyState/CollectionPremiumEmptyState.js.map +1 -1
- package/dist/esm/components/EmptyState/EmptyStateBase.js +1 -1
- package/dist/esm/components/EmptyState/EmptyStateBase.js.map +1 -1
- package/dist/esm/components/Fade/Fade.st.css.js +2 -2
- package/dist/esm/components/Fade/Fade.st.css.js.map +1 -1
- package/dist/esm/components/Grid/Grid.js +5 -16
- package/dist/esm/components/Grid/Grid.js.map +1 -1
- package/dist/esm/components/Grid/Grid.uni.driver.js +3 -2
- package/dist/esm/components/Grid/Grid.uni.driver.js.map +1 -1
- package/dist/esm/components/Grid/GridContent.js +40 -8
- package/dist/esm/components/Grid/GridContent.js.map +1 -1
- package/dist/esm/components/Grid/GridFolders.js +5 -3
- package/dist/esm/components/Grid/GridFolders.js.map +1 -1
- package/dist/esm/components/Grid/GridPlaceholderStates.js +1 -1
- package/dist/esm/components/Grid/GridPlaceholderStates.js.map +1 -1
- package/dist/esm/components/Grid/{useGridSyncProps.js → useGridBaseSyncProps.js} +10 -5
- package/dist/esm/components/Grid/useGridBaseSyncProps.js.map +1 -0
- package/dist/esm/components/Grid/useRenderItem.js.map +1 -1
- package/dist/esm/components/GridSections/GridSectionAndRepeater.js +15 -0
- package/dist/esm/components/GridSections/GridSectionAndRepeater.js.map +1 -0
- package/dist/esm/components/GridSections/GridSectionHeader.js +19 -0
- package/dist/esm/components/GridSections/GridSectionHeader.js.map +1 -0
- package/dist/esm/components/GridSections/GridSectionHeader.uni.driver.js +5 -0
- package/dist/esm/components/GridSections/GridSectionHeader.uni.driver.js.map +1 -0
- package/dist/esm/components/GridSections/GridSectionHeaderActionBar.js +7 -0
- package/dist/esm/components/GridSections/GridSectionHeaderActionBar.js.map +1 -0
- package/dist/esm/components/GridSections/GridSectionsContent.js +31 -0
- package/dist/esm/components/GridSections/GridSectionsContent.js.map +1 -0
- package/dist/esm/components/GridSections/GridSectionsState.js +34 -0
- package/dist/esm/components/GridSections/GridSectionsState.js.map +1 -0
- package/dist/esm/components/Heading/Heading.st.css.js +2 -2
- package/dist/esm/components/Heading/Heading.st.css.js.map +1 -1
- 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/MaxLines/MaxLines.st.css.js +2 -2
- package/dist/esm/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.js +2 -2
- package/dist/esm/components/MultiInlineCheckboxFilter/MultiInlineCheckboxFilter.js.map +1 -1
- package/dist/esm/components/MultiSelectCollectionFilter/MultiSelectCollectionFilter.js.map +1 -1
- package/dist/esm/components/NestedTable/NestedTable.js.map +1 -1
- package/dist/esm/components/NestedTable/NestedTableRow.st.css.js +2 -2
- package/dist/esm/components/PickerContent/PickerContent.st.css.js +2 -2
- package/dist/esm/components/PickerContent/PickerContent.st.css.js.map +1 -1
- 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/PickerStandaloneLayout/PickerStandaloneLayoutFooter.js.map +1 -1
- package/dist/esm/components/PickerTableListItem/PickerTableListItem.st.css.js +2 -2
- package/dist/esm/components/PickerTableListItem/PickerTableListItem.st.css.js.map +1 -1
- package/dist/esm/components/RadioGroupFilter/RadioGroupFilter.js.map +1 -1
- 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/SkeletonCard/SkeletonCard.st.css.js +2 -2
- package/dist/esm/components/SlidingModal/SlidingModal.st.css.js +2 -2
- package/dist/esm/components/SummaryBar/SummaryBar.js.map +1 -1
- package/dist/esm/components/Table/TableVirtual.st.css.js +2 -2
- package/dist/esm/components/TabsFilter/TabsFilter.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/ToolbarCollection/ToolbarCollection.js.map +1 -1
- package/dist/esm/components/ToolbarItemBox/ToolbarItemBox.st.css.js +2 -2
- package/dist/esm/components/ToolbarTitle/ToolbarTitle.js.map +1 -1
- package/dist/esm/components/common.st.css.js +2 -2
- package/dist/esm/components/common.st.css.js.map +1 -1
- package/dist/esm/giza/buildWixPatternsEssentials.js +3 -2
- package/dist/esm/giza/buildWixPatternsEssentials.js.map +1 -1
- package/dist/esm/hooks/useCollectionFilterInitialFetchTiming.js.map +1 -1
- package/dist/esm/index.js +2 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/state/EntityPage/EntityPageState.js +3 -2
- package/dist/esm/state/EntityPage/EntityPageState.js.map +1 -1
- package/dist/esm/state/EntityPage/EntityPageStateBIReporter.js +16 -1
- package/dist/esm/state/EntityPage/EntityPageStateBIReporter.js.map +1 -1
- package/dist/esm/state/GridBaseState.js +13 -8
- package/dist/esm/state/GridBaseState.js.map +1 -1
- package/dist/esm/state/GridState.js +1 -8
- package/dist/esm/state/GridState.js.map +1 -1
- package/dist/esm/state/NestedTableState/NestedTableState.js.map +1 -1
- package/dist/esm/state/TagsBulkAssignPopoverState.js +1 -0
- package/dist/esm/state/TagsBulkAssignPopoverState.js.map +1 -1
- package/dist/esm/state/ToolbarCollectionState.js +4 -4
- package/dist/esm/state/ToolbarCollectionState.js.map +1 -1
- package/dist/esm/state/simplifyExtendedColumns.js +2 -2
- package/dist/esm/state/simplifyExtendedColumns.js.map +1 -1
- package/dist/esm/styles.global.css +1 -1
- package/dist/esm/version.js +1 -1
- package/dist/types/components/ActionCell/ActionCell.d.ts +31 -3
- package/dist/types/components/ActionCell/ActionCell.d.ts.map +1 -1
- package/dist/types/components/AppliedFiltersTagList/AppliedFiltersTagList.d.ts.map +1 -1
- package/dist/types/components/AppliedFiltersTagList/AppliedFiltersTagListState.d.ts +22 -11
- package/dist/types/components/AppliedFiltersTagList/AppliedFiltersTagListState.d.ts.map +1 -1
- package/dist/types/components/AppliedFiltersTagList/FilterTagContent.d.ts +7 -0
- package/dist/types/components/AppliedFiltersTagList/FilterTagContent.d.ts.map +1 -0
- package/dist/types/components/AutoCompleteFilter/AutoCompleteFilter.d.ts +1 -1
- package/dist/types/components/CardContainer/CardContainer.uni.driver.d.ts +1 -1
- package/dist/types/components/CollectionList/CollectionList.uni.driver.d.ts +79 -6
- package/dist/types/components/CollectionList/CollectionList.uni.driver.d.ts.map +1 -1
- package/dist/types/components/CollectionTable/CollectionTable.d.ts +16 -20
- package/dist/types/components/CollectionTable/CollectionTable.d.ts.map +1 -1
- package/dist/types/components/CollectionTable/CollectionTable.uni.driver.d.ts +161 -27
- package/dist/types/components/CollectionTable/CollectionTable.uni.driver.d.ts.map +1 -1
- package/dist/types/components/CollectionTable/CollectionTableBaseCommonProps.d.ts +4 -3
- package/dist/types/components/CollectionTable/CollectionTableBaseCommonProps.d.ts.map +1 -1
- package/dist/types/components/CollectionTable/CollectionTableWSRTable.d.ts +3 -2
- package/dist/types/components/CollectionTable/CollectionTableWSRTable.d.ts.map +1 -1
- package/dist/types/components/CollectionToolbar/CollectionToolbar.st.css.d.ts.map +1 -1
- package/dist/types/components/CollectionToolbar/CollectionToolbar.uni.driver.d.ts +81 -18
- package/dist/types/components/CollectionToolbar/CollectionToolbar.uni.driver.d.ts.map +1 -1
- package/dist/types/components/CollectionToolbar/PrimaryActionButton.d.ts +1 -1
- package/dist/types/components/CollectionToolbar/ReorderModeToolbar.uni.driver.d.ts +1 -1
- package/dist/types/components/CollectionToolbarFilters/CollectionToolbarFilters.d.ts +5 -0
- package/dist/types/components/CollectionToolbarFilters/CollectionToolbarFilters.d.ts.map +1 -1
- package/dist/types/components/CollectionToolbars/CollectionToolbars.d.ts.map +1 -1
- package/dist/types/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.d.ts.map +1 -1
- package/dist/types/components/CollectionViewsDropdown/CollectionViewsDropdown.d.ts +2 -70
- package/dist/types/components/CollectionViewsDropdown/CollectionViewsDropdown.d.ts.map +1 -1
- package/dist/types/components/CollectionViewsDropdown/CollectionViewsDropdown.uni.driver.d.ts +79 -0
- package/dist/types/components/CollectionViewsDropdown/CollectionViewsDropdown.uni.driver.d.ts.map +1 -1
- package/dist/types/components/CollectionViewsDropdown/CollectionViewsDropdownBase.d.ts +91 -0
- package/dist/types/components/CollectionViewsDropdown/CollectionViewsDropdownBase.d.ts.map +1 -0
- package/dist/types/components/CollectionViewsDropdown/CollectionViewsDropdownStandalone.d.ts +11 -0
- package/dist/types/components/CollectionViewsDropdown/CollectionViewsDropdownStandalone.d.ts.map +1 -0
- package/dist/types/components/CollectionViewsDropdown/ManageViewPopover.d.ts.map +1 -1
- package/dist/types/components/CollectionViewsDropdown/ViewsDropdown.d.ts.map +1 -1
- package/dist/types/components/CollectionViewsDropdown/index.d.ts +1 -0
- package/dist/types/components/CollectionViewsDropdown/index.d.ts.map +1 -1
- package/dist/types/components/CollectionViewsDropdown/modals/SaveView/CollectionSaveViewModal.uni.driver.d.ts +1 -1
- package/dist/types/components/CtaProps.d.ts +11 -0
- package/dist/types/components/CtaProps.d.ts.map +1 -0
- package/dist/types/components/CustomColumns/CustomColumns.d.ts +1 -1
- package/dist/types/components/CustomFieldModal/CustomFieldModal.uni.driver.d.ts +15 -1
- 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 +15 -1
- package/dist/types/components/CustomFieldsWidget/CustomFieldsWidget.uni.driver.d.ts.map +1 -1
- package/dist/types/components/DataExtension/CollectionDataExtensionState.d.ts.map +1 -1
- package/dist/types/components/EmptyState/CollectionEmptyState.d.ts +4 -3
- package/dist/types/components/EmptyState/CollectionEmptyState.d.ts.map +1 -1
- package/dist/types/components/EmptyState/CollectionEmptyState.uni.driver.d.ts +1 -1
- package/dist/types/components/EmptyState/CollectionNoResultsState.d.ts.map +1 -1
- package/dist/types/components/EmptyState/CollectionNoResultsState.uni.driver.d.ts +1 -1
- package/dist/types/components/EmptyState/CollectionPremiumEmptyState.d.ts +4 -3
- package/dist/types/components/EmptyState/CollectionPremiumEmptyState.d.ts.map +1 -1
- package/dist/types/components/EmptyState/EmptyState.uni.driver.d.ts +1 -1
- package/dist/types/components/EmptyState/EmptyStateBase.d.ts +5 -6
- package/dist/types/components/EmptyState/EmptyStateBase.d.ts.map +1 -1
- package/dist/types/components/EntityPage/EntityPage.uni.driver.d.ts +2 -2
- package/dist/types/components/EntityPageCard/EntityPageCard.uni.driver.d.ts +1 -1
- package/dist/types/components/ErrorCard/ErrorCard.uni.driver.d.ts +1 -1
- package/dist/types/components/ErrorState/ToolbarCollectionErrorState.uni.driver.d.ts +2 -2
- package/dist/types/components/Fade/Fade.st.css.d.ts.map +1 -1
- package/dist/types/components/FiltersPanel/FiltersPanel.uni.driver.d.ts +1 -1
- package/dist/types/components/Grid/Grid.d.ts +20 -15
- package/dist/types/components/Grid/Grid.d.ts.map +1 -1
- package/dist/types/components/Grid/Grid.uni.driver.d.ts +101 -15
- package/dist/types/components/Grid/Grid.uni.driver.d.ts.map +1 -1
- package/dist/types/components/Grid/GridContent.d.ts +28 -6
- package/dist/types/components/Grid/GridContent.d.ts.map +1 -1
- package/dist/types/components/Grid/GridFolders.d.ts +1 -2
- package/dist/types/components/Grid/GridFolders.d.ts.map +1 -1
- package/dist/types/components/Grid/GridFolders.uni.driver.d.ts +288 -46
- package/dist/types/components/Grid/GridFolders.uni.driver.d.ts.map +1 -1
- package/dist/types/components/Grid/GridFoldersSection.uni.driver.d.ts +100 -14
- package/dist/types/components/Grid/GridFoldersSection.uni.driver.d.ts.map +1 -1
- package/dist/types/components/Grid/GridItemBaseProps.d.ts +5 -5
- package/dist/types/components/Grid/GridItemBaseProps.d.ts.map +1 -1
- package/dist/types/components/Grid/GridPlaceholderStates.d.ts +2 -2
- package/dist/types/components/Grid/GridPlaceholderStates.d.ts.map +1 -1
- package/dist/types/components/Grid/useGridBaseSyncProps.d.ts +18 -0
- package/dist/types/components/Grid/useGridBaseSyncProps.d.ts.map +1 -0
- package/dist/types/components/Grid/useRenderItem.d.ts +3 -3
- package/dist/types/components/Grid/useRenderItem.d.ts.map +1 -1
- package/dist/types/components/GridSections/GridSectionAndRepeater.d.ts +16 -0
- package/dist/types/components/GridSections/GridSectionAndRepeater.d.ts.map +1 -0
- package/dist/types/components/GridSections/GridSectionHeader.d.ts +13 -0
- package/dist/types/components/GridSections/GridSectionHeader.d.ts.map +1 -0
- package/dist/types/components/GridSections/GridSectionHeader.uni.driver.d.ts +9 -0
- package/dist/types/components/GridSections/GridSectionHeader.uni.driver.d.ts.map +1 -0
- package/dist/types/components/GridSections/GridSectionHeaderActionBar.d.ts +7 -0
- package/dist/types/components/GridSections/GridSectionHeaderActionBar.d.ts.map +1 -0
- package/dist/types/components/GridSections/GridSectionsContent.d.ts +20 -0
- package/dist/types/components/GridSections/GridSectionsContent.d.ts.map +1 -0
- package/dist/types/components/GridSections/GridSectionsState.d.ts +30 -0
- package/dist/types/components/GridSections/GridSectionsState.d.ts.map +1 -0
- package/dist/types/components/Heading/Heading.st.css.d.ts.map +1 -1
- package/dist/types/components/InfiniteScrollCollectionList/InfiniteScrollCollectionList.uni.driver.d.ts +79 -6
- package/dist/types/components/InfiniteScrollCollectionList/InfiniteScrollCollectionList.uni.driver.d.ts.map +1 -1
- package/dist/types/components/MultiBulkActionButton/MultiBulkActionSubItemProps.d.ts +1 -1
- package/dist/types/components/MultiBulkActionToolbar/MultiBulkActionToolbar.d.ts +3 -3
- package/dist/types/components/MultiInlineCheckboxFilter/MultiInlineCheckboxFilter.d.ts +8 -2
- package/dist/types/components/MultiInlineCheckboxFilter/MultiInlineCheckboxFilter.d.ts.map +1 -1
- package/dist/types/components/MultiSelectCollectionFilter/MultiSelectCollectionFilter.d.ts +9 -0
- package/dist/types/components/MultiSelectCollectionFilter/MultiSelectCollectionFilter.d.ts.map +1 -1
- package/dist/types/components/NestedTable/NestedTable.d.ts +15 -16
- package/dist/types/components/NestedTable/NestedTable.d.ts.map +1 -1
- package/dist/types/components/NestedTable/NestedTable.uni.driver.d.ts +237 -32
- package/dist/types/components/NestedTable/NestedTable.uni.driver.d.ts.map +1 -1
- package/dist/types/components/NestedTable/NestedTableRowPlaceholderStates.uni.driver.d.ts +3 -3
- package/dist/types/components/PageErrorState/PageErrorState.uni.driver.d.ts +1 -1
- package/dist/types/components/PickerContent/PickerContent.st.css.d.ts.map +1 -1
- package/dist/types/components/PickerContent/PickerContentAdditionalStep.st.css.d.ts.map +1 -1
- package/dist/types/components/PickerModal/PickerModal.uni.driver.d.ts +15 -1
- package/dist/types/components/PickerModal/PickerModal.uni.driver.d.ts.map +1 -1
- package/dist/types/components/PickerModal/PickerModalLayout.uni.driver.d.ts +15 -1
- package/dist/types/components/PickerModal/PickerModalLayout.uni.driver.d.ts.map +1 -1
- package/dist/types/components/PickerTableListItem/PickerTableListItem.st.css.d.ts.map +1 -1
- package/dist/types/components/RadioGroupFilter/RadioGroupFilter.d.ts +4 -0
- package/dist/types/components/RadioGroupFilter/RadioGroupFilter.d.ts.map +1 -1
- package/dist/types/components/ScrollableContent/ScrollableContent.st.css.d.ts.map +1 -1
- package/dist/types/components/SingleSelectFilter/SingleSelectFilter.d.ts +2 -2
- package/dist/types/components/SummaryBar/SummaryBar.d.ts +8 -3
- package/dist/types/components/SummaryBar/SummaryBar.d.ts.map +1 -1
- package/dist/types/components/SummaryBar/SummaryBar.uni.driver.d.ts +16 -2
- package/dist/types/components/SummaryBar/SummaryBar.uni.driver.d.ts.map +1 -1
- package/dist/types/components/Table/Table.d.ts +1 -1
- package/dist/types/components/Table/Table.uni.driver.d.ts +170 -26
- package/dist/types/components/Table/Table.uni.driver.d.ts.map +1 -1
- package/dist/types/components/TableFolders/TableFolders.uni.driver.d.ts +232 -27
- package/dist/types/components/TableFolders/TableFolders.uni.driver.d.ts.map +1 -1
- package/dist/types/components/TableFolders/TableFoldersContent.d.ts +16 -16
- package/dist/types/components/TableFolders/TableFoldersContent.d.ts.map +1 -1
- package/dist/types/components/TableGridSwitch/TableGridSwitch.d.ts +2 -2
- package/dist/types/components/TableGridSwitch/TableGridSwitch.uni.driver.d.ts +294 -39
- package/dist/types/components/TableGridSwitch/TableGridSwitch.uni.driver.d.ts.map +1 -1
- package/dist/types/components/TableGridSwitchFolders/TableGridSwitchFolders.uni.driver.d.ts +533 -69
- package/dist/types/components/TableGridSwitchFolders/TableGridSwitchFolders.uni.driver.d.ts.map +1 -1
- package/dist/types/components/TabsFilter/TabsFilter.d.ts +16 -9
- package/dist/types/components/TabsFilter/TabsFilter.d.ts.map +1 -1
- package/dist/types/components/Tags/BulkAssignTagsPopover/BulkAssignTagsPopover.uni.driver.d.ts +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 +1 -1
- package/dist/types/components/TagsAssignButton/TagsAssignButton.uni.driver.d.ts +1 -1
- package/dist/types/components/ToolbarCollection/ToolbarCollection.d.ts +56 -47
- package/dist/types/components/ToolbarCollection/ToolbarCollection.d.ts.map +1 -1
- package/dist/types/components/ToolbarTitle/ToolbarTitle.d.ts +6 -4
- package/dist/types/components/ToolbarTitle/ToolbarTitle.d.ts.map +1 -1
- package/dist/types/components/common.st.css.d.ts.map +1 -1
- package/dist/types/giza/buildWixPatternsEssentials.d.ts.map +1 -1
- package/dist/types/hooks/useCollectionFilterInitialFetchTiming.d.ts +3 -2
- package/dist/types/hooks/useCollectionFilterInitialFetchTiming.d.ts.map +1 -1
- package/dist/types/hooks/usePickerModal/UsePickerModalParamsBase.d.ts +3 -0
- package/dist/types/hooks/usePickerModal/UsePickerModalParamsBase.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/model/filterProps.d.ts +15 -9
- package/dist/types/model/filterProps.d.ts.map +1 -1
- package/dist/types/state/EntityPage/EntityPageState.d.ts.map +1 -1
- package/dist/types/state/EntityPage/EntityPageStateBIReporter.d.ts +6 -0
- package/dist/types/state/EntityPage/EntityPageStateBIReporter.d.ts.map +1 -1
- package/dist/types/state/GridBaseState.d.ts +6 -1
- package/dist/types/state/GridBaseState.d.ts.map +1 -1
- package/dist/types/state/GridState.d.ts +4 -2
- package/dist/types/state/GridState.d.ts.map +1 -1
- package/dist/types/state/NestedTableState/NestedTableState.d.ts +2 -1
- package/dist/types/state/NestedTableState/NestedTableState.d.ts.map +1 -1
- package/dist/types/state/TagsBulkAssignPopoverState.d.ts.map +1 -1
- package/dist/types/state/ToolbarCollectionState.d.ts +3 -2
- package/dist/types/state/ToolbarCollectionState.d.ts.map +1 -1
- package/dist/types/state/simplifyExtendedColumns.d.ts +2 -1
- package/dist/types/state/simplifyExtendedColumns.d.ts.map +1 -1
- package/dist/types/testkit/enzyme.d.ts +2017 -260
- package/dist/types/testkit/enzyme.d.ts.map +1 -1
- package/dist/types/testkit/jsdom.d.ts +2023 -266
- package/dist/types/testkit/jsdom.d.ts.map +1 -1
- package/dist/types/testkit/puppeteer.d.ts +2018 -261
- package/dist/types/testkit/puppeteer.d.ts.map +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
- package/dist/cjs/components/Grid/useGridSyncProps.js.map +0 -1
- package/dist/esm/components/Grid/useGridSyncProps.js.map +0 -1
- package/dist/types/components/Grid/useGridSyncProps.d.ts +0 -19
- package/dist/types/components/Grid/useGridSyncProps.d.ts.map +0 -1
|
@@ -9,8 +9,8 @@ export declare const TableTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme")
|
|
|
9
9
|
infiniteScrollLoaderExists: () => Promise<boolean>;
|
|
10
10
|
getInfiniteScrollLoaderStatusMessage: () => Promise<string | null>;
|
|
11
11
|
getErrorStateByDataHook: (dataHook?: string) => {
|
|
12
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
13
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
12
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
13
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
14
14
|
getTitleText: () => Promise<string>;
|
|
15
15
|
getSubtitleText: () => Promise<string>;
|
|
16
16
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -24,8 +24,8 @@ export declare const TableTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme")
|
|
|
24
24
|
click: () => Promise<void>;
|
|
25
25
|
};
|
|
26
26
|
getCardErrorStateByDataHook: (dataHook?: string) => {
|
|
27
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
28
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
27
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
28
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
29
29
|
getTitleText: () => Promise<string>;
|
|
30
30
|
getSubtitleText: () => Promise<string>;
|
|
31
31
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -39,7 +39,7 @@ export declare const TableTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme")
|
|
|
39
39
|
click: () => Promise<void>;
|
|
40
40
|
};
|
|
41
41
|
getTableDefaultNoResultsState: () => {
|
|
42
|
-
getClearFiltersButton: () => import("@wix/design-system/dist/types/
|
|
42
|
+
getClearFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
43
43
|
getImageGlassArt: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
44
44
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
45
45
|
getTitleText: () => Promise<string>;
|
|
@@ -55,7 +55,7 @@ export declare const TableTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme")
|
|
|
55
55
|
click: () => Promise<void>;
|
|
56
56
|
};
|
|
57
57
|
getTableDefaultEmptyState: () => {
|
|
58
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
58
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
59
59
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
60
60
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
61
61
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -72,7 +72,7 @@ export declare const TableTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme")
|
|
|
72
72
|
click: () => Promise<void>;
|
|
73
73
|
};
|
|
74
74
|
getEmptyStateByDataHook: (dataHook?: string) => {
|
|
75
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
75
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
76
76
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
77
77
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
78
78
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -116,7 +116,7 @@ export declare const TableTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme")
|
|
|
116
116
|
click: () => Promise<void>;
|
|
117
117
|
};
|
|
118
118
|
getNoResultsStateByDataHook: (dataHook?: string) => {
|
|
119
|
-
getClearFiltersButton: () => import("@wix/design-system/dist/types/
|
|
119
|
+
getClearFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
120
120
|
getImageGlassArt: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
121
121
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
122
122
|
getTitleText: () => Promise<string>;
|
|
@@ -132,7 +132,7 @@ export declare const TableTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme")
|
|
|
132
132
|
click: () => Promise<void>;
|
|
133
133
|
};
|
|
134
134
|
viewsToolbarItemLabelExists: () => Promise<boolean>;
|
|
135
|
-
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/
|
|
135
|
+
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
136
136
|
scrollDown: (scrollableElementDataHook?: string, options?: {
|
|
137
137
|
top?: number | undefined;
|
|
138
138
|
}) => Promise<void>;
|
|
@@ -380,7 +380,21 @@ export declare const TableTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme")
|
|
|
380
380
|
getTypeFormFieldDriver: () => import("@wix/design-system/dist/types/FormField/FormField.uni.driver").FormFieldUniDriver;
|
|
381
381
|
getNameFormFieldDriver: () => import("@wix/design-system/dist/types/FormField/FormField.uni.driver").FormFieldUniDriver;
|
|
382
382
|
getKeyFormFieldDriver: () => import("@wix/design-system/dist/types/FormField/FormField.uni.driver").FormFieldUniDriver;
|
|
383
|
-
getFieldKeyTooltip: () =>
|
|
383
|
+
getFieldKeyTooltip: () => {
|
|
384
|
+
getTagName: () => Promise<string>;
|
|
385
|
+
getText: () => Promise<string>;
|
|
386
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
387
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
388
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
389
|
+
getId: () => Promise<string>;
|
|
390
|
+
isLight: () => Promise<boolean>;
|
|
391
|
+
isSecondary: () => Promise<boolean>;
|
|
392
|
+
isMasked: () => Promise<boolean>;
|
|
393
|
+
isWidows: () => Promise<boolean>;
|
|
394
|
+
exists: () => Promise<boolean>;
|
|
395
|
+
element: () => Promise<any>;
|
|
396
|
+
click: () => Promise<void>;
|
|
397
|
+
};
|
|
384
398
|
};
|
|
385
399
|
getErrorStateNotification: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
386
400
|
isSubmitting: () => Promise<boolean>;
|
|
@@ -396,7 +410,7 @@ export declare const TableTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme")
|
|
|
396
410
|
getTagByIdx: (idx: number) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
397
411
|
getTagById: (tagId: string) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
398
412
|
getModalTitle: () => Promise<string>;
|
|
399
|
-
getCreateBtnDriver: () => import("@wix/design-system/dist/types/
|
|
413
|
+
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
400
414
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
401
415
|
clickCloseButton: () => Promise<void>;
|
|
402
416
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
@@ -448,7 +462,7 @@ export declare const TableTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme")
|
|
|
448
462
|
getTagByIdx: (idx: number) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
449
463
|
getTagById: (tagId: string) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
450
464
|
getModalTitle: () => Promise<string>;
|
|
451
|
-
getCreateBtnDriver: () => import("@wix/design-system/dist/types/
|
|
465
|
+
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
452
466
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
453
467
|
clickCloseButton: () => Promise<void>;
|
|
454
468
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
@@ -532,6 +546,47 @@ export declare const TableTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme")
|
|
|
532
546
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
533
547
|
isOpen: () => Promise<boolean>;
|
|
534
548
|
getPlaceholderText: () => Promise<string | null>;
|
|
549
|
+
getSaveViewModal: () => {
|
|
550
|
+
exists: () => Promise<boolean>;
|
|
551
|
+
getTitle: () => Promise<string>;
|
|
552
|
+
getSubTitle: () => Promise<string>;
|
|
553
|
+
getSaveButtonText: () => Promise<string>;
|
|
554
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
555
|
+
clickSaveButton: () => Promise<void>;
|
|
556
|
+
getCancelButtonText: () => Promise<string>;
|
|
557
|
+
clickCancelButton: () => Promise<void>;
|
|
558
|
+
clickCloseButton: () => Promise<void>;
|
|
559
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
560
|
+
getViewNameInputValue: () => Promise<string>;
|
|
561
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
562
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
563
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
564
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
565
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
566
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
567
|
+
click: () => Promise<void>;
|
|
568
|
+
element: () => Promise<any>;
|
|
569
|
+
};
|
|
570
|
+
getRenameViewModal: () => {
|
|
571
|
+
exists: () => Promise<boolean>;
|
|
572
|
+
getTitle: () => Promise<string>;
|
|
573
|
+
getSubTitle: () => Promise<string>;
|
|
574
|
+
getSaveButtonText: () => Promise<string>;
|
|
575
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
576
|
+
clickSaveButton: () => Promise<void>;
|
|
577
|
+
getCancelButtonText: () => Promise<string>;
|
|
578
|
+
clickCancelButton: () => Promise<void>;
|
|
579
|
+
clickCloseButton: () => Promise<void>;
|
|
580
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
581
|
+
getViewNameInputValue: () => Promise<string>;
|
|
582
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
583
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
584
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
585
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
586
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
587
|
+
click: () => Promise<void>;
|
|
588
|
+
element: () => Promise<any>;
|
|
589
|
+
};
|
|
535
590
|
getViewListItemById: (id: string) => {
|
|
536
591
|
click: () => Promise<void>;
|
|
537
592
|
select: () => Promise<void>;
|
|
@@ -561,6 +616,24 @@ export declare const TableTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme")
|
|
|
561
616
|
getCategoriesContent: () => Promise<string[]>;
|
|
562
617
|
isViewPendingChanges: () => Promise<boolean>;
|
|
563
618
|
isDefaultView: () => Promise<boolean>;
|
|
619
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
620
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
621
|
+
openManageViewPopover: () => Promise<void>;
|
|
622
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
623
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
624
|
+
renameViewActionClick: () => Promise<void>;
|
|
625
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
626
|
+
deleteViewActionClick: () => Promise<void>;
|
|
627
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
628
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
629
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
630
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
631
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
632
|
+
saveNewView: (name: string) => Promise<void>;
|
|
633
|
+
deleteView: (ind: number) => Promise<void>;
|
|
634
|
+
saveViewChanges: () => Promise<void>;
|
|
635
|
+
renameView: (name: string) => Promise<void>;
|
|
636
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
564
637
|
click: () => Promise<void>;
|
|
565
638
|
element: () => Promise<any>;
|
|
566
639
|
};
|
|
@@ -604,7 +677,7 @@ export declare const TableTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme")
|
|
|
604
677
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
605
678
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
606
679
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
607
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
680
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
608
681
|
click: () => Promise<void>;
|
|
609
682
|
element: () => Promise<any>;
|
|
610
683
|
};
|
|
@@ -630,7 +703,7 @@ export declare const TableTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme")
|
|
|
630
703
|
};
|
|
631
704
|
clickClearAllFilters: () => Promise<void>;
|
|
632
705
|
getFilterAppliedText: () => Promise<string>;
|
|
633
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
706
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
634
707
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
635
708
|
closeDropdown?: boolean | undefined;
|
|
636
709
|
} | undefined) => Promise<string[]>;
|
|
@@ -986,7 +1059,7 @@ export declare const TableTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme")
|
|
|
986
1059
|
isTitleExists: () => Promise<boolean>;
|
|
987
1060
|
getTitleText: () => Promise<string>;
|
|
988
1061
|
getSubtitleText: () => Promise<string>;
|
|
989
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
1062
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
990
1063
|
applyButton: () => {
|
|
991
1064
|
getButtonTextContent: () => Promise<string>;
|
|
992
1065
|
isFocused: () => Promise<boolean>;
|
|
@@ -1063,7 +1136,7 @@ export declare const TableTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme")
|
|
|
1063
1136
|
scrollDown: () => Promise<void>;
|
|
1064
1137
|
};
|
|
1065
1138
|
clickClearAllFilters: () => Promise<void>;
|
|
1066
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
1139
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
1067
1140
|
getPanelFiltersCount: () => Promise<number>;
|
|
1068
1141
|
getDateRangeFilter: (filterName: string) => {
|
|
1069
1142
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -1371,7 +1444,7 @@ export declare const TableTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme")
|
|
|
1371
1444
|
isHorizontalScroll: () => Promise<boolean>;
|
|
1372
1445
|
getReorderModeToolbar: () => {
|
|
1373
1446
|
getTitle: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
1374
|
-
getLearnMoreBtn: () => import("@wix/design-system/dist/types/
|
|
1447
|
+
getLearnMoreBtn: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
1375
1448
|
getCancelButton: () => {
|
|
1376
1449
|
getButtonTextContent: () => Promise<string>;
|
|
1377
1450
|
isFocused: () => Promise<boolean>;
|
|
@@ -1403,8 +1476,22 @@ export declare const TableTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme")
|
|
|
1403
1476
|
isSuccessState: () => Promise<boolean>;
|
|
1404
1477
|
isLoadingState: () => Promise<boolean>;
|
|
1405
1478
|
isErrorState: () => Promise<boolean>;
|
|
1406
|
-
getRetryButton: () => Promise<import("@wix/design-system/dist/types/
|
|
1407
|
-
getErrorText: () => Promise<
|
|
1479
|
+
getRetryButton: () => Promise<import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver>;
|
|
1480
|
+
getErrorText: () => Promise<{
|
|
1481
|
+
getTagName: () => Promise<string>;
|
|
1482
|
+
getText: () => Promise<string>;
|
|
1483
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
1484
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
1485
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
1486
|
+
getId: () => Promise<string>;
|
|
1487
|
+
isLight: () => Promise<boolean>;
|
|
1488
|
+
isSecondary: () => Promise<boolean>;
|
|
1489
|
+
isMasked: () => Promise<boolean>;
|
|
1490
|
+
isWidows: () => Promise<boolean>;
|
|
1491
|
+
exists: () => Promise<boolean>;
|
|
1492
|
+
element: () => Promise<any>;
|
|
1493
|
+
click: () => Promise<void>;
|
|
1494
|
+
}>;
|
|
1408
1495
|
getItemTextAt: (index: number) => Promise<string>;
|
|
1409
1496
|
exists: () => Promise<boolean>;
|
|
1410
1497
|
$: (selector: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
@@ -1549,6 +1636,47 @@ export declare const TableTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme")
|
|
|
1549
1636
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
1550
1637
|
isOpen: () => Promise<boolean>;
|
|
1551
1638
|
getPlaceholderText: () => Promise<string | null>;
|
|
1639
|
+
getSaveViewModal: () => {
|
|
1640
|
+
exists: () => Promise<boolean>;
|
|
1641
|
+
getTitle: () => Promise<string>;
|
|
1642
|
+
getSubTitle: () => Promise<string>;
|
|
1643
|
+
getSaveButtonText: () => Promise<string>;
|
|
1644
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
1645
|
+
clickSaveButton: () => Promise<void>;
|
|
1646
|
+
getCancelButtonText: () => Promise<string>;
|
|
1647
|
+
clickCancelButton: () => Promise<void>;
|
|
1648
|
+
clickCloseButton: () => Promise<void>;
|
|
1649
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
1650
|
+
getViewNameInputValue: () => Promise<string>;
|
|
1651
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
1652
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
1653
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
1654
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
1655
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
1656
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
1657
|
+
click: () => Promise<void>;
|
|
1658
|
+
element: () => Promise<any>;
|
|
1659
|
+
};
|
|
1660
|
+
getRenameViewModal: () => {
|
|
1661
|
+
exists: () => Promise<boolean>;
|
|
1662
|
+
getTitle: () => Promise<string>;
|
|
1663
|
+
getSubTitle: () => Promise<string>;
|
|
1664
|
+
getSaveButtonText: () => Promise<string>;
|
|
1665
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
1666
|
+
clickSaveButton: () => Promise<void>;
|
|
1667
|
+
getCancelButtonText: () => Promise<string>;
|
|
1668
|
+
clickCancelButton: () => Promise<void>;
|
|
1669
|
+
clickCloseButton: () => Promise<void>;
|
|
1670
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
1671
|
+
getViewNameInputValue: () => Promise<string>;
|
|
1672
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
1673
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
1674
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
1675
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
1676
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
1677
|
+
click: () => Promise<void>;
|
|
1678
|
+
element: () => Promise<any>;
|
|
1679
|
+
};
|
|
1552
1680
|
getViewListItemById: (id: string) => {
|
|
1553
1681
|
click: () => Promise<void>;
|
|
1554
1682
|
select: () => Promise<void>;
|
|
@@ -1578,6 +1706,24 @@ export declare const TableTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme")
|
|
|
1578
1706
|
getCategoriesContent: () => Promise<string[]>;
|
|
1579
1707
|
isViewPendingChanges: () => Promise<boolean>;
|
|
1580
1708
|
isDefaultView: () => Promise<boolean>;
|
|
1709
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
1710
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
1711
|
+
openManageViewPopover: () => Promise<void>;
|
|
1712
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
1713
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
1714
|
+
renameViewActionClick: () => Promise<void>;
|
|
1715
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
1716
|
+
deleteViewActionClick: () => Promise<void>;
|
|
1717
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
1718
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
1719
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
1720
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
1721
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
1722
|
+
saveNewView: (name: string) => Promise<void>;
|
|
1723
|
+
deleteView: (ind: number) => Promise<void>;
|
|
1724
|
+
saveViewChanges: () => Promise<void>;
|
|
1725
|
+
renameView: (name: string) => Promise<void>;
|
|
1726
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
1581
1727
|
click: () => Promise<void>;
|
|
1582
1728
|
element: () => Promise<any>;
|
|
1583
1729
|
};
|
|
@@ -1621,7 +1767,7 @@ export declare const TableTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme")
|
|
|
1621
1767
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
1622
1768
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
1623
1769
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
1624
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
1770
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
1625
1771
|
click: () => Promise<void>;
|
|
1626
1772
|
element: () => Promise<any>;
|
|
1627
1773
|
};
|
|
@@ -1647,7 +1793,7 @@ export declare const TableTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme")
|
|
|
1647
1793
|
};
|
|
1648
1794
|
clickClearAllFilters: () => Promise<void>;
|
|
1649
1795
|
getFilterAppliedText: () => Promise<string>;
|
|
1650
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
1796
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
1651
1797
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
1652
1798
|
closeDropdown?: boolean | undefined;
|
|
1653
1799
|
} | undefined) => Promise<string[]>;
|
|
@@ -2003,7 +2149,7 @@ export declare const TableTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme")
|
|
|
2003
2149
|
isTitleExists: () => Promise<boolean>;
|
|
2004
2150
|
getTitleText: () => Promise<string>;
|
|
2005
2151
|
getSubtitleText: () => Promise<string>;
|
|
2006
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
2152
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
2007
2153
|
applyButton: () => {
|
|
2008
2154
|
getButtonTextContent: () => Promise<string>;
|
|
2009
2155
|
isFocused: () => Promise<boolean>;
|
|
@@ -2080,7 +2226,7 @@ export declare const TableTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme")
|
|
|
2080
2226
|
scrollDown: () => Promise<void>;
|
|
2081
2227
|
};
|
|
2082
2228
|
clickClearAllFilters: () => Promise<void>;
|
|
2083
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
2229
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
2084
2230
|
getPanelFiltersCount: () => Promise<number>;
|
|
2085
2231
|
getDateRangeFilter: (filterName: string) => {
|
|
2086
2232
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -2144,8 +2290,8 @@ export declare const GridTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme").
|
|
|
2144
2290
|
refreshLoaderExists: () => Promise<boolean>;
|
|
2145
2291
|
refreshLoaderSkeletonCount: () => Promise<number>;
|
|
2146
2292
|
getErrorStateByDataHook: (dataHook?: string) => {
|
|
2147
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
2148
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
2293
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
2294
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
2149
2295
|
getTitleText: () => Promise<string>;
|
|
2150
2296
|
getSubtitleText: () => Promise<string>;
|
|
2151
2297
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -2159,8 +2305,8 @@ export declare const GridTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme").
|
|
|
2159
2305
|
click: () => Promise<void>;
|
|
2160
2306
|
};
|
|
2161
2307
|
getCardErrorStateByDataHook: (dataHook?: string) => {
|
|
2162
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
2163
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
2308
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
2309
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
2164
2310
|
getTitleText: () => Promise<string>;
|
|
2165
2311
|
getSubtitleText: () => Promise<string>;
|
|
2166
2312
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -2174,7 +2320,7 @@ export declare const GridTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme").
|
|
|
2174
2320
|
click: () => Promise<void>;
|
|
2175
2321
|
};
|
|
2176
2322
|
getEmptyStateByDataHook: (dataHook?: string) => {
|
|
2177
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
2323
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
2178
2324
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
2179
2325
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
2180
2326
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -2218,7 +2364,7 @@ export declare const GridTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme").
|
|
|
2218
2364
|
click: () => Promise<void>;
|
|
2219
2365
|
};
|
|
2220
2366
|
getNoResultsStateByDataHook: (dataHook?: string) => {
|
|
2221
|
-
getClearFiltersButton: () => import("@wix/design-system/dist/types/
|
|
2367
|
+
getClearFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
2222
2368
|
getImageGlassArt: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
2223
2369
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
2224
2370
|
getTitleText: () => Promise<string>;
|
|
@@ -2234,6 +2380,7 @@ export declare const GridTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme").
|
|
|
2234
2380
|
click: () => Promise<void>;
|
|
2235
2381
|
};
|
|
2236
2382
|
getRenderedItemsCount: () => Promise<number>;
|
|
2383
|
+
gridContainerExists: () => Promise<boolean>;
|
|
2237
2384
|
getVirtualizedRowsCount: () => Promise<number>;
|
|
2238
2385
|
initialLoaderSkeletonCount: () => Promise<number>;
|
|
2239
2386
|
getLastRenderedItemIndex: () => Promise<number | null>;
|
|
@@ -2243,6 +2390,7 @@ export declare const GridTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme").
|
|
|
2243
2390
|
getSubtitle: () => Promise<string | null>;
|
|
2244
2391
|
getBackgroundImageUrl: () => Promise<string | null>;
|
|
2245
2392
|
click: () => Promise<void>;
|
|
2393
|
+
clickOnContainer: () => Promise<void>;
|
|
2246
2394
|
clickFooter: () => Promise<void>;
|
|
2247
2395
|
getPrimaryActionLabel: () => Promise<string>;
|
|
2248
2396
|
isPrimaryActionDisabled: () => Promise<boolean>;
|
|
@@ -2266,6 +2414,7 @@ export declare const GridTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme").
|
|
|
2266
2414
|
getSubtitle: () => Promise<string | null>;
|
|
2267
2415
|
getBackgroundImageUrl: () => Promise<string | null>;
|
|
2268
2416
|
click: () => Promise<void>;
|
|
2417
|
+
clickOnContainer: () => Promise<void>;
|
|
2269
2418
|
clickFooter: () => Promise<void>;
|
|
2270
2419
|
getPrimaryActionLabel: () => Promise<string>;
|
|
2271
2420
|
isPrimaryActionDisabled: () => Promise<boolean>;
|
|
@@ -2298,7 +2447,7 @@ export declare const GridTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme").
|
|
|
2298
2447
|
click: () => Promise<void>;
|
|
2299
2448
|
}>;
|
|
2300
2449
|
getCardDefaultEmptyState: (dataHook?: string) => {
|
|
2301
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
2450
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
2302
2451
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
2303
2452
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
2304
2453
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -2358,6 +2507,47 @@ export declare const GridTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme").
|
|
|
2358
2507
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
2359
2508
|
isOpen: () => Promise<boolean>;
|
|
2360
2509
|
getPlaceholderText: () => Promise<string | null>;
|
|
2510
|
+
getSaveViewModal: () => {
|
|
2511
|
+
exists: () => Promise<boolean>;
|
|
2512
|
+
getTitle: () => Promise<string>;
|
|
2513
|
+
getSubTitle: () => Promise<string>;
|
|
2514
|
+
getSaveButtonText: () => Promise<string>;
|
|
2515
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
2516
|
+
clickSaveButton: () => Promise<void>;
|
|
2517
|
+
getCancelButtonText: () => Promise<string>;
|
|
2518
|
+
clickCancelButton: () => Promise<void>;
|
|
2519
|
+
clickCloseButton: () => Promise<void>;
|
|
2520
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
2521
|
+
getViewNameInputValue: () => Promise<string>;
|
|
2522
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
2523
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
2524
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
2525
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
2526
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
2527
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
2528
|
+
click: () => Promise<void>;
|
|
2529
|
+
element: () => Promise<any>;
|
|
2530
|
+
};
|
|
2531
|
+
getRenameViewModal: () => {
|
|
2532
|
+
exists: () => Promise<boolean>;
|
|
2533
|
+
getTitle: () => Promise<string>;
|
|
2534
|
+
getSubTitle: () => Promise<string>;
|
|
2535
|
+
getSaveButtonText: () => Promise<string>;
|
|
2536
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
2537
|
+
clickSaveButton: () => Promise<void>;
|
|
2538
|
+
getCancelButtonText: () => Promise<string>;
|
|
2539
|
+
clickCancelButton: () => Promise<void>;
|
|
2540
|
+
clickCloseButton: () => Promise<void>;
|
|
2541
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
2542
|
+
getViewNameInputValue: () => Promise<string>;
|
|
2543
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
2544
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
2545
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
2546
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
2547
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
2548
|
+
click: () => Promise<void>;
|
|
2549
|
+
element: () => Promise<any>;
|
|
2550
|
+
};
|
|
2361
2551
|
getViewListItemById: (id: string) => {
|
|
2362
2552
|
click: () => Promise<void>;
|
|
2363
2553
|
select: () => Promise<void>;
|
|
@@ -2387,6 +2577,24 @@ export declare const GridTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme").
|
|
|
2387
2577
|
getCategoriesContent: () => Promise<string[]>;
|
|
2388
2578
|
isViewPendingChanges: () => Promise<boolean>;
|
|
2389
2579
|
isDefaultView: () => Promise<boolean>;
|
|
2580
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
2581
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
2582
|
+
openManageViewPopover: () => Promise<void>;
|
|
2583
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
2584
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
2585
|
+
renameViewActionClick: () => Promise<void>;
|
|
2586
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
2587
|
+
deleteViewActionClick: () => Promise<void>;
|
|
2588
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
2589
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
2590
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
2591
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
2592
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
2593
|
+
saveNewView: (name: string) => Promise<void>;
|
|
2594
|
+
deleteView: (ind: number) => Promise<void>;
|
|
2595
|
+
saveViewChanges: () => Promise<void>;
|
|
2596
|
+
renameView: (name: string) => Promise<void>;
|
|
2597
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
2390
2598
|
click: () => Promise<void>;
|
|
2391
2599
|
element: () => Promise<any>;
|
|
2392
2600
|
};
|
|
@@ -2430,7 +2638,7 @@ export declare const GridTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme").
|
|
|
2430
2638
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
2431
2639
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
2432
2640
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
2433
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
2641
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
2434
2642
|
click: () => Promise<void>;
|
|
2435
2643
|
element: () => Promise<any>;
|
|
2436
2644
|
};
|
|
@@ -2456,7 +2664,7 @@ export declare const GridTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme").
|
|
|
2456
2664
|
};
|
|
2457
2665
|
clickClearAllFilters: () => Promise<void>;
|
|
2458
2666
|
getFilterAppliedText: () => Promise<string>;
|
|
2459
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
2667
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
2460
2668
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
2461
2669
|
closeDropdown?: boolean | undefined;
|
|
2462
2670
|
} | undefined) => Promise<string[]>;
|
|
@@ -2812,7 +3020,7 @@ export declare const GridTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme").
|
|
|
2812
3020
|
isTitleExists: () => Promise<boolean>;
|
|
2813
3021
|
getTitleText: () => Promise<string>;
|
|
2814
3022
|
getSubtitleText: () => Promise<string>;
|
|
2815
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
3023
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
2816
3024
|
applyButton: () => {
|
|
2817
3025
|
getButtonTextContent: () => Promise<string>;
|
|
2818
3026
|
isFocused: () => Promise<boolean>;
|
|
@@ -2889,7 +3097,7 @@ export declare const GridTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme").
|
|
|
2889
3097
|
scrollDown: () => Promise<void>;
|
|
2890
3098
|
};
|
|
2891
3099
|
clickClearAllFilters: () => Promise<void>;
|
|
2892
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
3100
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
2893
3101
|
getPanelFiltersCount: () => Promise<number>;
|
|
2894
3102
|
getDateRangeFilter: (filterName: string) => {
|
|
2895
3103
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -2964,7 +3172,7 @@ export declare const GridTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme").
|
|
|
2964
3172
|
};
|
|
2965
3173
|
enterSearchText: (text: string) => Promise<void>;
|
|
2966
3174
|
clearSearchText: () => Promise<void>;
|
|
2967
|
-
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/
|
|
3175
|
+
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
2968
3176
|
scrollDown: (scrollableElementDataHook?: string) => Promise<void>;
|
|
2969
3177
|
scrollDownToItem: (index: number, { timeout, delay, scrollableElementDataHook, }?: {
|
|
2970
3178
|
timeout?: number | undefined;
|
|
@@ -3092,6 +3300,7 @@ export declare const GridTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme").
|
|
|
3092
3300
|
getSubtitle: () => Promise<string | null>;
|
|
3093
3301
|
getBackgroundImageUrl: () => Promise<string | null>;
|
|
3094
3302
|
click: () => Promise<void>;
|
|
3303
|
+
clickOnContainer: () => Promise<void>;
|
|
3095
3304
|
clickFooter: () => Promise<void>;
|
|
3096
3305
|
getPrimaryActionLabel: () => Promise<string>;
|
|
3097
3306
|
isPrimaryActionDisabled: () => Promise<boolean>;
|
|
@@ -3117,8 +3326,22 @@ export declare const GridTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme").
|
|
|
3117
3326
|
isSuccessState: () => Promise<boolean>;
|
|
3118
3327
|
isLoadingState: () => Promise<boolean>;
|
|
3119
3328
|
isErrorState: () => Promise<boolean>;
|
|
3120
|
-
getRetryButton: () => Promise<import("@wix/design-system/dist/types/
|
|
3121
|
-
getErrorText: () => Promise<
|
|
3329
|
+
getRetryButton: () => Promise<import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver>;
|
|
3330
|
+
getErrorText: () => Promise<{
|
|
3331
|
+
getTagName: () => Promise<string>;
|
|
3332
|
+
getText: () => Promise<string>;
|
|
3333
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
3334
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
3335
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
3336
|
+
getId: () => Promise<string>;
|
|
3337
|
+
isLight: () => Promise<boolean>;
|
|
3338
|
+
isSecondary: () => Promise<boolean>;
|
|
3339
|
+
isMasked: () => Promise<boolean>;
|
|
3340
|
+
isWidows: () => Promise<boolean>;
|
|
3341
|
+
exists: () => Promise<boolean>;
|
|
3342
|
+
element: () => Promise<any>;
|
|
3343
|
+
click: () => Promise<void>;
|
|
3344
|
+
}>;
|
|
3122
3345
|
getItemTextAt: (index: number) => Promise<string>;
|
|
3123
3346
|
exists: () => Promise<boolean>;
|
|
3124
3347
|
$: (selector: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
@@ -3141,6 +3364,15 @@ export declare const GridTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme").
|
|
|
3141
3364
|
isDisplayed?: (() => Promise<boolean>) | undefined;
|
|
3142
3365
|
scrollIntoView?: (() => Promise<{}>) | undefined;
|
|
3143
3366
|
}>;
|
|
3367
|
+
getSectionHeaderAt: (index: number) => {
|
|
3368
|
+
getPrimaryAction: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
3369
|
+
getTitle: () => Promise<string>;
|
|
3370
|
+
exists: () => Promise<boolean>;
|
|
3371
|
+
element: () => Promise<any>;
|
|
3372
|
+
click: () => Promise<void>;
|
|
3373
|
+
};
|
|
3374
|
+
getSectionHeadersCount: () => Promise<number>;
|
|
3375
|
+
getSectionGridAt: (index: number) => any;
|
|
3144
3376
|
exists: () => Promise<boolean>;
|
|
3145
3377
|
click: () => Promise<void>;
|
|
3146
3378
|
element: () => Promise<any>;
|
|
@@ -3323,7 +3555,21 @@ export declare const CustomFieldsWidgetTestkit: (obj: import("@wix/wix-ui-test-u
|
|
|
3323
3555
|
getTypeFormFieldDriver: () => import("@wix/design-system/dist/types/FormField/FormField.uni.driver").FormFieldUniDriver;
|
|
3324
3556
|
getNameFormFieldDriver: () => import("@wix/design-system/dist/types/FormField/FormField.uni.driver").FormFieldUniDriver;
|
|
3325
3557
|
getKeyFormFieldDriver: () => import("@wix/design-system/dist/types/FormField/FormField.uni.driver").FormFieldUniDriver;
|
|
3326
|
-
getFieldKeyTooltip: () =>
|
|
3558
|
+
getFieldKeyTooltip: () => {
|
|
3559
|
+
getTagName: () => Promise<string>;
|
|
3560
|
+
getText: () => Promise<string>;
|
|
3561
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
3562
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
3563
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
3564
|
+
getId: () => Promise<string>;
|
|
3565
|
+
isLight: () => Promise<boolean>;
|
|
3566
|
+
isSecondary: () => Promise<boolean>;
|
|
3567
|
+
isMasked: () => Promise<boolean>;
|
|
3568
|
+
isWidows: () => Promise<boolean>;
|
|
3569
|
+
exists: () => Promise<boolean>;
|
|
3570
|
+
element: () => Promise<any>;
|
|
3571
|
+
click: () => Promise<void>;
|
|
3572
|
+
};
|
|
3327
3573
|
};
|
|
3328
3574
|
getErrorStateNotification: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
3329
3575
|
isSubmitting: () => Promise<boolean>;
|
|
@@ -3371,8 +3617,8 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
3371
3617
|
infiniteScrollLoaderExists: () => Promise<boolean>;
|
|
3372
3618
|
getInfiniteScrollLoaderStatusMessage: () => Promise<string | null>;
|
|
3373
3619
|
getErrorStateByDataHook: (dataHook?: string) => {
|
|
3374
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
3375
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
3620
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
3621
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
3376
3622
|
getTitleText: () => Promise<string>;
|
|
3377
3623
|
getSubtitleText: () => Promise<string>;
|
|
3378
3624
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -3386,8 +3632,8 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
3386
3632
|
click: () => Promise<void>;
|
|
3387
3633
|
};
|
|
3388
3634
|
getCardErrorStateByDataHook: (dataHook?: string) => {
|
|
3389
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
3390
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
3635
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
3636
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
3391
3637
|
getTitleText: () => Promise<string>;
|
|
3392
3638
|
getSubtitleText: () => Promise<string>;
|
|
3393
3639
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -3401,7 +3647,7 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
3401
3647
|
click: () => Promise<void>;
|
|
3402
3648
|
};
|
|
3403
3649
|
getTableDefaultNoResultsState: () => {
|
|
3404
|
-
getClearFiltersButton: () => import("@wix/design-system/dist/types/
|
|
3650
|
+
getClearFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
3405
3651
|
getImageGlassArt: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
3406
3652
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
3407
3653
|
getTitleText: () => Promise<string>;
|
|
@@ -3417,7 +3663,7 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
3417
3663
|
click: () => Promise<void>;
|
|
3418
3664
|
};
|
|
3419
3665
|
getTableDefaultEmptyState: () => {
|
|
3420
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
3666
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
3421
3667
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
3422
3668
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
3423
3669
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -3434,7 +3680,7 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
3434
3680
|
click: () => Promise<void>;
|
|
3435
3681
|
};
|
|
3436
3682
|
getEmptyStateByDataHook: (dataHook?: string) => {
|
|
3437
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
3683
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
3438
3684
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
3439
3685
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
3440
3686
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -3478,7 +3724,7 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
3478
3724
|
click: () => Promise<void>;
|
|
3479
3725
|
};
|
|
3480
3726
|
getNoResultsStateByDataHook: (dataHook?: string) => {
|
|
3481
|
-
getClearFiltersButton: () => import("@wix/design-system/dist/types/
|
|
3727
|
+
getClearFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
3482
3728
|
getImageGlassArt: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
3483
3729
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
3484
3730
|
getTitleText: () => Promise<string>;
|
|
@@ -3494,7 +3740,7 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
3494
3740
|
click: () => Promise<void>;
|
|
3495
3741
|
};
|
|
3496
3742
|
viewsToolbarItemLabelExists: () => Promise<boolean>;
|
|
3497
|
-
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/
|
|
3743
|
+
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
3498
3744
|
scrollDown: (scrollableElementDataHook?: string, options?: {
|
|
3499
3745
|
top?: number | undefined;
|
|
3500
3746
|
}) => Promise<void>;
|
|
@@ -3742,7 +3988,21 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
3742
3988
|
getTypeFormFieldDriver: () => import("@wix/design-system/dist/types/FormField/FormField.uni.driver").FormFieldUniDriver;
|
|
3743
3989
|
getNameFormFieldDriver: () => import("@wix/design-system/dist/types/FormField/FormField.uni.driver").FormFieldUniDriver;
|
|
3744
3990
|
getKeyFormFieldDriver: () => import("@wix/design-system/dist/types/FormField/FormField.uni.driver").FormFieldUniDriver;
|
|
3745
|
-
getFieldKeyTooltip: () =>
|
|
3991
|
+
getFieldKeyTooltip: () => {
|
|
3992
|
+
getTagName: () => Promise<string>;
|
|
3993
|
+
getText: () => Promise<string>;
|
|
3994
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
3995
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
3996
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
3997
|
+
getId: () => Promise<string>;
|
|
3998
|
+
isLight: () => Promise<boolean>;
|
|
3999
|
+
isSecondary: () => Promise<boolean>;
|
|
4000
|
+
isMasked: () => Promise<boolean>;
|
|
4001
|
+
isWidows: () => Promise<boolean>;
|
|
4002
|
+
exists: () => Promise<boolean>;
|
|
4003
|
+
element: () => Promise<any>;
|
|
4004
|
+
click: () => Promise<void>;
|
|
4005
|
+
};
|
|
3746
4006
|
};
|
|
3747
4007
|
getErrorStateNotification: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
3748
4008
|
isSubmitting: () => Promise<boolean>;
|
|
@@ -3758,7 +4018,7 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
3758
4018
|
getTagByIdx: (idx: number) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
3759
4019
|
getTagById: (tagId: string) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
3760
4020
|
getModalTitle: () => Promise<string>;
|
|
3761
|
-
getCreateBtnDriver: () => import("@wix/design-system/dist/types/
|
|
4021
|
+
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
3762
4022
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
3763
4023
|
clickCloseButton: () => Promise<void>;
|
|
3764
4024
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
@@ -3810,7 +4070,7 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
3810
4070
|
getTagByIdx: (idx: number) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
3811
4071
|
getTagById: (tagId: string) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
3812
4072
|
getModalTitle: () => Promise<string>;
|
|
3813
|
-
getCreateBtnDriver: () => import("@wix/design-system/dist/types/
|
|
4073
|
+
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
3814
4074
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
3815
4075
|
clickCloseButton: () => Promise<void>;
|
|
3816
4076
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
@@ -3894,6 +4154,47 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
3894
4154
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
3895
4155
|
isOpen: () => Promise<boolean>;
|
|
3896
4156
|
getPlaceholderText: () => Promise<string | null>;
|
|
4157
|
+
getSaveViewModal: () => {
|
|
4158
|
+
exists: () => Promise<boolean>;
|
|
4159
|
+
getTitle: () => Promise<string>;
|
|
4160
|
+
getSubTitle: () => Promise<string>;
|
|
4161
|
+
getSaveButtonText: () => Promise<string>;
|
|
4162
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
4163
|
+
clickSaveButton: () => Promise<void>;
|
|
4164
|
+
getCancelButtonText: () => Promise<string>;
|
|
4165
|
+
clickCancelButton: () => Promise<void>;
|
|
4166
|
+
clickCloseButton: () => Promise<void>;
|
|
4167
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
4168
|
+
getViewNameInputValue: () => Promise<string>;
|
|
4169
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
4170
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
4171
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
4172
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
4173
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
4174
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
4175
|
+
click: () => Promise<void>;
|
|
4176
|
+
element: () => Promise<any>;
|
|
4177
|
+
};
|
|
4178
|
+
getRenameViewModal: () => {
|
|
4179
|
+
exists: () => Promise<boolean>;
|
|
4180
|
+
getTitle: () => Promise<string>;
|
|
4181
|
+
getSubTitle: () => Promise<string>;
|
|
4182
|
+
getSaveButtonText: () => Promise<string>;
|
|
4183
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
4184
|
+
clickSaveButton: () => Promise<void>;
|
|
4185
|
+
getCancelButtonText: () => Promise<string>;
|
|
4186
|
+
clickCancelButton: () => Promise<void>;
|
|
4187
|
+
clickCloseButton: () => Promise<void>;
|
|
4188
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
4189
|
+
getViewNameInputValue: () => Promise<string>;
|
|
4190
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
4191
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
4192
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
4193
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
4194
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
4195
|
+
click: () => Promise<void>;
|
|
4196
|
+
element: () => Promise<any>;
|
|
4197
|
+
};
|
|
3897
4198
|
getViewListItemById: (id: string) => {
|
|
3898
4199
|
click: () => Promise<void>;
|
|
3899
4200
|
select: () => Promise<void>;
|
|
@@ -3923,6 +4224,24 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
3923
4224
|
getCategoriesContent: () => Promise<string[]>;
|
|
3924
4225
|
isViewPendingChanges: () => Promise<boolean>;
|
|
3925
4226
|
isDefaultView: () => Promise<boolean>;
|
|
4227
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
4228
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
4229
|
+
openManageViewPopover: () => Promise<void>;
|
|
4230
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
4231
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
4232
|
+
renameViewActionClick: () => Promise<void>;
|
|
4233
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
4234
|
+
deleteViewActionClick: () => Promise<void>;
|
|
4235
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
4236
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
4237
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
4238
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
4239
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
4240
|
+
saveNewView: (name: string) => Promise<void>;
|
|
4241
|
+
deleteView: (ind: number) => Promise<void>;
|
|
4242
|
+
saveViewChanges: () => Promise<void>;
|
|
4243
|
+
renameView: (name: string) => Promise<void>;
|
|
4244
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
3926
4245
|
click: () => Promise<void>;
|
|
3927
4246
|
element: () => Promise<any>;
|
|
3928
4247
|
};
|
|
@@ -3966,7 +4285,7 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
3966
4285
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
3967
4286
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
3968
4287
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
3969
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
4288
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
3970
4289
|
click: () => Promise<void>;
|
|
3971
4290
|
element: () => Promise<any>;
|
|
3972
4291
|
};
|
|
@@ -3992,7 +4311,7 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
3992
4311
|
};
|
|
3993
4312
|
clickClearAllFilters: () => Promise<void>;
|
|
3994
4313
|
getFilterAppliedText: () => Promise<string>;
|
|
3995
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
4314
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
3996
4315
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
3997
4316
|
closeDropdown?: boolean | undefined;
|
|
3998
4317
|
} | undefined) => Promise<string[]>;
|
|
@@ -4348,7 +4667,7 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
4348
4667
|
isTitleExists: () => Promise<boolean>;
|
|
4349
4668
|
getTitleText: () => Promise<string>;
|
|
4350
4669
|
getSubtitleText: () => Promise<string>;
|
|
4351
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
4670
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
4352
4671
|
applyButton: () => {
|
|
4353
4672
|
getButtonTextContent: () => Promise<string>;
|
|
4354
4673
|
isFocused: () => Promise<boolean>;
|
|
@@ -4425,7 +4744,7 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
4425
4744
|
scrollDown: () => Promise<void>;
|
|
4426
4745
|
};
|
|
4427
4746
|
clickClearAllFilters: () => Promise<void>;
|
|
4428
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
4747
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
4429
4748
|
getPanelFiltersCount: () => Promise<number>;
|
|
4430
4749
|
getDateRangeFilter: (filterName: string) => {
|
|
4431
4750
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -4733,7 +5052,7 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
4733
5052
|
isHorizontalScroll: () => Promise<boolean>;
|
|
4734
5053
|
getReorderModeToolbar: () => {
|
|
4735
5054
|
getTitle: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
4736
|
-
getLearnMoreBtn: () => import("@wix/design-system/dist/types/
|
|
5055
|
+
getLearnMoreBtn: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
4737
5056
|
getCancelButton: () => {
|
|
4738
5057
|
getButtonTextContent: () => Promise<string>;
|
|
4739
5058
|
isFocused: () => Promise<boolean>;
|
|
@@ -4765,8 +5084,22 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
4765
5084
|
isSuccessState: () => Promise<boolean>;
|
|
4766
5085
|
isLoadingState: () => Promise<boolean>;
|
|
4767
5086
|
isErrorState: () => Promise<boolean>;
|
|
4768
|
-
getRetryButton: () => Promise<import("@wix/design-system/dist/types/
|
|
4769
|
-
getErrorText: () => Promise<
|
|
5087
|
+
getRetryButton: () => Promise<import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver>;
|
|
5088
|
+
getErrorText: () => Promise<{
|
|
5089
|
+
getTagName: () => Promise<string>;
|
|
5090
|
+
getText: () => Promise<string>;
|
|
5091
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
5092
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
5093
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
5094
|
+
getId: () => Promise<string>;
|
|
5095
|
+
isLight: () => Promise<boolean>;
|
|
5096
|
+
isSecondary: () => Promise<boolean>;
|
|
5097
|
+
isMasked: () => Promise<boolean>;
|
|
5098
|
+
isWidows: () => Promise<boolean>;
|
|
5099
|
+
exists: () => Promise<boolean>;
|
|
5100
|
+
element: () => Promise<any>;
|
|
5101
|
+
click: () => Promise<void>;
|
|
5102
|
+
}>;
|
|
4770
5103
|
getItemTextAt: (index: number) => Promise<string>;
|
|
4771
5104
|
exists: () => Promise<boolean>;
|
|
4772
5105
|
$: (selector: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
@@ -4911,6 +5244,47 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
4911
5244
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
4912
5245
|
isOpen: () => Promise<boolean>;
|
|
4913
5246
|
getPlaceholderText: () => Promise<string | null>;
|
|
5247
|
+
getSaveViewModal: () => {
|
|
5248
|
+
exists: () => Promise<boolean>;
|
|
5249
|
+
getTitle: () => Promise<string>;
|
|
5250
|
+
getSubTitle: () => Promise<string>;
|
|
5251
|
+
getSaveButtonText: () => Promise<string>;
|
|
5252
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
5253
|
+
clickSaveButton: () => Promise<void>;
|
|
5254
|
+
getCancelButtonText: () => Promise<string>;
|
|
5255
|
+
clickCancelButton: () => Promise<void>;
|
|
5256
|
+
clickCloseButton: () => Promise<void>;
|
|
5257
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
5258
|
+
getViewNameInputValue: () => Promise<string>;
|
|
5259
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
5260
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
5261
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
5262
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
5263
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
5264
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
5265
|
+
click: () => Promise<void>;
|
|
5266
|
+
element: () => Promise<any>;
|
|
5267
|
+
};
|
|
5268
|
+
getRenameViewModal: () => {
|
|
5269
|
+
exists: () => Promise<boolean>;
|
|
5270
|
+
getTitle: () => Promise<string>;
|
|
5271
|
+
getSubTitle: () => Promise<string>;
|
|
5272
|
+
getSaveButtonText: () => Promise<string>;
|
|
5273
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
5274
|
+
clickSaveButton: () => Promise<void>;
|
|
5275
|
+
getCancelButtonText: () => Promise<string>;
|
|
5276
|
+
clickCancelButton: () => Promise<void>;
|
|
5277
|
+
clickCloseButton: () => Promise<void>;
|
|
5278
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
5279
|
+
getViewNameInputValue: () => Promise<string>;
|
|
5280
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
5281
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
5282
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
5283
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
5284
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
5285
|
+
click: () => Promise<void>;
|
|
5286
|
+
element: () => Promise<any>;
|
|
5287
|
+
};
|
|
4914
5288
|
getViewListItemById: (id: string) => {
|
|
4915
5289
|
click: () => Promise<void>;
|
|
4916
5290
|
select: () => Promise<void>;
|
|
@@ -4940,6 +5314,24 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
4940
5314
|
getCategoriesContent: () => Promise<string[]>;
|
|
4941
5315
|
isViewPendingChanges: () => Promise<boolean>;
|
|
4942
5316
|
isDefaultView: () => Promise<boolean>;
|
|
5317
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
5318
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
5319
|
+
openManageViewPopover: () => Promise<void>;
|
|
5320
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
5321
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
5322
|
+
renameViewActionClick: () => Promise<void>;
|
|
5323
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
5324
|
+
deleteViewActionClick: () => Promise<void>;
|
|
5325
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
5326
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
5327
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
5328
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
5329
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
5330
|
+
saveNewView: (name: string) => Promise<void>;
|
|
5331
|
+
deleteView: (ind: number) => Promise<void>;
|
|
5332
|
+
saveViewChanges: () => Promise<void>;
|
|
5333
|
+
renameView: (name: string) => Promise<void>;
|
|
5334
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
4943
5335
|
click: () => Promise<void>;
|
|
4944
5336
|
element: () => Promise<any>;
|
|
4945
5337
|
};
|
|
@@ -4983,7 +5375,7 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
4983
5375
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
4984
5376
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
4985
5377
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
4986
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
5378
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
4987
5379
|
click: () => Promise<void>;
|
|
4988
5380
|
element: () => Promise<any>;
|
|
4989
5381
|
};
|
|
@@ -5009,7 +5401,7 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
5009
5401
|
};
|
|
5010
5402
|
clickClearAllFilters: () => Promise<void>;
|
|
5011
5403
|
getFilterAppliedText: () => Promise<string>;
|
|
5012
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
5404
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
5013
5405
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
5014
5406
|
closeDropdown?: boolean | undefined;
|
|
5015
5407
|
} | undefined) => Promise<string[]>;
|
|
@@ -5365,7 +5757,7 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
5365
5757
|
isTitleExists: () => Promise<boolean>;
|
|
5366
5758
|
getTitleText: () => Promise<string>;
|
|
5367
5759
|
getSubtitleText: () => Promise<string>;
|
|
5368
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
5760
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
5369
5761
|
applyButton: () => {
|
|
5370
5762
|
getButtonTextContent: () => Promise<string>;
|
|
5371
5763
|
isFocused: () => Promise<boolean>;
|
|
@@ -5442,7 +5834,7 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
5442
5834
|
scrollDown: () => Promise<void>;
|
|
5443
5835
|
};
|
|
5444
5836
|
clickClearAllFilters: () => Promise<void>;
|
|
5445
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
5837
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
5446
5838
|
getPanelFiltersCount: () => Promise<number>;
|
|
5447
5839
|
getDateRangeFilter: (filterName: string) => {
|
|
5448
5840
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -5506,8 +5898,8 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
5506
5898
|
refreshLoaderExists: () => Promise<boolean>;
|
|
5507
5899
|
refreshLoaderSkeletonCount: () => Promise<number>;
|
|
5508
5900
|
getErrorStateByDataHook: (dataHook?: string) => {
|
|
5509
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
5510
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
5901
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
5902
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
5511
5903
|
getTitleText: () => Promise<string>;
|
|
5512
5904
|
getSubtitleText: () => Promise<string>;
|
|
5513
5905
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -5521,8 +5913,8 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
5521
5913
|
click: () => Promise<void>;
|
|
5522
5914
|
};
|
|
5523
5915
|
getCardErrorStateByDataHook: (dataHook?: string) => {
|
|
5524
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
5525
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
5916
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
5917
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
5526
5918
|
getTitleText: () => Promise<string>;
|
|
5527
5919
|
getSubtitleText: () => Promise<string>;
|
|
5528
5920
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -5536,7 +5928,7 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
5536
5928
|
click: () => Promise<void>;
|
|
5537
5929
|
};
|
|
5538
5930
|
getEmptyStateByDataHook: (dataHook?: string) => {
|
|
5539
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
5931
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
5540
5932
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
5541
5933
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
5542
5934
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -5580,7 +5972,7 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
5580
5972
|
click: () => Promise<void>;
|
|
5581
5973
|
};
|
|
5582
5974
|
getNoResultsStateByDataHook: (dataHook?: string) => {
|
|
5583
|
-
getClearFiltersButton: () => import("@wix/design-system/dist/types/
|
|
5975
|
+
getClearFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
5584
5976
|
getImageGlassArt: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
5585
5977
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
5586
5978
|
getTitleText: () => Promise<string>;
|
|
@@ -5596,6 +5988,7 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
5596
5988
|
click: () => Promise<void>;
|
|
5597
5989
|
};
|
|
5598
5990
|
getRenderedItemsCount: () => Promise<number>;
|
|
5991
|
+
gridContainerExists: () => Promise<boolean>;
|
|
5599
5992
|
getVirtualizedRowsCount: () => Promise<number>;
|
|
5600
5993
|
initialLoaderSkeletonCount: () => Promise<number>;
|
|
5601
5994
|
getLastRenderedItemIndex: () => Promise<number | null>;
|
|
@@ -5605,6 +5998,7 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
5605
5998
|
getSubtitle: () => Promise<string | null>;
|
|
5606
5999
|
getBackgroundImageUrl: () => Promise<string | null>;
|
|
5607
6000
|
click: () => Promise<void>;
|
|
6001
|
+
clickOnContainer: () => Promise<void>;
|
|
5608
6002
|
clickFooter: () => Promise<void>;
|
|
5609
6003
|
getPrimaryActionLabel: () => Promise<string>;
|
|
5610
6004
|
isPrimaryActionDisabled: () => Promise<boolean>;
|
|
@@ -5628,6 +6022,7 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
5628
6022
|
getSubtitle: () => Promise<string | null>;
|
|
5629
6023
|
getBackgroundImageUrl: () => Promise<string | null>;
|
|
5630
6024
|
click: () => Promise<void>;
|
|
6025
|
+
clickOnContainer: () => Promise<void>;
|
|
5631
6026
|
clickFooter: () => Promise<void>;
|
|
5632
6027
|
getPrimaryActionLabel: () => Promise<string>;
|
|
5633
6028
|
isPrimaryActionDisabled: () => Promise<boolean>;
|
|
@@ -5660,7 +6055,7 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
5660
6055
|
click: () => Promise<void>;
|
|
5661
6056
|
}>;
|
|
5662
6057
|
getCardDefaultEmptyState: (dataHook?: string) => {
|
|
5663
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
6058
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
5664
6059
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
5665
6060
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
5666
6061
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -5720,9 +6115,50 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
5720
6115
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
5721
6116
|
isOpen: () => Promise<boolean>;
|
|
5722
6117
|
getPlaceholderText: () => Promise<string | null>;
|
|
5723
|
-
|
|
5724
|
-
|
|
5725
|
-
|
|
6118
|
+
getSaveViewModal: () => {
|
|
6119
|
+
exists: () => Promise<boolean>;
|
|
6120
|
+
getTitle: () => Promise<string>;
|
|
6121
|
+
getSubTitle: () => Promise<string>;
|
|
6122
|
+
getSaveButtonText: () => Promise<string>;
|
|
6123
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
6124
|
+
clickSaveButton: () => Promise<void>;
|
|
6125
|
+
getCancelButtonText: () => Promise<string>;
|
|
6126
|
+
clickCancelButton: () => Promise<void>;
|
|
6127
|
+
clickCloseButton: () => Promise<void>;
|
|
6128
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
6129
|
+
getViewNameInputValue: () => Promise<string>;
|
|
6130
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
6131
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
6132
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
6133
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
6134
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
6135
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
6136
|
+
click: () => Promise<void>;
|
|
6137
|
+
element: () => Promise<any>;
|
|
6138
|
+
};
|
|
6139
|
+
getRenameViewModal: () => {
|
|
6140
|
+
exists: () => Promise<boolean>;
|
|
6141
|
+
getTitle: () => Promise<string>;
|
|
6142
|
+
getSubTitle: () => Promise<string>;
|
|
6143
|
+
getSaveButtonText: () => Promise<string>;
|
|
6144
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
6145
|
+
clickSaveButton: () => Promise<void>;
|
|
6146
|
+
getCancelButtonText: () => Promise<string>;
|
|
6147
|
+
clickCancelButton: () => Promise<void>;
|
|
6148
|
+
clickCloseButton: () => Promise<void>;
|
|
6149
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
6150
|
+
getViewNameInputValue: () => Promise<string>;
|
|
6151
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
6152
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
6153
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
6154
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
6155
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
6156
|
+
click: () => Promise<void>;
|
|
6157
|
+
element: () => Promise<any>;
|
|
6158
|
+
};
|
|
6159
|
+
getViewListItemById: (id: string) => {
|
|
6160
|
+
click: () => Promise<void>;
|
|
6161
|
+
select: () => Promise<void>;
|
|
5726
6162
|
hasCheckbox(): Promise<boolean>;
|
|
5727
6163
|
getPrefix(): Promise<import("@wix/wix-ui-test-utils/dist/types/base-driver").BaseUniDriver>;
|
|
5728
6164
|
getTitle(): Promise<string>;
|
|
@@ -5749,6 +6185,24 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
5749
6185
|
getCategoriesContent: () => Promise<string[]>;
|
|
5750
6186
|
isViewPendingChanges: () => Promise<boolean>;
|
|
5751
6187
|
isDefaultView: () => Promise<boolean>;
|
|
6188
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
6189
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
6190
|
+
openManageViewPopover: () => Promise<void>;
|
|
6191
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
6192
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
6193
|
+
renameViewActionClick: () => Promise<void>;
|
|
6194
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
6195
|
+
deleteViewActionClick: () => Promise<void>;
|
|
6196
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
6197
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
6198
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
6199
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
6200
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
6201
|
+
saveNewView: (name: string) => Promise<void>;
|
|
6202
|
+
deleteView: (ind: number) => Promise<void>;
|
|
6203
|
+
saveViewChanges: () => Promise<void>;
|
|
6204
|
+
renameView: (name: string) => Promise<void>;
|
|
6205
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
5752
6206
|
click: () => Promise<void>;
|
|
5753
6207
|
element: () => Promise<any>;
|
|
5754
6208
|
};
|
|
@@ -5792,7 +6246,7 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
5792
6246
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
5793
6247
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
5794
6248
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
5795
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
6249
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
5796
6250
|
click: () => Promise<void>;
|
|
5797
6251
|
element: () => Promise<any>;
|
|
5798
6252
|
};
|
|
@@ -5818,7 +6272,7 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
5818
6272
|
};
|
|
5819
6273
|
clickClearAllFilters: () => Promise<void>;
|
|
5820
6274
|
getFilterAppliedText: () => Promise<string>;
|
|
5821
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
6275
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
5822
6276
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
5823
6277
|
closeDropdown?: boolean | undefined;
|
|
5824
6278
|
} | undefined) => Promise<string[]>;
|
|
@@ -6174,7 +6628,7 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
6174
6628
|
isTitleExists: () => Promise<boolean>;
|
|
6175
6629
|
getTitleText: () => Promise<string>;
|
|
6176
6630
|
getSubtitleText: () => Promise<string>;
|
|
6177
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
6631
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
6178
6632
|
applyButton: () => {
|
|
6179
6633
|
getButtonTextContent: () => Promise<string>;
|
|
6180
6634
|
isFocused: () => Promise<boolean>;
|
|
@@ -6251,7 +6705,7 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
6251
6705
|
scrollDown: () => Promise<void>;
|
|
6252
6706
|
};
|
|
6253
6707
|
clickClearAllFilters: () => Promise<void>;
|
|
6254
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
6708
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
6255
6709
|
getPanelFiltersCount: () => Promise<number>;
|
|
6256
6710
|
getDateRangeFilter: (filterName: string) => {
|
|
6257
6711
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -6326,7 +6780,7 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
6326
6780
|
};
|
|
6327
6781
|
enterSearchText: (text: string) => Promise<void>;
|
|
6328
6782
|
clearSearchText: () => Promise<void>;
|
|
6329
|
-
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/
|
|
6783
|
+
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
6330
6784
|
scrollDown: (scrollableElementDataHook?: string) => Promise<void>;
|
|
6331
6785
|
scrollDownToItem: (index: number, { timeout, delay, scrollableElementDataHook, }?: {
|
|
6332
6786
|
timeout?: number | undefined;
|
|
@@ -6454,6 +6908,7 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
6454
6908
|
getSubtitle: () => Promise<string | null>;
|
|
6455
6909
|
getBackgroundImageUrl: () => Promise<string | null>;
|
|
6456
6910
|
click: () => Promise<void>;
|
|
6911
|
+
clickOnContainer: () => Promise<void>;
|
|
6457
6912
|
clickFooter: () => Promise<void>;
|
|
6458
6913
|
getPrimaryActionLabel: () => Promise<string>;
|
|
6459
6914
|
isPrimaryActionDisabled: () => Promise<boolean>;
|
|
@@ -6479,8 +6934,22 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
6479
6934
|
isSuccessState: () => Promise<boolean>;
|
|
6480
6935
|
isLoadingState: () => Promise<boolean>;
|
|
6481
6936
|
isErrorState: () => Promise<boolean>;
|
|
6482
|
-
getRetryButton: () => Promise<import("@wix/design-system/dist/types/
|
|
6483
|
-
getErrorText: () => Promise<
|
|
6937
|
+
getRetryButton: () => Promise<import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver>;
|
|
6938
|
+
getErrorText: () => Promise<{
|
|
6939
|
+
getTagName: () => Promise<string>;
|
|
6940
|
+
getText: () => Promise<string>;
|
|
6941
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
6942
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
6943
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
6944
|
+
getId: () => Promise<string>;
|
|
6945
|
+
isLight: () => Promise<boolean>;
|
|
6946
|
+
isSecondary: () => Promise<boolean>;
|
|
6947
|
+
isMasked: () => Promise<boolean>;
|
|
6948
|
+
isWidows: () => Promise<boolean>;
|
|
6949
|
+
exists: () => Promise<boolean>;
|
|
6950
|
+
element: () => Promise<any>;
|
|
6951
|
+
click: () => Promise<void>;
|
|
6952
|
+
}>;
|
|
6484
6953
|
getItemTextAt: (index: number) => Promise<string>;
|
|
6485
6954
|
exists: () => Promise<boolean>;
|
|
6486
6955
|
$: (selector: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
@@ -6503,6 +6972,15 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
6503
6972
|
isDisplayed?: (() => Promise<boolean>) | undefined;
|
|
6504
6973
|
scrollIntoView?: (() => Promise<{}>) | undefined;
|
|
6505
6974
|
}>;
|
|
6975
|
+
getSectionHeaderAt: (index: number) => {
|
|
6976
|
+
getPrimaryAction: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
6977
|
+
getTitle: () => Promise<string>;
|
|
6978
|
+
exists: () => Promise<boolean>;
|
|
6979
|
+
element: () => Promise<any>;
|
|
6980
|
+
click: () => Promise<void>;
|
|
6981
|
+
};
|
|
6982
|
+
getSectionHeadersCount: () => Promise<number>;
|
|
6983
|
+
getSectionGridAt: (index: number) => any;
|
|
6506
6984
|
exists: () => Promise<boolean>;
|
|
6507
6985
|
click: () => Promise<void>;
|
|
6508
6986
|
element: () => Promise<any>;
|
|
@@ -6513,8 +6991,22 @@ export declare const TableGridSwitchTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
6513
6991
|
isSuccessState: () => Promise<boolean>;
|
|
6514
6992
|
isLoadingState: () => Promise<boolean>;
|
|
6515
6993
|
isErrorState: () => Promise<boolean>;
|
|
6516
|
-
getRetryButton: () => Promise<import("@wix/design-system/dist/types/
|
|
6517
|
-
getErrorText: () => Promise<
|
|
6994
|
+
getRetryButton: () => Promise<import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver>;
|
|
6995
|
+
getErrorText: () => Promise<{
|
|
6996
|
+
getTagName: () => Promise<string>;
|
|
6997
|
+
getText: () => Promise<string>;
|
|
6998
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
6999
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
7000
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
7001
|
+
getId: () => Promise<string>;
|
|
7002
|
+
isLight: () => Promise<boolean>;
|
|
7003
|
+
isSecondary: () => Promise<boolean>;
|
|
7004
|
+
isMasked: () => Promise<boolean>;
|
|
7005
|
+
isWidows: () => Promise<boolean>;
|
|
7006
|
+
exists: () => Promise<boolean>;
|
|
7007
|
+
element: () => Promise<any>;
|
|
7008
|
+
click: () => Promise<void>;
|
|
7009
|
+
}>;
|
|
6518
7010
|
getItemTextAt: (index: number) => Promise<string>;
|
|
6519
7011
|
exists: () => Promise<boolean>;
|
|
6520
7012
|
$: (selector: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
@@ -6573,6 +7065,47 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
6573
7065
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
6574
7066
|
isOpen: () => Promise<boolean>;
|
|
6575
7067
|
getPlaceholderText: () => Promise<string | null>;
|
|
7068
|
+
getSaveViewModal: () => {
|
|
7069
|
+
exists: () => Promise<boolean>;
|
|
7070
|
+
getTitle: () => Promise<string>;
|
|
7071
|
+
getSubTitle: () => Promise<string>;
|
|
7072
|
+
getSaveButtonText: () => Promise<string>;
|
|
7073
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
7074
|
+
clickSaveButton: () => Promise<void>;
|
|
7075
|
+
getCancelButtonText: () => Promise<string>;
|
|
7076
|
+
clickCancelButton: () => Promise<void>;
|
|
7077
|
+
clickCloseButton: () => Promise<void>;
|
|
7078
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
7079
|
+
getViewNameInputValue: () => Promise<string>;
|
|
7080
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
7081
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
7082
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
7083
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
7084
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
7085
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7086
|
+
click: () => Promise<void>;
|
|
7087
|
+
element: () => Promise<any>;
|
|
7088
|
+
};
|
|
7089
|
+
getRenameViewModal: () => {
|
|
7090
|
+
exists: () => Promise<boolean>;
|
|
7091
|
+
getTitle: () => Promise<string>;
|
|
7092
|
+
getSubTitle: () => Promise<string>;
|
|
7093
|
+
getSaveButtonText: () => Promise<string>;
|
|
7094
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
7095
|
+
clickSaveButton: () => Promise<void>;
|
|
7096
|
+
getCancelButtonText: () => Promise<string>;
|
|
7097
|
+
clickCancelButton: () => Promise<void>;
|
|
7098
|
+
clickCloseButton: () => Promise<void>;
|
|
7099
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
7100
|
+
getViewNameInputValue: () => Promise<string>;
|
|
7101
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
7102
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
7103
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
7104
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
7105
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
7106
|
+
click: () => Promise<void>;
|
|
7107
|
+
element: () => Promise<any>;
|
|
7108
|
+
};
|
|
6576
7109
|
getViewListItemById: (id: string) => {
|
|
6577
7110
|
click: () => Promise<void>;
|
|
6578
7111
|
select: () => Promise<void>;
|
|
@@ -6602,6 +7135,24 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
6602
7135
|
getCategoriesContent: () => Promise<string[]>;
|
|
6603
7136
|
isViewPendingChanges: () => Promise<boolean>;
|
|
6604
7137
|
isDefaultView: () => Promise<boolean>;
|
|
7138
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
7139
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
7140
|
+
openManageViewPopover: () => Promise<void>;
|
|
7141
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
7142
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
7143
|
+
renameViewActionClick: () => Promise<void>;
|
|
7144
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
7145
|
+
deleteViewActionClick: () => Promise<void>;
|
|
7146
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
7147
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
7148
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
7149
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
7150
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
7151
|
+
saveNewView: (name: string) => Promise<void>;
|
|
7152
|
+
deleteView: (ind: number) => Promise<void>;
|
|
7153
|
+
saveViewChanges: () => Promise<void>;
|
|
7154
|
+
renameView: (name: string) => Promise<void>;
|
|
7155
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
6605
7156
|
click: () => Promise<void>;
|
|
6606
7157
|
element: () => Promise<any>;
|
|
6607
7158
|
};
|
|
@@ -6645,7 +7196,7 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
6645
7196
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
6646
7197
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
6647
7198
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
6648
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
7199
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
6649
7200
|
click: () => Promise<void>;
|
|
6650
7201
|
element: () => Promise<any>;
|
|
6651
7202
|
};
|
|
@@ -6671,7 +7222,7 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
6671
7222
|
};
|
|
6672
7223
|
clickClearAllFilters: () => Promise<void>;
|
|
6673
7224
|
getFilterAppliedText: () => Promise<string>;
|
|
6674
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
7225
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
6675
7226
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
6676
7227
|
closeDropdown?: boolean | undefined;
|
|
6677
7228
|
} | undefined) => Promise<string[]>;
|
|
@@ -7027,7 +7578,7 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
7027
7578
|
isTitleExists: () => Promise<boolean>;
|
|
7028
7579
|
getTitleText: () => Promise<string>;
|
|
7029
7580
|
getSubtitleText: () => Promise<string>;
|
|
7030
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
7581
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7031
7582
|
applyButton: () => {
|
|
7032
7583
|
getButtonTextContent: () => Promise<string>;
|
|
7033
7584
|
isFocused: () => Promise<boolean>;
|
|
@@ -7104,7 +7655,7 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
7104
7655
|
scrollDown: () => Promise<void>;
|
|
7105
7656
|
};
|
|
7106
7657
|
clickClearAllFilters: () => Promise<void>;
|
|
7107
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
7658
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7108
7659
|
getPanelFiltersCount: () => Promise<number>;
|
|
7109
7660
|
getDateRangeFilter: (filterName: string) => {
|
|
7110
7661
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -7160,8 +7711,8 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
7160
7711
|
element: () => Promise<any>;
|
|
7161
7712
|
};
|
|
7162
7713
|
getErrorStateByDataHook: (dataHook?: string) => {
|
|
7163
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
7164
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
7714
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7715
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7165
7716
|
getTitleText: () => Promise<string>;
|
|
7166
7717
|
getSubtitleText: () => Promise<string>;
|
|
7167
7718
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -7175,7 +7726,7 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
7175
7726
|
click: () => Promise<void>;
|
|
7176
7727
|
};
|
|
7177
7728
|
getEmptyStateByDataHook: (dataHook?: string) => {
|
|
7178
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
7729
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7179
7730
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
7180
7731
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
7181
7732
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -7192,8 +7743,8 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
7192
7743
|
click: () => Promise<void>;
|
|
7193
7744
|
};
|
|
7194
7745
|
getCardErrorStateByDataHook: (dataHook?: string) => {
|
|
7195
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
7196
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
7746
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7747
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7197
7748
|
getTitleText: () => Promise<string>;
|
|
7198
7749
|
getSubtitleText: () => Promise<string>;
|
|
7199
7750
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -7206,7 +7757,7 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
7206
7757
|
element: () => Promise<any>;
|
|
7207
7758
|
click: () => Promise<void>;
|
|
7208
7759
|
};
|
|
7209
|
-
_toggleShowAllFoldersButton: () => import("@wix/design-system/dist/types/
|
|
7760
|
+
_toggleShowAllFoldersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7210
7761
|
clickToggleShowAllFoldersButton: () => Promise<void>;
|
|
7211
7762
|
toggleShowAllFoldersButtonExists: () => Promise<boolean>;
|
|
7212
7763
|
foldersSection: () => {
|
|
@@ -7222,8 +7773,8 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
7222
7773
|
refreshLoaderExists: () => Promise<boolean>;
|
|
7223
7774
|
refreshLoaderSkeletonCount: () => Promise<number>;
|
|
7224
7775
|
getErrorStateByDataHook: (dataHook?: string) => {
|
|
7225
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
7226
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
7776
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7777
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7227
7778
|
getTitleText: () => Promise<string>;
|
|
7228
7779
|
getSubtitleText: () => Promise<string>;
|
|
7229
7780
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -7237,8 +7788,8 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
7237
7788
|
click: () => Promise<void>;
|
|
7238
7789
|
};
|
|
7239
7790
|
getCardErrorStateByDataHook: (dataHook?: string) => {
|
|
7240
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
7241
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
7791
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7792
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7242
7793
|
getTitleText: () => Promise<string>;
|
|
7243
7794
|
getSubtitleText: () => Promise<string>;
|
|
7244
7795
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -7252,7 +7803,7 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
7252
7803
|
click: () => Promise<void>;
|
|
7253
7804
|
};
|
|
7254
7805
|
getEmptyStateByDataHook: (dataHook?: string) => {
|
|
7255
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
7806
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7256
7807
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
7257
7808
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
7258
7809
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -7296,7 +7847,7 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
7296
7847
|
click: () => Promise<void>;
|
|
7297
7848
|
};
|
|
7298
7849
|
getNoResultsStateByDataHook: (dataHook?: string) => {
|
|
7299
|
-
getClearFiltersButton: () => import("@wix/design-system/dist/types/
|
|
7850
|
+
getClearFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7300
7851
|
getImageGlassArt: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
7301
7852
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
7302
7853
|
getTitleText: () => Promise<string>;
|
|
@@ -7312,6 +7863,7 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
7312
7863
|
click: () => Promise<void>;
|
|
7313
7864
|
};
|
|
7314
7865
|
getRenderedItemsCount: () => Promise<number>;
|
|
7866
|
+
gridContainerExists: () => Promise<boolean>;
|
|
7315
7867
|
getVirtualizedRowsCount: () => Promise<number>;
|
|
7316
7868
|
initialLoaderSkeletonCount: () => Promise<number>;
|
|
7317
7869
|
getLastRenderedItemIndex: () => Promise<number | null>;
|
|
@@ -7321,6 +7873,7 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
7321
7873
|
getSubtitle: () => Promise<string | null>;
|
|
7322
7874
|
getBackgroundImageUrl: () => Promise<string | null>;
|
|
7323
7875
|
click: () => Promise<void>;
|
|
7876
|
+
clickOnContainer: () => Promise<void>;
|
|
7324
7877
|
clickFooter: () => Promise<void>;
|
|
7325
7878
|
getPrimaryActionLabel: () => Promise<string>;
|
|
7326
7879
|
isPrimaryActionDisabled: () => Promise<boolean>;
|
|
@@ -7344,6 +7897,7 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
7344
7897
|
getSubtitle: () => Promise<string | null>;
|
|
7345
7898
|
getBackgroundImageUrl: () => Promise<string | null>;
|
|
7346
7899
|
click: () => Promise<void>;
|
|
7900
|
+
clickOnContainer: () => Promise<void>;
|
|
7347
7901
|
clickFooter: () => Promise<void>;
|
|
7348
7902
|
getPrimaryActionLabel: () => Promise<string>;
|
|
7349
7903
|
isPrimaryActionDisabled: () => Promise<boolean>;
|
|
@@ -7376,7 +7930,7 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
7376
7930
|
click: () => Promise<void>;
|
|
7377
7931
|
}>;
|
|
7378
7932
|
getCardDefaultEmptyState: (dataHook?: string) => {
|
|
7379
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
7933
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7380
7934
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
7381
7935
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
7382
7936
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -7436,6 +7990,47 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
7436
7990
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
7437
7991
|
isOpen: () => Promise<boolean>;
|
|
7438
7992
|
getPlaceholderText: () => Promise<string | null>;
|
|
7993
|
+
getSaveViewModal: () => {
|
|
7994
|
+
exists: () => Promise<boolean>;
|
|
7995
|
+
getTitle: () => Promise<string>;
|
|
7996
|
+
getSubTitle: () => Promise<string>;
|
|
7997
|
+
getSaveButtonText: () => Promise<string>;
|
|
7998
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
7999
|
+
clickSaveButton: () => Promise<void>;
|
|
8000
|
+
getCancelButtonText: () => Promise<string>;
|
|
8001
|
+
clickCancelButton: () => Promise<void>;
|
|
8002
|
+
clickCloseButton: () => Promise<void>;
|
|
8003
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
8004
|
+
getViewNameInputValue: () => Promise<string>;
|
|
8005
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
8006
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
8007
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
8008
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
8009
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
8010
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
8011
|
+
click: () => Promise<void>;
|
|
8012
|
+
element: () => Promise<any>;
|
|
8013
|
+
};
|
|
8014
|
+
getRenameViewModal: () => {
|
|
8015
|
+
exists: () => Promise<boolean>;
|
|
8016
|
+
getTitle: () => Promise<string>;
|
|
8017
|
+
getSubTitle: () => Promise<string>;
|
|
8018
|
+
getSaveButtonText: () => Promise<string>;
|
|
8019
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
8020
|
+
clickSaveButton: () => Promise<void>;
|
|
8021
|
+
getCancelButtonText: () => Promise<string>;
|
|
8022
|
+
clickCancelButton: () => Promise<void>;
|
|
8023
|
+
clickCloseButton: () => Promise<void>;
|
|
8024
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
8025
|
+
getViewNameInputValue: () => Promise<string>;
|
|
8026
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
8027
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
8028
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
8029
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
8030
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
8031
|
+
click: () => Promise<void>;
|
|
8032
|
+
element: () => Promise<any>;
|
|
8033
|
+
};
|
|
7439
8034
|
getViewListItemById: (id: string) => {
|
|
7440
8035
|
click: () => Promise<void>;
|
|
7441
8036
|
select: () => Promise<void>;
|
|
@@ -7465,6 +8060,24 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
7465
8060
|
getCategoriesContent: () => Promise<string[]>;
|
|
7466
8061
|
isViewPendingChanges: () => Promise<boolean>;
|
|
7467
8062
|
isDefaultView: () => Promise<boolean>;
|
|
8063
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
8064
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
8065
|
+
openManageViewPopover: () => Promise<void>;
|
|
8066
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
8067
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
8068
|
+
renameViewActionClick: () => Promise<void>;
|
|
8069
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
8070
|
+
deleteViewActionClick: () => Promise<void>;
|
|
8071
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
8072
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
8073
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
8074
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
8075
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
8076
|
+
saveNewView: (name: string) => Promise<void>;
|
|
8077
|
+
deleteView: (ind: number) => Promise<void>;
|
|
8078
|
+
saveViewChanges: () => Promise<void>;
|
|
8079
|
+
renameView: (name: string) => Promise<void>;
|
|
8080
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
7468
8081
|
click: () => Promise<void>;
|
|
7469
8082
|
element: () => Promise<any>;
|
|
7470
8083
|
};
|
|
@@ -7508,7 +8121,7 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
7508
8121
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
7509
8122
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
7510
8123
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
7511
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
8124
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7512
8125
|
click: () => Promise<void>;
|
|
7513
8126
|
element: () => Promise<any>;
|
|
7514
8127
|
};
|
|
@@ -7534,7 +8147,7 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
7534
8147
|
};
|
|
7535
8148
|
clickClearAllFilters: () => Promise<void>;
|
|
7536
8149
|
getFilterAppliedText: () => Promise<string>;
|
|
7537
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
8150
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7538
8151
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
7539
8152
|
closeDropdown?: boolean | undefined;
|
|
7540
8153
|
} | undefined) => Promise<string[]>;
|
|
@@ -7890,7 +8503,7 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
7890
8503
|
isTitleExists: () => Promise<boolean>;
|
|
7891
8504
|
getTitleText: () => Promise<string>;
|
|
7892
8505
|
getSubtitleText: () => Promise<string>;
|
|
7893
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
8506
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7894
8507
|
applyButton: () => {
|
|
7895
8508
|
getButtonTextContent: () => Promise<string>;
|
|
7896
8509
|
isFocused: () => Promise<boolean>;
|
|
@@ -7967,7 +8580,7 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
7967
8580
|
scrollDown: () => Promise<void>;
|
|
7968
8581
|
};
|
|
7969
8582
|
clickClearAllFilters: () => Promise<void>;
|
|
7970
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
8583
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7971
8584
|
getPanelFiltersCount: () => Promise<number>;
|
|
7972
8585
|
getDateRangeFilter: (filterName: string) => {
|
|
7973
8586
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -8042,7 +8655,7 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
8042
8655
|
};
|
|
8043
8656
|
enterSearchText: (text: string) => Promise<void>;
|
|
8044
8657
|
clearSearchText: () => Promise<void>;
|
|
8045
|
-
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/
|
|
8658
|
+
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
8046
8659
|
scrollDown: (scrollableElementDataHook?: string) => Promise<void>;
|
|
8047
8660
|
scrollDownToItem: (index: number, { timeout, delay, scrollableElementDataHook, }?: {
|
|
8048
8661
|
timeout?: number | undefined;
|
|
@@ -8170,6 +8783,7 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
8170
8783
|
getSubtitle: () => Promise<string | null>;
|
|
8171
8784
|
getBackgroundImageUrl: () => Promise<string | null>;
|
|
8172
8785
|
click: () => Promise<void>;
|
|
8786
|
+
clickOnContainer: () => Promise<void>;
|
|
8173
8787
|
clickFooter: () => Promise<void>;
|
|
8174
8788
|
getPrimaryActionLabel: () => Promise<string>;
|
|
8175
8789
|
isPrimaryActionDisabled: () => Promise<boolean>;
|
|
@@ -8195,8 +8809,22 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
8195
8809
|
isSuccessState: () => Promise<boolean>;
|
|
8196
8810
|
isLoadingState: () => Promise<boolean>;
|
|
8197
8811
|
isErrorState: () => Promise<boolean>;
|
|
8198
|
-
getRetryButton: () => Promise<import("@wix/design-system/dist/types/
|
|
8199
|
-
getErrorText: () => Promise<
|
|
8812
|
+
getRetryButton: () => Promise<import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver>;
|
|
8813
|
+
getErrorText: () => Promise<{
|
|
8814
|
+
getTagName: () => Promise<string>;
|
|
8815
|
+
getText: () => Promise<string>;
|
|
8816
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
8817
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
8818
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
8819
|
+
getId: () => Promise<string>;
|
|
8820
|
+
isLight: () => Promise<boolean>;
|
|
8821
|
+
isSecondary: () => Promise<boolean>;
|
|
8822
|
+
isMasked: () => Promise<boolean>;
|
|
8823
|
+
isWidows: () => Promise<boolean>;
|
|
8824
|
+
exists: () => Promise<boolean>;
|
|
8825
|
+
element: () => Promise<any>;
|
|
8826
|
+
click: () => Promise<void>;
|
|
8827
|
+
}>;
|
|
8200
8828
|
getItemTextAt: (index: number) => Promise<string>;
|
|
8201
8829
|
exists: () => Promise<boolean>;
|
|
8202
8830
|
$: (selector: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
@@ -8219,6 +8847,15 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
8219
8847
|
isDisplayed?: (() => Promise<boolean>) | undefined;
|
|
8220
8848
|
scrollIntoView?: (() => Promise<{}>) | undefined;
|
|
8221
8849
|
}>;
|
|
8850
|
+
getSectionHeaderAt: (index: number) => {
|
|
8851
|
+
getPrimaryAction: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
8852
|
+
getTitle: () => Promise<string>;
|
|
8853
|
+
exists: () => Promise<boolean>;
|
|
8854
|
+
element: () => Promise<any>;
|
|
8855
|
+
click: () => Promise<void>;
|
|
8856
|
+
};
|
|
8857
|
+
getSectionHeadersCount: () => Promise<number>;
|
|
8858
|
+
getSectionGridAt: (index: number) => any;
|
|
8222
8859
|
exists: () => Promise<boolean>;
|
|
8223
8860
|
click: () => Promise<void>;
|
|
8224
8861
|
element: () => Promise<any>;
|
|
@@ -8242,8 +8879,8 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
8242
8879
|
refreshLoaderExists: () => Promise<boolean>;
|
|
8243
8880
|
refreshLoaderSkeletonCount: () => Promise<number>;
|
|
8244
8881
|
getErrorStateByDataHook: (dataHook?: string) => {
|
|
8245
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
8246
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
8882
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
8883
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
8247
8884
|
getTitleText: () => Promise<string>;
|
|
8248
8885
|
getSubtitleText: () => Promise<string>;
|
|
8249
8886
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -8257,8 +8894,8 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
8257
8894
|
click: () => Promise<void>;
|
|
8258
8895
|
};
|
|
8259
8896
|
getCardErrorStateByDataHook: (dataHook?: string) => {
|
|
8260
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
8261
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
8897
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
8898
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
8262
8899
|
getTitleText: () => Promise<string>;
|
|
8263
8900
|
getSubtitleText: () => Promise<string>;
|
|
8264
8901
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -8272,7 +8909,7 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
8272
8909
|
click: () => Promise<void>;
|
|
8273
8910
|
};
|
|
8274
8911
|
getEmptyStateByDataHook: (dataHook?: string) => {
|
|
8275
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
8912
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
8276
8913
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
8277
8914
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
8278
8915
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -8316,7 +8953,7 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
8316
8953
|
click: () => Promise<void>;
|
|
8317
8954
|
};
|
|
8318
8955
|
getNoResultsStateByDataHook: (dataHook?: string) => {
|
|
8319
|
-
getClearFiltersButton: () => import("@wix/design-system/dist/types/
|
|
8956
|
+
getClearFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
8320
8957
|
getImageGlassArt: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
8321
8958
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
8322
8959
|
getTitleText: () => Promise<string>;
|
|
@@ -8332,6 +8969,7 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
8332
8969
|
click: () => Promise<void>;
|
|
8333
8970
|
};
|
|
8334
8971
|
getRenderedItemsCount: () => Promise<number>;
|
|
8972
|
+
gridContainerExists: () => Promise<boolean>;
|
|
8335
8973
|
getVirtualizedRowsCount: () => Promise<number>;
|
|
8336
8974
|
initialLoaderSkeletonCount: () => Promise<number>;
|
|
8337
8975
|
getLastRenderedItemIndex: () => Promise<number | null>;
|
|
@@ -8341,6 +8979,7 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
8341
8979
|
getSubtitle: () => Promise<string | null>;
|
|
8342
8980
|
getBackgroundImageUrl: () => Promise<string | null>;
|
|
8343
8981
|
click: () => Promise<void>;
|
|
8982
|
+
clickOnContainer: () => Promise<void>;
|
|
8344
8983
|
clickFooter: () => Promise<void>;
|
|
8345
8984
|
getPrimaryActionLabel: () => Promise<string>;
|
|
8346
8985
|
isPrimaryActionDisabled: () => Promise<boolean>;
|
|
@@ -8364,6 +9003,7 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
8364
9003
|
getSubtitle: () => Promise<string | null>;
|
|
8365
9004
|
getBackgroundImageUrl: () => Promise<string | null>;
|
|
8366
9005
|
click: () => Promise<void>;
|
|
9006
|
+
clickOnContainer: () => Promise<void>;
|
|
8367
9007
|
clickFooter: () => Promise<void>;
|
|
8368
9008
|
getPrimaryActionLabel: () => Promise<string>;
|
|
8369
9009
|
isPrimaryActionDisabled: () => Promise<boolean>;
|
|
@@ -8396,7 +9036,7 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
8396
9036
|
click: () => Promise<void>;
|
|
8397
9037
|
}>;
|
|
8398
9038
|
getCardDefaultEmptyState: (dataHook?: string) => {
|
|
8399
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
9039
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
8400
9040
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
8401
9041
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
8402
9042
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -8456,6 +9096,47 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
8456
9096
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
8457
9097
|
isOpen: () => Promise<boolean>;
|
|
8458
9098
|
getPlaceholderText: () => Promise<string | null>;
|
|
9099
|
+
getSaveViewModal: () => {
|
|
9100
|
+
exists: () => Promise<boolean>;
|
|
9101
|
+
getTitle: () => Promise<string>;
|
|
9102
|
+
getSubTitle: () => Promise<string>;
|
|
9103
|
+
getSaveButtonText: () => Promise<string>;
|
|
9104
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
9105
|
+
clickSaveButton: () => Promise<void>;
|
|
9106
|
+
getCancelButtonText: () => Promise<string>;
|
|
9107
|
+
clickCancelButton: () => Promise<void>;
|
|
9108
|
+
clickCloseButton: () => Promise<void>;
|
|
9109
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
9110
|
+
getViewNameInputValue: () => Promise<string>;
|
|
9111
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
9112
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
9113
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
9114
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
9115
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
9116
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
9117
|
+
click: () => Promise<void>;
|
|
9118
|
+
element: () => Promise<any>;
|
|
9119
|
+
};
|
|
9120
|
+
getRenameViewModal: () => {
|
|
9121
|
+
exists: () => Promise<boolean>;
|
|
9122
|
+
getTitle: () => Promise<string>;
|
|
9123
|
+
getSubTitle: () => Promise<string>;
|
|
9124
|
+
getSaveButtonText: () => Promise<string>;
|
|
9125
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
9126
|
+
clickSaveButton: () => Promise<void>;
|
|
9127
|
+
getCancelButtonText: () => Promise<string>;
|
|
9128
|
+
clickCancelButton: () => Promise<void>;
|
|
9129
|
+
clickCloseButton: () => Promise<void>;
|
|
9130
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
9131
|
+
getViewNameInputValue: () => Promise<string>;
|
|
9132
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
9133
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
9134
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
9135
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
9136
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
9137
|
+
click: () => Promise<void>;
|
|
9138
|
+
element: () => Promise<any>;
|
|
9139
|
+
};
|
|
8459
9140
|
getViewListItemById: (id: string) => {
|
|
8460
9141
|
click: () => Promise<void>;
|
|
8461
9142
|
select: () => Promise<void>;
|
|
@@ -8485,6 +9166,24 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
8485
9166
|
getCategoriesContent: () => Promise<string[]>;
|
|
8486
9167
|
isViewPendingChanges: () => Promise<boolean>;
|
|
8487
9168
|
isDefaultView: () => Promise<boolean>;
|
|
9169
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
9170
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
9171
|
+
openManageViewPopover: () => Promise<void>;
|
|
9172
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
9173
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
9174
|
+
renameViewActionClick: () => Promise<void>;
|
|
9175
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
9176
|
+
deleteViewActionClick: () => Promise<void>;
|
|
9177
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
9178
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
9179
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
9180
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
9181
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
9182
|
+
saveNewView: (name: string) => Promise<void>;
|
|
9183
|
+
deleteView: (ind: number) => Promise<void>;
|
|
9184
|
+
saveViewChanges: () => Promise<void>;
|
|
9185
|
+
renameView: (name: string) => Promise<void>;
|
|
9186
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
8488
9187
|
click: () => Promise<void>;
|
|
8489
9188
|
element: () => Promise<any>;
|
|
8490
9189
|
};
|
|
@@ -8528,7 +9227,7 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
8528
9227
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
8529
9228
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
8530
9229
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
8531
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
9230
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
8532
9231
|
click: () => Promise<void>;
|
|
8533
9232
|
element: () => Promise<any>;
|
|
8534
9233
|
};
|
|
@@ -8554,7 +9253,7 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
8554
9253
|
};
|
|
8555
9254
|
clickClearAllFilters: () => Promise<void>;
|
|
8556
9255
|
getFilterAppliedText: () => Promise<string>;
|
|
8557
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
9256
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
8558
9257
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
8559
9258
|
closeDropdown?: boolean | undefined;
|
|
8560
9259
|
} | undefined) => Promise<string[]>;
|
|
@@ -8910,7 +9609,7 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
8910
9609
|
isTitleExists: () => Promise<boolean>;
|
|
8911
9610
|
getTitleText: () => Promise<string>;
|
|
8912
9611
|
getSubtitleText: () => Promise<string>;
|
|
8913
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
9612
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
8914
9613
|
applyButton: () => {
|
|
8915
9614
|
getButtonTextContent: () => Promise<string>;
|
|
8916
9615
|
isFocused: () => Promise<boolean>;
|
|
@@ -8987,7 +9686,7 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
8987
9686
|
scrollDown: () => Promise<void>;
|
|
8988
9687
|
};
|
|
8989
9688
|
clickClearAllFilters: () => Promise<void>;
|
|
8990
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
9689
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
8991
9690
|
getPanelFiltersCount: () => Promise<number>;
|
|
8992
9691
|
getDateRangeFilter: (filterName: string) => {
|
|
8993
9692
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -9062,7 +9761,7 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
9062
9761
|
};
|
|
9063
9762
|
enterSearchText: (text: string) => Promise<void>;
|
|
9064
9763
|
clearSearchText: () => Promise<void>;
|
|
9065
|
-
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/
|
|
9764
|
+
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
9066
9765
|
scrollDown: (scrollableElementDataHook?: string) => Promise<void>;
|
|
9067
9766
|
scrollDownToItem: (index: number, { timeout, delay, scrollableElementDataHook, }?: {
|
|
9068
9767
|
timeout?: number | undefined;
|
|
@@ -9190,6 +9889,7 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
9190
9889
|
getSubtitle: () => Promise<string | null>;
|
|
9191
9890
|
getBackgroundImageUrl: () => Promise<string | null>;
|
|
9192
9891
|
click: () => Promise<void>;
|
|
9892
|
+
clickOnContainer: () => Promise<void>;
|
|
9193
9893
|
clickFooter: () => Promise<void>;
|
|
9194
9894
|
getPrimaryActionLabel: () => Promise<string>;
|
|
9195
9895
|
isPrimaryActionDisabled: () => Promise<boolean>;
|
|
@@ -9215,8 +9915,22 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
9215
9915
|
isSuccessState: () => Promise<boolean>;
|
|
9216
9916
|
isLoadingState: () => Promise<boolean>;
|
|
9217
9917
|
isErrorState: () => Promise<boolean>;
|
|
9218
|
-
getRetryButton: () => Promise<import("@wix/design-system/dist/types/
|
|
9219
|
-
getErrorText: () => Promise<
|
|
9918
|
+
getRetryButton: () => Promise<import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver>;
|
|
9919
|
+
getErrorText: () => Promise<{
|
|
9920
|
+
getTagName: () => Promise<string>;
|
|
9921
|
+
getText: () => Promise<string>;
|
|
9922
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
9923
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
9924
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
9925
|
+
getId: () => Promise<string>;
|
|
9926
|
+
isLight: () => Promise<boolean>;
|
|
9927
|
+
isSecondary: () => Promise<boolean>;
|
|
9928
|
+
isMasked: () => Promise<boolean>;
|
|
9929
|
+
isWidows: () => Promise<boolean>;
|
|
9930
|
+
exists: () => Promise<boolean>;
|
|
9931
|
+
element: () => Promise<any>;
|
|
9932
|
+
click: () => Promise<void>;
|
|
9933
|
+
}>;
|
|
9220
9934
|
getItemTextAt: (index: number) => Promise<string>;
|
|
9221
9935
|
exists: () => Promise<boolean>;
|
|
9222
9936
|
$: (selector: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
@@ -9239,6 +9953,15 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
9239
9953
|
isDisplayed?: (() => Promise<boolean>) | undefined;
|
|
9240
9954
|
scrollIntoView?: (() => Promise<{}>) | undefined;
|
|
9241
9955
|
}>;
|
|
9956
|
+
getSectionHeaderAt: (index: number) => {
|
|
9957
|
+
getPrimaryAction: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
9958
|
+
getTitle: () => Promise<string>;
|
|
9959
|
+
exists: () => Promise<boolean>;
|
|
9960
|
+
element: () => Promise<any>;
|
|
9961
|
+
click: () => Promise<void>;
|
|
9962
|
+
};
|
|
9963
|
+
getSectionHeadersCount: () => Promise<number>;
|
|
9964
|
+
getSectionGridAt: (index: number) => any;
|
|
9242
9965
|
exists: () => Promise<boolean>;
|
|
9243
9966
|
click: () => Promise<void>;
|
|
9244
9967
|
element: () => Promise<any>;
|
|
@@ -9270,8 +9993,22 @@ export declare const GridFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
9270
9993
|
isSuccessState: () => Promise<boolean>;
|
|
9271
9994
|
isLoadingState: () => Promise<boolean>;
|
|
9272
9995
|
isErrorState: () => Promise<boolean>;
|
|
9273
|
-
getRetryButton: () => Promise<import("@wix/design-system/dist/types/
|
|
9274
|
-
getErrorText: () => Promise<
|
|
9996
|
+
getRetryButton: () => Promise<import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver>;
|
|
9997
|
+
getErrorText: () => Promise<{
|
|
9998
|
+
getTagName: () => Promise<string>;
|
|
9999
|
+
getText: () => Promise<string>;
|
|
10000
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
10001
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
10002
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
10003
|
+
getId: () => Promise<string>;
|
|
10004
|
+
isLight: () => Promise<boolean>;
|
|
10005
|
+
isSecondary: () => Promise<boolean>;
|
|
10006
|
+
isMasked: () => Promise<boolean>;
|
|
10007
|
+
isWidows: () => Promise<boolean>;
|
|
10008
|
+
exists: () => Promise<boolean>;
|
|
10009
|
+
element: () => Promise<any>;
|
|
10010
|
+
click: () => Promise<void>;
|
|
10011
|
+
}>;
|
|
9275
10012
|
getItemTextAt: (index: number) => Promise<string>;
|
|
9276
10013
|
exists: () => Promise<boolean>;
|
|
9277
10014
|
$: (selector: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
@@ -9330,6 +10067,47 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
9330
10067
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
9331
10068
|
isOpen: () => Promise<boolean>;
|
|
9332
10069
|
getPlaceholderText: () => Promise<string | null>;
|
|
10070
|
+
getSaveViewModal: () => {
|
|
10071
|
+
exists: () => Promise<boolean>;
|
|
10072
|
+
getTitle: () => Promise<string>;
|
|
10073
|
+
getSubTitle: () => Promise<string>;
|
|
10074
|
+
getSaveButtonText: () => Promise<string>;
|
|
10075
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
10076
|
+
clickSaveButton: () => Promise<void>;
|
|
10077
|
+
getCancelButtonText: () => Promise<string>;
|
|
10078
|
+
clickCancelButton: () => Promise<void>;
|
|
10079
|
+
clickCloseButton: () => Promise<void>;
|
|
10080
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
10081
|
+
getViewNameInputValue: () => Promise<string>;
|
|
10082
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
10083
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
10084
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
10085
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
10086
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
10087
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
10088
|
+
click: () => Promise<void>;
|
|
10089
|
+
element: () => Promise<any>;
|
|
10090
|
+
};
|
|
10091
|
+
getRenameViewModal: () => {
|
|
10092
|
+
exists: () => Promise<boolean>;
|
|
10093
|
+
getTitle: () => Promise<string>;
|
|
10094
|
+
getSubTitle: () => Promise<string>;
|
|
10095
|
+
getSaveButtonText: () => Promise<string>;
|
|
10096
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
10097
|
+
clickSaveButton: () => Promise<void>;
|
|
10098
|
+
getCancelButtonText: () => Promise<string>;
|
|
10099
|
+
clickCancelButton: () => Promise<void>;
|
|
10100
|
+
clickCloseButton: () => Promise<void>;
|
|
10101
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
10102
|
+
getViewNameInputValue: () => Promise<string>;
|
|
10103
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
10104
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
10105
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
10106
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
10107
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
10108
|
+
click: () => Promise<void>;
|
|
10109
|
+
element: () => Promise<any>;
|
|
10110
|
+
};
|
|
9333
10111
|
getViewListItemById: (id: string) => {
|
|
9334
10112
|
click: () => Promise<void>;
|
|
9335
10113
|
select: () => Promise<void>;
|
|
@@ -9359,6 +10137,24 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
9359
10137
|
getCategoriesContent: () => Promise<string[]>;
|
|
9360
10138
|
isViewPendingChanges: () => Promise<boolean>;
|
|
9361
10139
|
isDefaultView: () => Promise<boolean>;
|
|
10140
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
10141
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
10142
|
+
openManageViewPopover: () => Promise<void>;
|
|
10143
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
10144
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
10145
|
+
renameViewActionClick: () => Promise<void>;
|
|
10146
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
10147
|
+
deleteViewActionClick: () => Promise<void>;
|
|
10148
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
10149
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
10150
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
10151
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
10152
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
10153
|
+
saveNewView: (name: string) => Promise<void>;
|
|
10154
|
+
deleteView: (ind: number) => Promise<void>;
|
|
10155
|
+
saveViewChanges: () => Promise<void>;
|
|
10156
|
+
renameView: (name: string) => Promise<void>;
|
|
10157
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
9362
10158
|
click: () => Promise<void>;
|
|
9363
10159
|
element: () => Promise<any>;
|
|
9364
10160
|
};
|
|
@@ -9402,7 +10198,7 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
9402
10198
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
9403
10199
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
9404
10200
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
9405
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
10201
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
9406
10202
|
click: () => Promise<void>;
|
|
9407
10203
|
element: () => Promise<any>;
|
|
9408
10204
|
};
|
|
@@ -9428,7 +10224,7 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
9428
10224
|
};
|
|
9429
10225
|
clickClearAllFilters: () => Promise<void>;
|
|
9430
10226
|
getFilterAppliedText: () => Promise<string>;
|
|
9431
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
10227
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
9432
10228
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
9433
10229
|
closeDropdown?: boolean | undefined;
|
|
9434
10230
|
} | undefined) => Promise<string[]>;
|
|
@@ -9784,7 +10580,7 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
9784
10580
|
isTitleExists: () => Promise<boolean>;
|
|
9785
10581
|
getTitleText: () => Promise<string>;
|
|
9786
10582
|
getSubtitleText: () => Promise<string>;
|
|
9787
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
10583
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
9788
10584
|
applyButton: () => {
|
|
9789
10585
|
getButtonTextContent: () => Promise<string>;
|
|
9790
10586
|
isFocused: () => Promise<boolean>;
|
|
@@ -9861,7 +10657,7 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
9861
10657
|
scrollDown: () => Promise<void>;
|
|
9862
10658
|
};
|
|
9863
10659
|
clickClearAllFilters: () => Promise<void>;
|
|
9864
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
10660
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
9865
10661
|
getPanelFiltersCount: () => Promise<number>;
|
|
9866
10662
|
getDateRangeFilter: (filterName: string) => {
|
|
9867
10663
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -9917,8 +10713,8 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
9917
10713
|
element: () => Promise<any>;
|
|
9918
10714
|
};
|
|
9919
10715
|
getErrorStateByDataHook: (dataHook?: string) => {
|
|
9920
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
9921
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
10716
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
10717
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
9922
10718
|
getTitleText: () => Promise<string>;
|
|
9923
10719
|
getSubtitleText: () => Promise<string>;
|
|
9924
10720
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -9932,7 +10728,7 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
9932
10728
|
click: () => Promise<void>;
|
|
9933
10729
|
};
|
|
9934
10730
|
getEmptyStateByDataHook: (dataHook?: string) => {
|
|
9935
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
10731
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
9936
10732
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
9937
10733
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
9938
10734
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -9976,7 +10772,7 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
9976
10772
|
click: () => Promise<void>;
|
|
9977
10773
|
};
|
|
9978
10774
|
getNoResultsStateByDataHook: (dataHook?: string) => {
|
|
9979
|
-
getClearFiltersButton: () => import("@wix/design-system/dist/types/
|
|
10775
|
+
getClearFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
9980
10776
|
getImageGlassArt: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
9981
10777
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
9982
10778
|
getTitleText: () => Promise<string>;
|
|
@@ -10014,8 +10810,22 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
10014
10810
|
isSuccessState: () => Promise<boolean>;
|
|
10015
10811
|
isLoadingState: () => Promise<boolean>;
|
|
10016
10812
|
isErrorState: () => Promise<boolean>;
|
|
10017
|
-
getRetryButton: () => Promise<import("@wix/design-system/dist/types/
|
|
10018
|
-
getErrorText: () => Promise<
|
|
10813
|
+
getRetryButton: () => Promise<import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver>;
|
|
10814
|
+
getErrorText: () => Promise<{
|
|
10815
|
+
getTagName: () => Promise<string>;
|
|
10816
|
+
getText: () => Promise<string>;
|
|
10817
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
10818
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
10819
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
10820
|
+
getId: () => Promise<string>;
|
|
10821
|
+
isLight: () => Promise<boolean>;
|
|
10822
|
+
isSecondary: () => Promise<boolean>;
|
|
10823
|
+
isMasked: () => Promise<boolean>;
|
|
10824
|
+
isWidows: () => Promise<boolean>;
|
|
10825
|
+
exists: () => Promise<boolean>;
|
|
10826
|
+
element: () => Promise<any>;
|
|
10827
|
+
click: () => Promise<void>;
|
|
10828
|
+
}>;
|
|
10019
10829
|
getItemTextAt: (index: number) => Promise<string>;
|
|
10020
10830
|
exists: () => Promise<boolean>;
|
|
10021
10831
|
$: (selector: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
@@ -10048,8 +10858,8 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
10048
10858
|
infiniteScrollLoaderExists: () => Promise<boolean>;
|
|
10049
10859
|
getInfiniteScrollLoaderStatusMessage: () => Promise<string | null>;
|
|
10050
10860
|
getCardErrorStateByDataHook: (dataHook?: string) => {
|
|
10051
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
10052
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
10861
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
10862
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
10053
10863
|
getTitleText: () => Promise<string>;
|
|
10054
10864
|
getSubtitleText: () => Promise<string>;
|
|
10055
10865
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -10063,7 +10873,7 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
10063
10873
|
click: () => Promise<void>;
|
|
10064
10874
|
};
|
|
10065
10875
|
getTableDefaultNoResultsState: () => {
|
|
10066
|
-
getClearFiltersButton: () => import("@wix/design-system/dist/types/
|
|
10876
|
+
getClearFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
10067
10877
|
getImageGlassArt: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
10068
10878
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
10069
10879
|
getTitleText: () => Promise<string>;
|
|
@@ -10079,7 +10889,7 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
10079
10889
|
click: () => Promise<void>;
|
|
10080
10890
|
};
|
|
10081
10891
|
getTableDefaultEmptyState: () => {
|
|
10082
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
10892
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
10083
10893
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
10084
10894
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
10085
10895
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -10096,7 +10906,7 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
10096
10906
|
click: () => Promise<void>;
|
|
10097
10907
|
};
|
|
10098
10908
|
viewsToolbarItemLabelExists: () => Promise<boolean>;
|
|
10099
|
-
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/
|
|
10909
|
+
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
10100
10910
|
scrollDown: (scrollableElementDataHook?: string, options?: {
|
|
10101
10911
|
top?: number | undefined;
|
|
10102
10912
|
}) => Promise<void>;
|
|
@@ -10344,7 +11154,21 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
10344
11154
|
getTypeFormFieldDriver: () => import("@wix/design-system/dist/types/FormField/FormField.uni.driver").FormFieldUniDriver;
|
|
10345
11155
|
getNameFormFieldDriver: () => import("@wix/design-system/dist/types/FormField/FormField.uni.driver").FormFieldUniDriver;
|
|
10346
11156
|
getKeyFormFieldDriver: () => import("@wix/design-system/dist/types/FormField/FormField.uni.driver").FormFieldUniDriver;
|
|
10347
|
-
getFieldKeyTooltip: () =>
|
|
11157
|
+
getFieldKeyTooltip: () => {
|
|
11158
|
+
getTagName: () => Promise<string>;
|
|
11159
|
+
getText: () => Promise<string>;
|
|
11160
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
11161
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
11162
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
11163
|
+
getId: () => Promise<string>;
|
|
11164
|
+
isLight: () => Promise<boolean>;
|
|
11165
|
+
isSecondary: () => Promise<boolean>;
|
|
11166
|
+
isMasked: () => Promise<boolean>;
|
|
11167
|
+
isWidows: () => Promise<boolean>;
|
|
11168
|
+
exists: () => Promise<boolean>;
|
|
11169
|
+
element: () => Promise<any>;
|
|
11170
|
+
click: () => Promise<void>;
|
|
11171
|
+
};
|
|
10348
11172
|
};
|
|
10349
11173
|
getErrorStateNotification: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
10350
11174
|
isSubmitting: () => Promise<boolean>;
|
|
@@ -10360,7 +11184,7 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
10360
11184
|
getTagByIdx: (idx: number) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
10361
11185
|
getTagById: (tagId: string) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
10362
11186
|
getModalTitle: () => Promise<string>;
|
|
10363
|
-
getCreateBtnDriver: () => import("@wix/design-system/dist/types/
|
|
11187
|
+
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
10364
11188
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
10365
11189
|
clickCloseButton: () => Promise<void>;
|
|
10366
11190
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
@@ -10412,7 +11236,7 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
10412
11236
|
getTagByIdx: (idx: number) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
10413
11237
|
getTagById: (tagId: string) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
10414
11238
|
getModalTitle: () => Promise<string>;
|
|
10415
|
-
getCreateBtnDriver: () => import("@wix/design-system/dist/types/
|
|
11239
|
+
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
10416
11240
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
10417
11241
|
clickCloseButton: () => Promise<void>;
|
|
10418
11242
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
@@ -10496,6 +11320,47 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
10496
11320
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
10497
11321
|
isOpen: () => Promise<boolean>;
|
|
10498
11322
|
getPlaceholderText: () => Promise<string | null>;
|
|
11323
|
+
getSaveViewModal: () => {
|
|
11324
|
+
exists: () => Promise<boolean>;
|
|
11325
|
+
getTitle: () => Promise<string>;
|
|
11326
|
+
getSubTitle: () => Promise<string>;
|
|
11327
|
+
getSaveButtonText: () => Promise<string>;
|
|
11328
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
11329
|
+
clickSaveButton: () => Promise<void>;
|
|
11330
|
+
getCancelButtonText: () => Promise<string>;
|
|
11331
|
+
clickCancelButton: () => Promise<void>;
|
|
11332
|
+
clickCloseButton: () => Promise<void>;
|
|
11333
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
11334
|
+
getViewNameInputValue: () => Promise<string>;
|
|
11335
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
11336
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
11337
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
11338
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
11339
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
11340
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
11341
|
+
click: () => Promise<void>;
|
|
11342
|
+
element: () => Promise<any>;
|
|
11343
|
+
};
|
|
11344
|
+
getRenameViewModal: () => {
|
|
11345
|
+
exists: () => Promise<boolean>;
|
|
11346
|
+
getTitle: () => Promise<string>;
|
|
11347
|
+
getSubTitle: () => Promise<string>;
|
|
11348
|
+
getSaveButtonText: () => Promise<string>;
|
|
11349
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
11350
|
+
clickSaveButton: () => Promise<void>;
|
|
11351
|
+
getCancelButtonText: () => Promise<string>;
|
|
11352
|
+
clickCancelButton: () => Promise<void>;
|
|
11353
|
+
clickCloseButton: () => Promise<void>;
|
|
11354
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
11355
|
+
getViewNameInputValue: () => Promise<string>;
|
|
11356
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
11357
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
11358
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
11359
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
11360
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
11361
|
+
click: () => Promise<void>;
|
|
11362
|
+
element: () => Promise<any>;
|
|
11363
|
+
};
|
|
10499
11364
|
getViewListItemById: (id: string) => {
|
|
10500
11365
|
click: () => Promise<void>;
|
|
10501
11366
|
select: () => Promise<void>;
|
|
@@ -10525,6 +11390,24 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
10525
11390
|
getCategoriesContent: () => Promise<string[]>;
|
|
10526
11391
|
isViewPendingChanges: () => Promise<boolean>;
|
|
10527
11392
|
isDefaultView: () => Promise<boolean>;
|
|
11393
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
11394
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
11395
|
+
openManageViewPopover: () => Promise<void>;
|
|
11396
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
11397
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
11398
|
+
renameViewActionClick: () => Promise<void>;
|
|
11399
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
11400
|
+
deleteViewActionClick: () => Promise<void>;
|
|
11401
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
11402
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
11403
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
11404
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
11405
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
11406
|
+
saveNewView: (name: string) => Promise<void>;
|
|
11407
|
+
deleteView: (ind: number) => Promise<void>;
|
|
11408
|
+
saveViewChanges: () => Promise<void>;
|
|
11409
|
+
renameView: (name: string) => Promise<void>;
|
|
11410
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
10528
11411
|
click: () => Promise<void>;
|
|
10529
11412
|
element: () => Promise<any>;
|
|
10530
11413
|
};
|
|
@@ -10568,7 +11451,7 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
10568
11451
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
10569
11452
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
10570
11453
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
10571
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
11454
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
10572
11455
|
click: () => Promise<void>;
|
|
10573
11456
|
element: () => Promise<any>;
|
|
10574
11457
|
};
|
|
@@ -10594,7 +11477,7 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
10594
11477
|
};
|
|
10595
11478
|
clickClearAllFilters: () => Promise<void>;
|
|
10596
11479
|
getFilterAppliedText: () => Promise<string>;
|
|
10597
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
11480
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
10598
11481
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
10599
11482
|
closeDropdown?: boolean | undefined;
|
|
10600
11483
|
} | undefined) => Promise<string[]>;
|
|
@@ -10950,7 +11833,7 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
10950
11833
|
isTitleExists: () => Promise<boolean>;
|
|
10951
11834
|
getTitleText: () => Promise<string>;
|
|
10952
11835
|
getSubtitleText: () => Promise<string>;
|
|
10953
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
11836
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
10954
11837
|
applyButton: () => {
|
|
10955
11838
|
getButtonTextContent: () => Promise<string>;
|
|
10956
11839
|
isFocused: () => Promise<boolean>;
|
|
@@ -11027,7 +11910,7 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
11027
11910
|
scrollDown: () => Promise<void>;
|
|
11028
11911
|
};
|
|
11029
11912
|
clickClearAllFilters: () => Promise<void>;
|
|
11030
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
11913
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
11031
11914
|
getPanelFiltersCount: () => Promise<number>;
|
|
11032
11915
|
getDateRangeFilter: (filterName: string) => {
|
|
11033
11916
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -11335,7 +12218,7 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
11335
12218
|
isHorizontalScroll: () => Promise<boolean>;
|
|
11336
12219
|
getReorderModeToolbar: () => {
|
|
11337
12220
|
getTitle: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
11338
|
-
getLearnMoreBtn: () => import("@wix/design-system/dist/types/
|
|
12221
|
+
getLearnMoreBtn: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
11339
12222
|
getCancelButton: () => {
|
|
11340
12223
|
getButtonTextContent: () => Promise<string>;
|
|
11341
12224
|
isFocused: () => Promise<boolean>;
|
|
@@ -11485,6 +12368,47 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
11485
12368
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
11486
12369
|
isOpen: () => Promise<boolean>;
|
|
11487
12370
|
getPlaceholderText: () => Promise<string | null>;
|
|
12371
|
+
getSaveViewModal: () => {
|
|
12372
|
+
exists: () => Promise<boolean>;
|
|
12373
|
+
getTitle: () => Promise<string>;
|
|
12374
|
+
getSubTitle: () => Promise<string>;
|
|
12375
|
+
getSaveButtonText: () => Promise<string>;
|
|
12376
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
12377
|
+
clickSaveButton: () => Promise<void>;
|
|
12378
|
+
getCancelButtonText: () => Promise<string>;
|
|
12379
|
+
clickCancelButton: () => Promise<void>;
|
|
12380
|
+
clickCloseButton: () => Promise<void>;
|
|
12381
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
12382
|
+
getViewNameInputValue: () => Promise<string>;
|
|
12383
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
12384
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
12385
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
12386
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
12387
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
12388
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
12389
|
+
click: () => Promise<void>;
|
|
12390
|
+
element: () => Promise<any>;
|
|
12391
|
+
};
|
|
12392
|
+
getRenameViewModal: () => {
|
|
12393
|
+
exists: () => Promise<boolean>;
|
|
12394
|
+
getTitle: () => Promise<string>;
|
|
12395
|
+
getSubTitle: () => Promise<string>;
|
|
12396
|
+
getSaveButtonText: () => Promise<string>;
|
|
12397
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
12398
|
+
clickSaveButton: () => Promise<void>;
|
|
12399
|
+
getCancelButtonText: () => Promise<string>;
|
|
12400
|
+
clickCancelButton: () => Promise<void>;
|
|
12401
|
+
clickCloseButton: () => Promise<void>;
|
|
12402
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
12403
|
+
getViewNameInputValue: () => Promise<string>;
|
|
12404
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
12405
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
12406
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
12407
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
12408
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
12409
|
+
click: () => Promise<void>;
|
|
12410
|
+
element: () => Promise<any>;
|
|
12411
|
+
};
|
|
11488
12412
|
getViewListItemById: (id: string) => {
|
|
11489
12413
|
click: () => Promise<void>;
|
|
11490
12414
|
select: () => Promise<void>;
|
|
@@ -11514,6 +12438,24 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
11514
12438
|
getCategoriesContent: () => Promise<string[]>;
|
|
11515
12439
|
isViewPendingChanges: () => Promise<boolean>;
|
|
11516
12440
|
isDefaultView: () => Promise<boolean>;
|
|
12441
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
12442
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
12443
|
+
openManageViewPopover: () => Promise<void>;
|
|
12444
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
12445
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
12446
|
+
renameViewActionClick: () => Promise<void>;
|
|
12447
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
12448
|
+
deleteViewActionClick: () => Promise<void>;
|
|
12449
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
12450
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
12451
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
12452
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
12453
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
12454
|
+
saveNewView: (name: string) => Promise<void>;
|
|
12455
|
+
deleteView: (ind: number) => Promise<void>;
|
|
12456
|
+
saveViewChanges: () => Promise<void>;
|
|
12457
|
+
renameView: (name: string) => Promise<void>;
|
|
12458
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
11517
12459
|
click: () => Promise<void>;
|
|
11518
12460
|
element: () => Promise<any>;
|
|
11519
12461
|
};
|
|
@@ -11557,7 +12499,7 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
11557
12499
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
11558
12500
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
11559
12501
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
11560
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
12502
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
11561
12503
|
click: () => Promise<void>;
|
|
11562
12504
|
element: () => Promise<any>;
|
|
11563
12505
|
};
|
|
@@ -11583,7 +12525,7 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
11583
12525
|
};
|
|
11584
12526
|
clickClearAllFilters: () => Promise<void>;
|
|
11585
12527
|
getFilterAppliedText: () => Promise<string>;
|
|
11586
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
12528
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
11587
12529
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
11588
12530
|
closeDropdown?: boolean | undefined;
|
|
11589
12531
|
} | undefined) => Promise<string[]>;
|
|
@@ -11939,7 +12881,7 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
11939
12881
|
isTitleExists: () => Promise<boolean>;
|
|
11940
12882
|
getTitleText: () => Promise<string>;
|
|
11941
12883
|
getSubtitleText: () => Promise<string>;
|
|
11942
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
12884
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
11943
12885
|
applyButton: () => {
|
|
11944
12886
|
getButtonTextContent: () => Promise<string>;
|
|
11945
12887
|
isFocused: () => Promise<boolean>;
|
|
@@ -12016,7 +12958,7 @@ export declare const TableFoldersTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
12016
12958
|
scrollDown: () => Promise<void>;
|
|
12017
12959
|
};
|
|
12018
12960
|
clickClearAllFilters: () => Promise<void>;
|
|
12019
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
12961
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
12020
12962
|
getPanelFiltersCount: () => Promise<number>;
|
|
12021
12963
|
getDateRangeFilter: (filterName: string) => {
|
|
12022
12964
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -12100,6 +13042,47 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
12100
13042
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
12101
13043
|
isOpen: () => Promise<boolean>;
|
|
12102
13044
|
getPlaceholderText: () => Promise<string | null>;
|
|
13045
|
+
getSaveViewModal: () => {
|
|
13046
|
+
exists: () => Promise<boolean>;
|
|
13047
|
+
getTitle: () => Promise<string>;
|
|
13048
|
+
getSubTitle: () => Promise<string>;
|
|
13049
|
+
getSaveButtonText: () => Promise<string>;
|
|
13050
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
13051
|
+
clickSaveButton: () => Promise<void>;
|
|
13052
|
+
getCancelButtonText: () => Promise<string>;
|
|
13053
|
+
clickCancelButton: () => Promise<void>;
|
|
13054
|
+
clickCloseButton: () => Promise<void>;
|
|
13055
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
13056
|
+
getViewNameInputValue: () => Promise<string>;
|
|
13057
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
13058
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
13059
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
13060
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
13061
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
13062
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
13063
|
+
click: () => Promise<void>;
|
|
13064
|
+
element: () => Promise<any>;
|
|
13065
|
+
};
|
|
13066
|
+
getRenameViewModal: () => {
|
|
13067
|
+
exists: () => Promise<boolean>;
|
|
13068
|
+
getTitle: () => Promise<string>;
|
|
13069
|
+
getSubTitle: () => Promise<string>;
|
|
13070
|
+
getSaveButtonText: () => Promise<string>;
|
|
13071
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
13072
|
+
clickSaveButton: () => Promise<void>;
|
|
13073
|
+
getCancelButtonText: () => Promise<string>;
|
|
13074
|
+
clickCancelButton: () => Promise<void>;
|
|
13075
|
+
clickCloseButton: () => Promise<void>;
|
|
13076
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
13077
|
+
getViewNameInputValue: () => Promise<string>;
|
|
13078
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
13079
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
13080
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
13081
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
13082
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
13083
|
+
click: () => Promise<void>;
|
|
13084
|
+
element: () => Promise<any>;
|
|
13085
|
+
};
|
|
12103
13086
|
getViewListItemById: (id: string) => {
|
|
12104
13087
|
click: () => Promise<void>;
|
|
12105
13088
|
select: () => Promise<void>;
|
|
@@ -12129,6 +13112,24 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
12129
13112
|
getCategoriesContent: () => Promise<string[]>;
|
|
12130
13113
|
isViewPendingChanges: () => Promise<boolean>;
|
|
12131
13114
|
isDefaultView: () => Promise<boolean>;
|
|
13115
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
13116
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
13117
|
+
openManageViewPopover: () => Promise<void>;
|
|
13118
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
13119
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
13120
|
+
renameViewActionClick: () => Promise<void>;
|
|
13121
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
13122
|
+
deleteViewActionClick: () => Promise<void>;
|
|
13123
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
13124
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
13125
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
13126
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
13127
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
13128
|
+
saveNewView: (name: string) => Promise<void>;
|
|
13129
|
+
deleteView: (ind: number) => Promise<void>;
|
|
13130
|
+
saveViewChanges: () => Promise<void>;
|
|
13131
|
+
renameView: (name: string) => Promise<void>;
|
|
13132
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
12132
13133
|
click: () => Promise<void>;
|
|
12133
13134
|
element: () => Promise<any>;
|
|
12134
13135
|
};
|
|
@@ -12172,7 +13173,7 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
12172
13173
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
12173
13174
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
12174
13175
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
12175
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
13176
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
12176
13177
|
click: () => Promise<void>;
|
|
12177
13178
|
element: () => Promise<any>;
|
|
12178
13179
|
};
|
|
@@ -12198,7 +13199,7 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
12198
13199
|
};
|
|
12199
13200
|
clickClearAllFilters: () => Promise<void>;
|
|
12200
13201
|
getFilterAppliedText: () => Promise<string>;
|
|
12201
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
13202
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
12202
13203
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
12203
13204
|
closeDropdown?: boolean | undefined;
|
|
12204
13205
|
} | undefined) => Promise<string[]>;
|
|
@@ -12554,7 +13555,7 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
12554
13555
|
isTitleExists: () => Promise<boolean>;
|
|
12555
13556
|
getTitleText: () => Promise<string>;
|
|
12556
13557
|
getSubtitleText: () => Promise<string>;
|
|
12557
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
13558
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
12558
13559
|
applyButton: () => {
|
|
12559
13560
|
getButtonTextContent: () => Promise<string>;
|
|
12560
13561
|
isFocused: () => Promise<boolean>;
|
|
@@ -12631,7 +13632,7 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
12631
13632
|
scrollDown: () => Promise<void>;
|
|
12632
13633
|
};
|
|
12633
13634
|
clickClearAllFilters: () => Promise<void>;
|
|
12634
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
13635
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
12635
13636
|
getPanelFiltersCount: () => Promise<number>;
|
|
12636
13637
|
getDateRangeFilter: (filterName: string) => {
|
|
12637
13638
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -12688,8 +13689,8 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
12688
13689
|
};
|
|
12689
13690
|
loadingStateExists: () => Promise<boolean>;
|
|
12690
13691
|
getRootErrorStateByDataHook: (dataHook?: string) => {
|
|
12691
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
12692
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
13692
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
13693
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
12693
13694
|
getTitleText: () => Promise<string>;
|
|
12694
13695
|
getSubtitleText: () => Promise<string>;
|
|
12695
13696
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -12861,7 +13862,7 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
12861
13862
|
};
|
|
12862
13863
|
getPlaceholderStatesByRowKey: (rowKey: string) => {
|
|
12863
13864
|
getEmptyState: () => {
|
|
12864
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
13865
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
12865
13866
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
12866
13867
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
12867
13868
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -12878,8 +13879,8 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
12878
13879
|
click: () => Promise<void>;
|
|
12879
13880
|
};
|
|
12880
13881
|
getErrorState: () => {
|
|
12881
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
12882
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
13882
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
13883
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
12883
13884
|
getTitleText: () => Promise<string>;
|
|
12884
13885
|
getSubtitleText: () => Promise<string>;
|
|
12885
13886
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -12917,8 +13918,22 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
12917
13918
|
isSuccessState: () => Promise<boolean>;
|
|
12918
13919
|
isLoadingState: () => Promise<boolean>;
|
|
12919
13920
|
isErrorState: () => Promise<boolean>;
|
|
12920
|
-
getRetryButton: () => Promise<import("@wix/design-system/dist/types/
|
|
12921
|
-
getErrorText: () => Promise<
|
|
13921
|
+
getRetryButton: () => Promise<import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver>;
|
|
13922
|
+
getErrorText: () => Promise<{
|
|
13923
|
+
getTagName: () => Promise<string>;
|
|
13924
|
+
getText: () => Promise<string>;
|
|
13925
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
13926
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
13927
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
13928
|
+
getId: () => Promise<string>;
|
|
13929
|
+
isLight: () => Promise<boolean>;
|
|
13930
|
+
isSecondary: () => Promise<boolean>;
|
|
13931
|
+
isMasked: () => Promise<boolean>;
|
|
13932
|
+
isWidows: () => Promise<boolean>;
|
|
13933
|
+
exists: () => Promise<boolean>;
|
|
13934
|
+
element: () => Promise<any>;
|
|
13935
|
+
click: () => Promise<void>;
|
|
13936
|
+
}>;
|
|
12922
13937
|
getItemTextAt: (index: number) => Promise<string>;
|
|
12923
13938
|
exists: () => Promise<boolean>;
|
|
12924
13939
|
$: (selector: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
@@ -12951,8 +13966,8 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
12951
13966
|
infiniteScrollLoaderExists: () => Promise<boolean>;
|
|
12952
13967
|
getInfiniteScrollLoaderStatusMessage: () => Promise<string | null>;
|
|
12953
13968
|
getErrorStateByDataHook: (dataHook?: string) => {
|
|
12954
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
12955
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
13969
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
13970
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
12956
13971
|
getTitleText: () => Promise<string>;
|
|
12957
13972
|
getSubtitleText: () => Promise<string>;
|
|
12958
13973
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -12966,8 +13981,8 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
12966
13981
|
click: () => Promise<void>;
|
|
12967
13982
|
};
|
|
12968
13983
|
getCardErrorStateByDataHook: (dataHook?: string) => {
|
|
12969
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
12970
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
13984
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
13985
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
12971
13986
|
getTitleText: () => Promise<string>;
|
|
12972
13987
|
getSubtitleText: () => Promise<string>;
|
|
12973
13988
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -12981,7 +13996,7 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
12981
13996
|
click: () => Promise<void>;
|
|
12982
13997
|
};
|
|
12983
13998
|
getTableDefaultNoResultsState: () => {
|
|
12984
|
-
getClearFiltersButton: () => import("@wix/design-system/dist/types/
|
|
13999
|
+
getClearFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
12985
14000
|
getImageGlassArt: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
12986
14001
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
12987
14002
|
getTitleText: () => Promise<string>;
|
|
@@ -12997,7 +14012,7 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
12997
14012
|
click: () => Promise<void>;
|
|
12998
14013
|
};
|
|
12999
14014
|
getTableDefaultEmptyState: () => {
|
|
13000
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
14015
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
13001
14016
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
13002
14017
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
13003
14018
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -13014,7 +14029,7 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
13014
14029
|
click: () => Promise<void>;
|
|
13015
14030
|
};
|
|
13016
14031
|
getEmptyStateByDataHook: (dataHook?: string) => {
|
|
13017
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
14032
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
13018
14033
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
13019
14034
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
13020
14035
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -13058,7 +14073,7 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
13058
14073
|
click: () => Promise<void>;
|
|
13059
14074
|
};
|
|
13060
14075
|
getNoResultsStateByDataHook: (dataHook?: string) => {
|
|
13061
|
-
getClearFiltersButton: () => import("@wix/design-system/dist/types/
|
|
14076
|
+
getClearFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
13062
14077
|
getImageGlassArt: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
13063
14078
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
13064
14079
|
getTitleText: () => Promise<string>;
|
|
@@ -13074,7 +14089,7 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
13074
14089
|
click: () => Promise<void>;
|
|
13075
14090
|
};
|
|
13076
14091
|
viewsToolbarItemLabelExists: () => Promise<boolean>;
|
|
13077
|
-
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/
|
|
14092
|
+
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
13078
14093
|
scrollDown: (scrollableElementDataHook?: string, options?: {
|
|
13079
14094
|
top?: number | undefined;
|
|
13080
14095
|
}) => Promise<void>;
|
|
@@ -13322,7 +14337,21 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
13322
14337
|
getTypeFormFieldDriver: () => import("@wix/design-system/dist/types/FormField/FormField.uni.driver").FormFieldUniDriver;
|
|
13323
14338
|
getNameFormFieldDriver: () => import("@wix/design-system/dist/types/FormField/FormField.uni.driver").FormFieldUniDriver;
|
|
13324
14339
|
getKeyFormFieldDriver: () => import("@wix/design-system/dist/types/FormField/FormField.uni.driver").FormFieldUniDriver;
|
|
13325
|
-
getFieldKeyTooltip: () =>
|
|
14340
|
+
getFieldKeyTooltip: () => {
|
|
14341
|
+
getTagName: () => Promise<string>;
|
|
14342
|
+
getText: () => Promise<string>;
|
|
14343
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
14344
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
14345
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
14346
|
+
getId: () => Promise<string>;
|
|
14347
|
+
isLight: () => Promise<boolean>;
|
|
14348
|
+
isSecondary: () => Promise<boolean>;
|
|
14349
|
+
isMasked: () => Promise<boolean>;
|
|
14350
|
+
isWidows: () => Promise<boolean>;
|
|
14351
|
+
exists: () => Promise<boolean>;
|
|
14352
|
+
element: () => Promise<any>;
|
|
14353
|
+
click: () => Promise<void>;
|
|
14354
|
+
};
|
|
13326
14355
|
};
|
|
13327
14356
|
getErrorStateNotification: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
13328
14357
|
isSubmitting: () => Promise<boolean>;
|
|
@@ -13338,7 +14367,7 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
13338
14367
|
getTagByIdx: (idx: number) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
13339
14368
|
getTagById: (tagId: string) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
13340
14369
|
getModalTitle: () => Promise<string>;
|
|
13341
|
-
getCreateBtnDriver: () => import("@wix/design-system/dist/types/
|
|
14370
|
+
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
13342
14371
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
13343
14372
|
clickCloseButton: () => Promise<void>;
|
|
13344
14373
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
@@ -13390,7 +14419,7 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
13390
14419
|
getTagByIdx: (idx: number) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
13391
14420
|
getTagById: (tagId: string) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
13392
14421
|
getModalTitle: () => Promise<string>;
|
|
13393
|
-
getCreateBtnDriver: () => import("@wix/design-system/dist/types/
|
|
14422
|
+
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
13394
14423
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
13395
14424
|
clickCloseButton: () => Promise<void>;
|
|
13396
14425
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
@@ -13474,6 +14503,47 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
13474
14503
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
13475
14504
|
isOpen: () => Promise<boolean>;
|
|
13476
14505
|
getPlaceholderText: () => Promise<string | null>;
|
|
14506
|
+
getSaveViewModal: () => {
|
|
14507
|
+
exists: () => Promise<boolean>;
|
|
14508
|
+
getTitle: () => Promise<string>;
|
|
14509
|
+
getSubTitle: () => Promise<string>;
|
|
14510
|
+
getSaveButtonText: () => Promise<string>;
|
|
14511
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
14512
|
+
clickSaveButton: () => Promise<void>;
|
|
14513
|
+
getCancelButtonText: () => Promise<string>;
|
|
14514
|
+
clickCancelButton: () => Promise<void>;
|
|
14515
|
+
clickCloseButton: () => Promise<void>;
|
|
14516
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
14517
|
+
getViewNameInputValue: () => Promise<string>;
|
|
14518
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
14519
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
14520
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
14521
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
14522
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
14523
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
14524
|
+
click: () => Promise<void>;
|
|
14525
|
+
element: () => Promise<any>;
|
|
14526
|
+
};
|
|
14527
|
+
getRenameViewModal: () => {
|
|
14528
|
+
exists: () => Promise<boolean>;
|
|
14529
|
+
getTitle: () => Promise<string>;
|
|
14530
|
+
getSubTitle: () => Promise<string>;
|
|
14531
|
+
getSaveButtonText: () => Promise<string>;
|
|
14532
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
14533
|
+
clickSaveButton: () => Promise<void>;
|
|
14534
|
+
getCancelButtonText: () => Promise<string>;
|
|
14535
|
+
clickCancelButton: () => Promise<void>;
|
|
14536
|
+
clickCloseButton: () => Promise<void>;
|
|
14537
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
14538
|
+
getViewNameInputValue: () => Promise<string>;
|
|
14539
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
14540
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
14541
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
14542
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
14543
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
14544
|
+
click: () => Promise<void>;
|
|
14545
|
+
element: () => Promise<any>;
|
|
14546
|
+
};
|
|
13477
14547
|
getViewListItemById: (id: string) => {
|
|
13478
14548
|
click: () => Promise<void>;
|
|
13479
14549
|
select: () => Promise<void>;
|
|
@@ -13503,6 +14573,24 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
13503
14573
|
getCategoriesContent: () => Promise<string[]>;
|
|
13504
14574
|
isViewPendingChanges: () => Promise<boolean>;
|
|
13505
14575
|
isDefaultView: () => Promise<boolean>;
|
|
14576
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
14577
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
14578
|
+
openManageViewPopover: () => Promise<void>;
|
|
14579
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
14580
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
14581
|
+
renameViewActionClick: () => Promise<void>;
|
|
14582
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
14583
|
+
deleteViewActionClick: () => Promise<void>;
|
|
14584
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
14585
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
14586
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
14587
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
14588
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
14589
|
+
saveNewView: (name: string) => Promise<void>;
|
|
14590
|
+
deleteView: (ind: number) => Promise<void>;
|
|
14591
|
+
saveViewChanges: () => Promise<void>;
|
|
14592
|
+
renameView: (name: string) => Promise<void>;
|
|
14593
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
13506
14594
|
click: () => Promise<void>;
|
|
13507
14595
|
element: () => Promise<any>;
|
|
13508
14596
|
};
|
|
@@ -13546,7 +14634,7 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
13546
14634
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
13547
14635
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
13548
14636
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
13549
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
14637
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
13550
14638
|
click: () => Promise<void>;
|
|
13551
14639
|
element: () => Promise<any>;
|
|
13552
14640
|
};
|
|
@@ -13572,7 +14660,7 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
13572
14660
|
};
|
|
13573
14661
|
clickClearAllFilters: () => Promise<void>;
|
|
13574
14662
|
getFilterAppliedText: () => Promise<string>;
|
|
13575
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
14663
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
13576
14664
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
13577
14665
|
closeDropdown?: boolean | undefined;
|
|
13578
14666
|
} | undefined) => Promise<string[]>;
|
|
@@ -13928,7 +15016,7 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
13928
15016
|
isTitleExists: () => Promise<boolean>;
|
|
13929
15017
|
getTitleText: () => Promise<string>;
|
|
13930
15018
|
getSubtitleText: () => Promise<string>;
|
|
13931
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
15019
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
13932
15020
|
applyButton: () => {
|
|
13933
15021
|
getButtonTextContent: () => Promise<string>;
|
|
13934
15022
|
isFocused: () => Promise<boolean>;
|
|
@@ -14005,7 +15093,7 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
14005
15093
|
scrollDown: () => Promise<void>;
|
|
14006
15094
|
};
|
|
14007
15095
|
clickClearAllFilters: () => Promise<void>;
|
|
14008
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
15096
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
14009
15097
|
getPanelFiltersCount: () => Promise<number>;
|
|
14010
15098
|
getDateRangeFilter: (filterName: string) => {
|
|
14011
15099
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -14313,7 +15401,7 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
14313
15401
|
isHorizontalScroll: () => Promise<boolean>;
|
|
14314
15402
|
getReorderModeToolbar: () => {
|
|
14315
15403
|
getTitle: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
14316
|
-
getLearnMoreBtn: () => import("@wix/design-system/dist/types/
|
|
15404
|
+
getLearnMoreBtn: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
14317
15405
|
getCancelButton: () => {
|
|
14318
15406
|
getButtonTextContent: () => Promise<string>;
|
|
14319
15407
|
isFocused: () => Promise<boolean>;
|
|
@@ -14463,6 +15551,47 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
14463
15551
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
14464
15552
|
isOpen: () => Promise<boolean>;
|
|
14465
15553
|
getPlaceholderText: () => Promise<string | null>;
|
|
15554
|
+
getSaveViewModal: () => {
|
|
15555
|
+
exists: () => Promise<boolean>;
|
|
15556
|
+
getTitle: () => Promise<string>;
|
|
15557
|
+
getSubTitle: () => Promise<string>;
|
|
15558
|
+
getSaveButtonText: () => Promise<string>;
|
|
15559
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
15560
|
+
clickSaveButton: () => Promise<void>;
|
|
15561
|
+
getCancelButtonText: () => Promise<string>;
|
|
15562
|
+
clickCancelButton: () => Promise<void>;
|
|
15563
|
+
clickCloseButton: () => Promise<void>;
|
|
15564
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
15565
|
+
getViewNameInputValue: () => Promise<string>;
|
|
15566
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
15567
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
15568
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
15569
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
15570
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
15571
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
15572
|
+
click: () => Promise<void>;
|
|
15573
|
+
element: () => Promise<any>;
|
|
15574
|
+
};
|
|
15575
|
+
getRenameViewModal: () => {
|
|
15576
|
+
exists: () => Promise<boolean>;
|
|
15577
|
+
getTitle: () => Promise<string>;
|
|
15578
|
+
getSubTitle: () => Promise<string>;
|
|
15579
|
+
getSaveButtonText: () => Promise<string>;
|
|
15580
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
15581
|
+
clickSaveButton: () => Promise<void>;
|
|
15582
|
+
getCancelButtonText: () => Promise<string>;
|
|
15583
|
+
clickCancelButton: () => Promise<void>;
|
|
15584
|
+
clickCloseButton: () => Promise<void>;
|
|
15585
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
15586
|
+
getViewNameInputValue: () => Promise<string>;
|
|
15587
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
15588
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
15589
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
15590
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
15591
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
15592
|
+
click: () => Promise<void>;
|
|
15593
|
+
element: () => Promise<any>;
|
|
15594
|
+
};
|
|
14466
15595
|
getViewListItemById: (id: string) => {
|
|
14467
15596
|
click: () => Promise<void>;
|
|
14468
15597
|
select: () => Promise<void>;
|
|
@@ -14492,6 +15621,24 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
14492
15621
|
getCategoriesContent: () => Promise<string[]>;
|
|
14493
15622
|
isViewPendingChanges: () => Promise<boolean>;
|
|
14494
15623
|
isDefaultView: () => Promise<boolean>;
|
|
15624
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
15625
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
15626
|
+
openManageViewPopover: () => Promise<void>;
|
|
15627
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
15628
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
15629
|
+
renameViewActionClick: () => Promise<void>;
|
|
15630
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
15631
|
+
deleteViewActionClick: () => Promise<void>;
|
|
15632
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
15633
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
15634
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
15635
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
15636
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
15637
|
+
saveNewView: (name: string) => Promise<void>;
|
|
15638
|
+
deleteView: (ind: number) => Promise<void>;
|
|
15639
|
+
saveViewChanges: () => Promise<void>;
|
|
15640
|
+
renameView: (name: string) => Promise<void>;
|
|
15641
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
14495
15642
|
click: () => Promise<void>;
|
|
14496
15643
|
element: () => Promise<any>;
|
|
14497
15644
|
};
|
|
@@ -14535,7 +15682,7 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
14535
15682
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
14536
15683
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
14537
15684
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
14538
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
15685
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
14539
15686
|
click: () => Promise<void>;
|
|
14540
15687
|
element: () => Promise<any>;
|
|
14541
15688
|
};
|
|
@@ -14561,7 +15708,7 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
14561
15708
|
};
|
|
14562
15709
|
clickClearAllFilters: () => Promise<void>;
|
|
14563
15710
|
getFilterAppliedText: () => Promise<string>;
|
|
14564
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
15711
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
14565
15712
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
14566
15713
|
closeDropdown?: boolean | undefined;
|
|
14567
15714
|
} | undefined) => Promise<string[]>;
|
|
@@ -14917,7 +16064,7 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
14917
16064
|
isTitleExists: () => Promise<boolean>;
|
|
14918
16065
|
getTitleText: () => Promise<string>;
|
|
14919
16066
|
getSubtitleText: () => Promise<string>;
|
|
14920
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
16067
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
14921
16068
|
applyButton: () => {
|
|
14922
16069
|
getButtonTextContent: () => Promise<string>;
|
|
14923
16070
|
isFocused: () => Promise<boolean>;
|
|
@@ -14994,7 +16141,7 @@ export declare const NestedTableTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
14994
16141
|
scrollDown: () => Promise<void>;
|
|
14995
16142
|
};
|
|
14996
16143
|
clickClearAllFilters: () => Promise<void>;
|
|
14997
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
16144
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
14998
16145
|
getPanelFiltersCount: () => Promise<number>;
|
|
14999
16146
|
getDateRangeFilter: (filterName: string) => {
|
|
15000
16147
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -15091,6 +16238,47 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
15091
16238
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
15092
16239
|
isOpen: () => Promise<boolean>;
|
|
15093
16240
|
getPlaceholderText: () => Promise<string | null>;
|
|
16241
|
+
getSaveViewModal: () => {
|
|
16242
|
+
exists: () => Promise<boolean>;
|
|
16243
|
+
getTitle: () => Promise<string>;
|
|
16244
|
+
getSubTitle: () => Promise<string>;
|
|
16245
|
+
getSaveButtonText: () => Promise<string>;
|
|
16246
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
16247
|
+
clickSaveButton: () => Promise<void>;
|
|
16248
|
+
getCancelButtonText: () => Promise<string>;
|
|
16249
|
+
clickCancelButton: () => Promise<void>;
|
|
16250
|
+
clickCloseButton: () => Promise<void>;
|
|
16251
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
16252
|
+
getViewNameInputValue: () => Promise<string>;
|
|
16253
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
16254
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
16255
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
16256
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
16257
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
16258
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
16259
|
+
click: () => Promise<void>;
|
|
16260
|
+
element: () => Promise<any>;
|
|
16261
|
+
};
|
|
16262
|
+
getRenameViewModal: () => {
|
|
16263
|
+
exists: () => Promise<boolean>;
|
|
16264
|
+
getTitle: () => Promise<string>;
|
|
16265
|
+
getSubTitle: () => Promise<string>;
|
|
16266
|
+
getSaveButtonText: () => Promise<string>;
|
|
16267
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
16268
|
+
clickSaveButton: () => Promise<void>;
|
|
16269
|
+
getCancelButtonText: () => Promise<string>;
|
|
16270
|
+
clickCancelButton: () => Promise<void>;
|
|
16271
|
+
clickCloseButton: () => Promise<void>;
|
|
16272
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
16273
|
+
getViewNameInputValue: () => Promise<string>;
|
|
16274
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
16275
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
16276
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
16277
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
16278
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
16279
|
+
click: () => Promise<void>;
|
|
16280
|
+
element: () => Promise<any>;
|
|
16281
|
+
};
|
|
15094
16282
|
getViewListItemById: (id: string) => {
|
|
15095
16283
|
click: () => Promise<void>;
|
|
15096
16284
|
select: () => Promise<void>;
|
|
@@ -15120,6 +16308,24 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
15120
16308
|
getCategoriesContent: () => Promise<string[]>;
|
|
15121
16309
|
isViewPendingChanges: () => Promise<boolean>;
|
|
15122
16310
|
isDefaultView: () => Promise<boolean>;
|
|
16311
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
16312
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
16313
|
+
openManageViewPopover: () => Promise<void>;
|
|
16314
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
16315
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
16316
|
+
renameViewActionClick: () => Promise<void>;
|
|
16317
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
16318
|
+
deleteViewActionClick: () => Promise<void>;
|
|
16319
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
16320
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
16321
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
16322
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
16323
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
16324
|
+
saveNewView: (name: string) => Promise<void>;
|
|
16325
|
+
deleteView: (ind: number) => Promise<void>;
|
|
16326
|
+
saveViewChanges: () => Promise<void>;
|
|
16327
|
+
renameView: (name: string) => Promise<void>;
|
|
16328
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
15123
16329
|
click: () => Promise<void>;
|
|
15124
16330
|
element: () => Promise<any>;
|
|
15125
16331
|
};
|
|
@@ -15163,7 +16369,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
15163
16369
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
15164
16370
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
15165
16371
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
15166
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
16372
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
15167
16373
|
click: () => Promise<void>;
|
|
15168
16374
|
element: () => Promise<any>;
|
|
15169
16375
|
};
|
|
@@ -15189,7 +16395,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
15189
16395
|
};
|
|
15190
16396
|
clickClearAllFilters: () => Promise<void>;
|
|
15191
16397
|
getFilterAppliedText: () => Promise<string>;
|
|
15192
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
16398
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
15193
16399
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
15194
16400
|
closeDropdown?: boolean | undefined;
|
|
15195
16401
|
} | undefined) => Promise<string[]>;
|
|
@@ -15545,7 +16751,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
15545
16751
|
isTitleExists: () => Promise<boolean>;
|
|
15546
16752
|
getTitleText: () => Promise<string>;
|
|
15547
16753
|
getSubtitleText: () => Promise<string>;
|
|
15548
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
16754
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
15549
16755
|
applyButton: () => {
|
|
15550
16756
|
getButtonTextContent: () => Promise<string>;
|
|
15551
16757
|
isFocused: () => Promise<boolean>;
|
|
@@ -15622,7 +16828,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
15622
16828
|
scrollDown: () => Promise<void>;
|
|
15623
16829
|
};
|
|
15624
16830
|
clickClearAllFilters: () => Promise<void>;
|
|
15625
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
16831
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
15626
16832
|
getPanelFiltersCount: () => Promise<number>;
|
|
15627
16833
|
getDateRangeFilter: (filterName: string) => {
|
|
15628
16834
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -15678,8 +16884,8 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
15678
16884
|
element: () => Promise<any>;
|
|
15679
16885
|
};
|
|
15680
16886
|
getErrorStateByDataHook: (dataHook?: string) => {
|
|
15681
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
15682
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
16887
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
16888
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
15683
16889
|
getTitleText: () => Promise<string>;
|
|
15684
16890
|
getSubtitleText: () => Promise<string>;
|
|
15685
16891
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -15693,7 +16899,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
15693
16899
|
click: () => Promise<void>;
|
|
15694
16900
|
};
|
|
15695
16901
|
getEmptyStateByDataHook: (dataHook?: string) => {
|
|
15696
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
16902
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
15697
16903
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
15698
16904
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
15699
16905
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -15737,7 +16943,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
15737
16943
|
click: () => Promise<void>;
|
|
15738
16944
|
};
|
|
15739
16945
|
getNoResultsStateByDataHook: (dataHook?: string) => {
|
|
15740
|
-
getClearFiltersButton: () => import("@wix/design-system/dist/types/
|
|
16946
|
+
getClearFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
15741
16947
|
getImageGlassArt: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
15742
16948
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
15743
16949
|
getTitleText: () => Promise<string>;
|
|
@@ -15775,8 +16981,22 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
15775
16981
|
isSuccessState: () => Promise<boolean>;
|
|
15776
16982
|
isLoadingState: () => Promise<boolean>;
|
|
15777
16983
|
isErrorState: () => Promise<boolean>;
|
|
15778
|
-
getRetryButton: () => Promise<import("@wix/design-system/dist/types/
|
|
15779
|
-
getErrorText: () => Promise<
|
|
16984
|
+
getRetryButton: () => Promise<import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver>;
|
|
16985
|
+
getErrorText: () => Promise<{
|
|
16986
|
+
getTagName: () => Promise<string>;
|
|
16987
|
+
getText: () => Promise<string>;
|
|
16988
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
16989
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
16990
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
16991
|
+
getId: () => Promise<string>;
|
|
16992
|
+
isLight: () => Promise<boolean>;
|
|
16993
|
+
isSecondary: () => Promise<boolean>;
|
|
16994
|
+
isMasked: () => Promise<boolean>;
|
|
16995
|
+
isWidows: () => Promise<boolean>;
|
|
16996
|
+
exists: () => Promise<boolean>;
|
|
16997
|
+
element: () => Promise<any>;
|
|
16998
|
+
click: () => Promise<void>;
|
|
16999
|
+
}>;
|
|
15780
17000
|
getItemTextAt: (index: number) => Promise<string>;
|
|
15781
17001
|
exists: () => Promise<boolean>;
|
|
15782
17002
|
$: (selector: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
@@ -15809,8 +17029,8 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
15809
17029
|
infiniteScrollLoaderExists: () => Promise<boolean>;
|
|
15810
17030
|
getInfiniteScrollLoaderStatusMessage: () => Promise<string | null>;
|
|
15811
17031
|
getCardErrorStateByDataHook: (dataHook?: string) => {
|
|
15812
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
15813
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
17032
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
17033
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
15814
17034
|
getTitleText: () => Promise<string>;
|
|
15815
17035
|
getSubtitleText: () => Promise<string>;
|
|
15816
17036
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -15824,7 +17044,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
15824
17044
|
click: () => Promise<void>;
|
|
15825
17045
|
};
|
|
15826
17046
|
getTableDefaultNoResultsState: () => {
|
|
15827
|
-
getClearFiltersButton: () => import("@wix/design-system/dist/types/
|
|
17047
|
+
getClearFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
15828
17048
|
getImageGlassArt: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
15829
17049
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
15830
17050
|
getTitleText: () => Promise<string>;
|
|
@@ -15840,7 +17060,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
15840
17060
|
click: () => Promise<void>;
|
|
15841
17061
|
};
|
|
15842
17062
|
getTableDefaultEmptyState: () => {
|
|
15843
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
17063
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
15844
17064
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
15845
17065
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
15846
17066
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -15857,7 +17077,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
15857
17077
|
click: () => Promise<void>;
|
|
15858
17078
|
};
|
|
15859
17079
|
viewsToolbarItemLabelExists: () => Promise<boolean>;
|
|
15860
|
-
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/
|
|
17080
|
+
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
15861
17081
|
scrollDown: (scrollableElementDataHook?: string, options?: {
|
|
15862
17082
|
top?: number | undefined;
|
|
15863
17083
|
}) => Promise<void>;
|
|
@@ -16105,7 +17325,21 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
16105
17325
|
getTypeFormFieldDriver: () => import("@wix/design-system/dist/types/FormField/FormField.uni.driver").FormFieldUniDriver;
|
|
16106
17326
|
getNameFormFieldDriver: () => import("@wix/design-system/dist/types/FormField/FormField.uni.driver").FormFieldUniDriver;
|
|
16107
17327
|
getKeyFormFieldDriver: () => import("@wix/design-system/dist/types/FormField/FormField.uni.driver").FormFieldUniDriver;
|
|
16108
|
-
getFieldKeyTooltip: () =>
|
|
17328
|
+
getFieldKeyTooltip: () => {
|
|
17329
|
+
getTagName: () => Promise<string>;
|
|
17330
|
+
getText: () => Promise<string>;
|
|
17331
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
17332
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
17333
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
17334
|
+
getId: () => Promise<string>;
|
|
17335
|
+
isLight: () => Promise<boolean>;
|
|
17336
|
+
isSecondary: () => Promise<boolean>;
|
|
17337
|
+
isMasked: () => Promise<boolean>;
|
|
17338
|
+
isWidows: () => Promise<boolean>;
|
|
17339
|
+
exists: () => Promise<boolean>;
|
|
17340
|
+
element: () => Promise<any>;
|
|
17341
|
+
click: () => Promise<void>;
|
|
17342
|
+
};
|
|
16109
17343
|
};
|
|
16110
17344
|
getErrorStateNotification: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
16111
17345
|
isSubmitting: () => Promise<boolean>;
|
|
@@ -16121,7 +17355,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
16121
17355
|
getTagByIdx: (idx: number) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
16122
17356
|
getTagById: (tagId: string) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
16123
17357
|
getModalTitle: () => Promise<string>;
|
|
16124
|
-
getCreateBtnDriver: () => import("@wix/design-system/dist/types/
|
|
17358
|
+
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
16125
17359
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
16126
17360
|
clickCloseButton: () => Promise<void>;
|
|
16127
17361
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
@@ -16173,7 +17407,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
16173
17407
|
getTagByIdx: (idx: number) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
16174
17408
|
getTagById: (tagId: string) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
16175
17409
|
getModalTitle: () => Promise<string>;
|
|
16176
|
-
getCreateBtnDriver: () => import("@wix/design-system/dist/types/
|
|
17410
|
+
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
16177
17411
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
16178
17412
|
clickCloseButton: () => Promise<void>;
|
|
16179
17413
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
@@ -16257,6 +17491,47 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
16257
17491
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
16258
17492
|
isOpen: () => Promise<boolean>;
|
|
16259
17493
|
getPlaceholderText: () => Promise<string | null>;
|
|
17494
|
+
getSaveViewModal: () => {
|
|
17495
|
+
exists: () => Promise<boolean>;
|
|
17496
|
+
getTitle: () => Promise<string>;
|
|
17497
|
+
getSubTitle: () => Promise<string>;
|
|
17498
|
+
getSaveButtonText: () => Promise<string>;
|
|
17499
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
17500
|
+
clickSaveButton: () => Promise<void>;
|
|
17501
|
+
getCancelButtonText: () => Promise<string>;
|
|
17502
|
+
clickCancelButton: () => Promise<void>;
|
|
17503
|
+
clickCloseButton: () => Promise<void>;
|
|
17504
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
17505
|
+
getViewNameInputValue: () => Promise<string>;
|
|
17506
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
17507
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
17508
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
17509
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
17510
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
17511
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
17512
|
+
click: () => Promise<void>;
|
|
17513
|
+
element: () => Promise<any>;
|
|
17514
|
+
};
|
|
17515
|
+
getRenameViewModal: () => {
|
|
17516
|
+
exists: () => Promise<boolean>;
|
|
17517
|
+
getTitle: () => Promise<string>;
|
|
17518
|
+
getSubTitle: () => Promise<string>;
|
|
17519
|
+
getSaveButtonText: () => Promise<string>;
|
|
17520
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
17521
|
+
clickSaveButton: () => Promise<void>;
|
|
17522
|
+
getCancelButtonText: () => Promise<string>;
|
|
17523
|
+
clickCancelButton: () => Promise<void>;
|
|
17524
|
+
clickCloseButton: () => Promise<void>;
|
|
17525
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
17526
|
+
getViewNameInputValue: () => Promise<string>;
|
|
17527
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
17528
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
17529
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
17530
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
17531
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
17532
|
+
click: () => Promise<void>;
|
|
17533
|
+
element: () => Promise<any>;
|
|
17534
|
+
};
|
|
16260
17535
|
getViewListItemById: (id: string) => {
|
|
16261
17536
|
click: () => Promise<void>;
|
|
16262
17537
|
select: () => Promise<void>;
|
|
@@ -16286,6 +17561,24 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
16286
17561
|
getCategoriesContent: () => Promise<string[]>;
|
|
16287
17562
|
isViewPendingChanges: () => Promise<boolean>;
|
|
16288
17563
|
isDefaultView: () => Promise<boolean>;
|
|
17564
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
17565
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
17566
|
+
openManageViewPopover: () => Promise<void>;
|
|
17567
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
17568
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
17569
|
+
renameViewActionClick: () => Promise<void>;
|
|
17570
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
17571
|
+
deleteViewActionClick: () => Promise<void>;
|
|
17572
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
17573
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
17574
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
17575
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
17576
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
17577
|
+
saveNewView: (name: string) => Promise<void>;
|
|
17578
|
+
deleteView: (ind: number) => Promise<void>;
|
|
17579
|
+
saveViewChanges: () => Promise<void>;
|
|
17580
|
+
renameView: (name: string) => Promise<void>;
|
|
17581
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
16289
17582
|
click: () => Promise<void>;
|
|
16290
17583
|
element: () => Promise<any>;
|
|
16291
17584
|
};
|
|
@@ -16329,7 +17622,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
16329
17622
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
16330
17623
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
16331
17624
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
16332
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
17625
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
16333
17626
|
click: () => Promise<void>;
|
|
16334
17627
|
element: () => Promise<any>;
|
|
16335
17628
|
};
|
|
@@ -16355,7 +17648,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
16355
17648
|
};
|
|
16356
17649
|
clickClearAllFilters: () => Promise<void>;
|
|
16357
17650
|
getFilterAppliedText: () => Promise<string>;
|
|
16358
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
17651
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
16359
17652
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
16360
17653
|
closeDropdown?: boolean | undefined;
|
|
16361
17654
|
} | undefined) => Promise<string[]>;
|
|
@@ -16711,7 +18004,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
16711
18004
|
isTitleExists: () => Promise<boolean>;
|
|
16712
18005
|
getTitleText: () => Promise<string>;
|
|
16713
18006
|
getSubtitleText: () => Promise<string>;
|
|
16714
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
18007
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
16715
18008
|
applyButton: () => {
|
|
16716
18009
|
getButtonTextContent: () => Promise<string>;
|
|
16717
18010
|
isFocused: () => Promise<boolean>;
|
|
@@ -16788,7 +18081,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
16788
18081
|
scrollDown: () => Promise<void>;
|
|
16789
18082
|
};
|
|
16790
18083
|
clickClearAllFilters: () => Promise<void>;
|
|
16791
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
18084
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
16792
18085
|
getPanelFiltersCount: () => Promise<number>;
|
|
16793
18086
|
getDateRangeFilter: (filterName: string) => {
|
|
16794
18087
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -17096,7 +18389,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
17096
18389
|
isHorizontalScroll: () => Promise<boolean>;
|
|
17097
18390
|
getReorderModeToolbar: () => {
|
|
17098
18391
|
getTitle: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17099
|
-
getLearnMoreBtn: () => import("@wix/design-system/dist/types/
|
|
18392
|
+
getLearnMoreBtn: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
17100
18393
|
getCancelButton: () => {
|
|
17101
18394
|
getButtonTextContent: () => Promise<string>;
|
|
17102
18395
|
isFocused: () => Promise<boolean>;
|
|
@@ -17246,6 +18539,47 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
17246
18539
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
17247
18540
|
isOpen: () => Promise<boolean>;
|
|
17248
18541
|
getPlaceholderText: () => Promise<string | null>;
|
|
18542
|
+
getSaveViewModal: () => {
|
|
18543
|
+
exists: () => Promise<boolean>;
|
|
18544
|
+
getTitle: () => Promise<string>;
|
|
18545
|
+
getSubTitle: () => Promise<string>;
|
|
18546
|
+
getSaveButtonText: () => Promise<string>;
|
|
18547
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
18548
|
+
clickSaveButton: () => Promise<void>;
|
|
18549
|
+
getCancelButtonText: () => Promise<string>;
|
|
18550
|
+
clickCancelButton: () => Promise<void>;
|
|
18551
|
+
clickCloseButton: () => Promise<void>;
|
|
18552
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
18553
|
+
getViewNameInputValue: () => Promise<string>;
|
|
18554
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
18555
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
18556
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
18557
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
18558
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
18559
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
18560
|
+
click: () => Promise<void>;
|
|
18561
|
+
element: () => Promise<any>;
|
|
18562
|
+
};
|
|
18563
|
+
getRenameViewModal: () => {
|
|
18564
|
+
exists: () => Promise<boolean>;
|
|
18565
|
+
getTitle: () => Promise<string>;
|
|
18566
|
+
getSubTitle: () => Promise<string>;
|
|
18567
|
+
getSaveButtonText: () => Promise<string>;
|
|
18568
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
18569
|
+
clickSaveButton: () => Promise<void>;
|
|
18570
|
+
getCancelButtonText: () => Promise<string>;
|
|
18571
|
+
clickCancelButton: () => Promise<void>;
|
|
18572
|
+
clickCloseButton: () => Promise<void>;
|
|
18573
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
18574
|
+
getViewNameInputValue: () => Promise<string>;
|
|
18575
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
18576
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
18577
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
18578
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
18579
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
18580
|
+
click: () => Promise<void>;
|
|
18581
|
+
element: () => Promise<any>;
|
|
18582
|
+
};
|
|
17249
18583
|
getViewListItemById: (id: string) => {
|
|
17250
18584
|
click: () => Promise<void>;
|
|
17251
18585
|
select: () => Promise<void>;
|
|
@@ -17275,6 +18609,24 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
17275
18609
|
getCategoriesContent: () => Promise<string[]>;
|
|
17276
18610
|
isViewPendingChanges: () => Promise<boolean>;
|
|
17277
18611
|
isDefaultView: () => Promise<boolean>;
|
|
18612
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
18613
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
18614
|
+
openManageViewPopover: () => Promise<void>;
|
|
18615
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
18616
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
18617
|
+
renameViewActionClick: () => Promise<void>;
|
|
18618
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
18619
|
+
deleteViewActionClick: () => Promise<void>;
|
|
18620
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
18621
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
18622
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
18623
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
18624
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
18625
|
+
saveNewView: (name: string) => Promise<void>;
|
|
18626
|
+
deleteView: (ind: number) => Promise<void>;
|
|
18627
|
+
saveViewChanges: () => Promise<void>;
|
|
18628
|
+
renameView: (name: string) => Promise<void>;
|
|
18629
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
17278
18630
|
click: () => Promise<void>;
|
|
17279
18631
|
element: () => Promise<any>;
|
|
17280
18632
|
};
|
|
@@ -17318,7 +18670,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
17318
18670
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
17319
18671
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
17320
18672
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
17321
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
18673
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
17322
18674
|
click: () => Promise<void>;
|
|
17323
18675
|
element: () => Promise<any>;
|
|
17324
18676
|
};
|
|
@@ -17344,7 +18696,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
17344
18696
|
};
|
|
17345
18697
|
clickClearAllFilters: () => Promise<void>;
|
|
17346
18698
|
getFilterAppliedText: () => Promise<string>;
|
|
17347
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
18699
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
17348
18700
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
17349
18701
|
closeDropdown?: boolean | undefined;
|
|
17350
18702
|
} | undefined) => Promise<string[]>;
|
|
@@ -17700,7 +19052,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
17700
19052
|
isTitleExists: () => Promise<boolean>;
|
|
17701
19053
|
getTitleText: () => Promise<string>;
|
|
17702
19054
|
getSubtitleText: () => Promise<string>;
|
|
17703
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
19055
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
17704
19056
|
applyButton: () => {
|
|
17705
19057
|
getButtonTextContent: () => Promise<string>;
|
|
17706
19058
|
isFocused: () => Promise<boolean>;
|
|
@@ -17777,7 +19129,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
17777
19129
|
scrollDown: () => Promise<void>;
|
|
17778
19130
|
};
|
|
17779
19131
|
clickClearAllFilters: () => Promise<void>;
|
|
17780
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
19132
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
17781
19133
|
getPanelFiltersCount: () => Promise<number>;
|
|
17782
19134
|
getDateRangeFilter: (filterName: string) => {
|
|
17783
19135
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -17861,6 +19213,47 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
17861
19213
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
17862
19214
|
isOpen: () => Promise<boolean>;
|
|
17863
19215
|
getPlaceholderText: () => Promise<string | null>;
|
|
19216
|
+
getSaveViewModal: () => {
|
|
19217
|
+
exists: () => Promise<boolean>;
|
|
19218
|
+
getTitle: () => Promise<string>;
|
|
19219
|
+
getSubTitle: () => Promise<string>;
|
|
19220
|
+
getSaveButtonText: () => Promise<string>;
|
|
19221
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
19222
|
+
clickSaveButton: () => Promise<void>;
|
|
19223
|
+
getCancelButtonText: () => Promise<string>;
|
|
19224
|
+
clickCancelButton: () => Promise<void>;
|
|
19225
|
+
clickCloseButton: () => Promise<void>;
|
|
19226
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
19227
|
+
getViewNameInputValue: () => Promise<string>;
|
|
19228
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
19229
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
19230
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
19231
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
19232
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
19233
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
19234
|
+
click: () => Promise<void>;
|
|
19235
|
+
element: () => Promise<any>;
|
|
19236
|
+
};
|
|
19237
|
+
getRenameViewModal: () => {
|
|
19238
|
+
exists: () => Promise<boolean>;
|
|
19239
|
+
getTitle: () => Promise<string>;
|
|
19240
|
+
getSubTitle: () => Promise<string>;
|
|
19241
|
+
getSaveButtonText: () => Promise<string>;
|
|
19242
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
19243
|
+
clickSaveButton: () => Promise<void>;
|
|
19244
|
+
getCancelButtonText: () => Promise<string>;
|
|
19245
|
+
clickCancelButton: () => Promise<void>;
|
|
19246
|
+
clickCloseButton: () => Promise<void>;
|
|
19247
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
19248
|
+
getViewNameInputValue: () => Promise<string>;
|
|
19249
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
19250
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
19251
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
19252
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
19253
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
19254
|
+
click: () => Promise<void>;
|
|
19255
|
+
element: () => Promise<any>;
|
|
19256
|
+
};
|
|
17864
19257
|
getViewListItemById: (id: string) => {
|
|
17865
19258
|
click: () => Promise<void>;
|
|
17866
19259
|
select: () => Promise<void>;
|
|
@@ -17890,6 +19283,24 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
17890
19283
|
getCategoriesContent: () => Promise<string[]>;
|
|
17891
19284
|
isViewPendingChanges: () => Promise<boolean>;
|
|
17892
19285
|
isDefaultView: () => Promise<boolean>;
|
|
19286
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
19287
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
19288
|
+
openManageViewPopover: () => Promise<void>;
|
|
19289
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
19290
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
19291
|
+
renameViewActionClick: () => Promise<void>;
|
|
19292
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
19293
|
+
deleteViewActionClick: () => Promise<void>;
|
|
19294
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
19295
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
19296
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
19297
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
19298
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
19299
|
+
saveNewView: (name: string) => Promise<void>;
|
|
19300
|
+
deleteView: (ind: number) => Promise<void>;
|
|
19301
|
+
saveViewChanges: () => Promise<void>;
|
|
19302
|
+
renameView: (name: string) => Promise<void>;
|
|
19303
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
17893
19304
|
click: () => Promise<void>;
|
|
17894
19305
|
element: () => Promise<any>;
|
|
17895
19306
|
};
|
|
@@ -17933,7 +19344,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
17933
19344
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
17934
19345
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
17935
19346
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
17936
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
19347
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
17937
19348
|
click: () => Promise<void>;
|
|
17938
19349
|
element: () => Promise<any>;
|
|
17939
19350
|
};
|
|
@@ -17959,7 +19370,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
17959
19370
|
};
|
|
17960
19371
|
clickClearAllFilters: () => Promise<void>;
|
|
17961
19372
|
getFilterAppliedText: () => Promise<string>;
|
|
17962
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
19373
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
17963
19374
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
17964
19375
|
closeDropdown?: boolean | undefined;
|
|
17965
19376
|
} | undefined) => Promise<string[]>;
|
|
@@ -18315,7 +19726,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
18315
19726
|
isTitleExists: () => Promise<boolean>;
|
|
18316
19727
|
getTitleText: () => Promise<string>;
|
|
18317
19728
|
getSubtitleText: () => Promise<string>;
|
|
18318
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
19729
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
18319
19730
|
applyButton: () => {
|
|
18320
19731
|
getButtonTextContent: () => Promise<string>;
|
|
18321
19732
|
isFocused: () => Promise<boolean>;
|
|
@@ -18392,7 +19803,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
18392
19803
|
scrollDown: () => Promise<void>;
|
|
18393
19804
|
};
|
|
18394
19805
|
clickClearAllFilters: () => Promise<void>;
|
|
18395
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
19806
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
18396
19807
|
getPanelFiltersCount: () => Promise<number>;
|
|
18397
19808
|
getDateRangeFilter: (filterName: string) => {
|
|
18398
19809
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -18448,8 +19859,8 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
18448
19859
|
element: () => Promise<any>;
|
|
18449
19860
|
};
|
|
18450
19861
|
getErrorStateByDataHook: (dataHook?: string) => {
|
|
18451
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
18452
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
19862
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
19863
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
18453
19864
|
getTitleText: () => Promise<string>;
|
|
18454
19865
|
getSubtitleText: () => Promise<string>;
|
|
18455
19866
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -18463,7 +19874,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
18463
19874
|
click: () => Promise<void>;
|
|
18464
19875
|
};
|
|
18465
19876
|
getEmptyStateByDataHook: (dataHook?: string) => {
|
|
18466
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
19877
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
18467
19878
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
18468
19879
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
18469
19880
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -18480,8 +19891,8 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
18480
19891
|
click: () => Promise<void>;
|
|
18481
19892
|
};
|
|
18482
19893
|
getCardErrorStateByDataHook: (dataHook?: string) => {
|
|
18483
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
18484
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
19894
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
19895
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
18485
19896
|
getTitleText: () => Promise<string>;
|
|
18486
19897
|
getSubtitleText: () => Promise<string>;
|
|
18487
19898
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -18494,7 +19905,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
18494
19905
|
element: () => Promise<any>;
|
|
18495
19906
|
click: () => Promise<void>;
|
|
18496
19907
|
};
|
|
18497
|
-
_toggleShowAllFoldersButton: () => import("@wix/design-system/dist/types/
|
|
19908
|
+
_toggleShowAllFoldersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
18498
19909
|
clickToggleShowAllFoldersButton: () => Promise<void>;
|
|
18499
19910
|
toggleShowAllFoldersButtonExists: () => Promise<boolean>;
|
|
18500
19911
|
foldersSection: () => {
|
|
@@ -18510,8 +19921,8 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
18510
19921
|
refreshLoaderExists: () => Promise<boolean>;
|
|
18511
19922
|
refreshLoaderSkeletonCount: () => Promise<number>;
|
|
18512
19923
|
getErrorStateByDataHook: (dataHook?: string) => {
|
|
18513
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
18514
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
19924
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
19925
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
18515
19926
|
getTitleText: () => Promise<string>;
|
|
18516
19927
|
getSubtitleText: () => Promise<string>;
|
|
18517
19928
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -18525,8 +19936,8 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
18525
19936
|
click: () => Promise<void>;
|
|
18526
19937
|
};
|
|
18527
19938
|
getCardErrorStateByDataHook: (dataHook?: string) => {
|
|
18528
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
18529
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
19939
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
19940
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
18530
19941
|
getTitleText: () => Promise<string>;
|
|
18531
19942
|
getSubtitleText: () => Promise<string>;
|
|
18532
19943
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -18540,7 +19951,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
18540
19951
|
click: () => Promise<void>;
|
|
18541
19952
|
};
|
|
18542
19953
|
getEmptyStateByDataHook: (dataHook?: string) => {
|
|
18543
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
19954
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
18544
19955
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
18545
19956
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
18546
19957
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -18584,7 +19995,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
18584
19995
|
click: () => Promise<void>;
|
|
18585
19996
|
};
|
|
18586
19997
|
getNoResultsStateByDataHook: (dataHook?: string) => {
|
|
18587
|
-
getClearFiltersButton: () => import("@wix/design-system/dist/types/
|
|
19998
|
+
getClearFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
18588
19999
|
getImageGlassArt: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
18589
20000
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
18590
20001
|
getTitleText: () => Promise<string>;
|
|
@@ -18600,6 +20011,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
18600
20011
|
click: () => Promise<void>;
|
|
18601
20012
|
};
|
|
18602
20013
|
getRenderedItemsCount: () => Promise<number>;
|
|
20014
|
+
gridContainerExists: () => Promise<boolean>;
|
|
18603
20015
|
getVirtualizedRowsCount: () => Promise<number>;
|
|
18604
20016
|
initialLoaderSkeletonCount: () => Promise<number>;
|
|
18605
20017
|
getLastRenderedItemIndex: () => Promise<number | null>;
|
|
@@ -18609,6 +20021,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
18609
20021
|
getSubtitle: () => Promise<string | null>;
|
|
18610
20022
|
getBackgroundImageUrl: () => Promise<string | null>;
|
|
18611
20023
|
click: () => Promise<void>;
|
|
20024
|
+
clickOnContainer: () => Promise<void>;
|
|
18612
20025
|
clickFooter: () => Promise<void>;
|
|
18613
20026
|
getPrimaryActionLabel: () => Promise<string>;
|
|
18614
20027
|
isPrimaryActionDisabled: () => Promise<boolean>;
|
|
@@ -18632,6 +20045,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
18632
20045
|
getSubtitle: () => Promise<string | null>;
|
|
18633
20046
|
getBackgroundImageUrl: () => Promise<string | null>;
|
|
18634
20047
|
click: () => Promise<void>;
|
|
20048
|
+
clickOnContainer: () => Promise<void>;
|
|
18635
20049
|
clickFooter: () => Promise<void>;
|
|
18636
20050
|
getPrimaryActionLabel: () => Promise<string>;
|
|
18637
20051
|
isPrimaryActionDisabled: () => Promise<boolean>;
|
|
@@ -18664,7 +20078,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
18664
20078
|
click: () => Promise<void>;
|
|
18665
20079
|
}>;
|
|
18666
20080
|
getCardDefaultEmptyState: (dataHook?: string) => {
|
|
18667
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
20081
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
18668
20082
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
18669
20083
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
18670
20084
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -18724,6 +20138,47 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
18724
20138
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
18725
20139
|
isOpen: () => Promise<boolean>;
|
|
18726
20140
|
getPlaceholderText: () => Promise<string | null>;
|
|
20141
|
+
getSaveViewModal: () => {
|
|
20142
|
+
exists: () => Promise<boolean>;
|
|
20143
|
+
getTitle: () => Promise<string>;
|
|
20144
|
+
getSubTitle: () => Promise<string>;
|
|
20145
|
+
getSaveButtonText: () => Promise<string>;
|
|
20146
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
20147
|
+
clickSaveButton: () => Promise<void>;
|
|
20148
|
+
getCancelButtonText: () => Promise<string>;
|
|
20149
|
+
clickCancelButton: () => Promise<void>;
|
|
20150
|
+
clickCloseButton: () => Promise<void>;
|
|
20151
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
20152
|
+
getViewNameInputValue: () => Promise<string>;
|
|
20153
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
20154
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
20155
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
20156
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
20157
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
20158
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
20159
|
+
click: () => Promise<void>;
|
|
20160
|
+
element: () => Promise<any>;
|
|
20161
|
+
};
|
|
20162
|
+
getRenameViewModal: () => {
|
|
20163
|
+
exists: () => Promise<boolean>;
|
|
20164
|
+
getTitle: () => Promise<string>;
|
|
20165
|
+
getSubTitle: () => Promise<string>;
|
|
20166
|
+
getSaveButtonText: () => Promise<string>;
|
|
20167
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
20168
|
+
clickSaveButton: () => Promise<void>;
|
|
20169
|
+
getCancelButtonText: () => Promise<string>;
|
|
20170
|
+
clickCancelButton: () => Promise<void>;
|
|
20171
|
+
clickCloseButton: () => Promise<void>;
|
|
20172
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
20173
|
+
getViewNameInputValue: () => Promise<string>;
|
|
20174
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
20175
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
20176
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
20177
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
20178
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
20179
|
+
click: () => Promise<void>;
|
|
20180
|
+
element: () => Promise<any>;
|
|
20181
|
+
};
|
|
18727
20182
|
getViewListItemById: (id: string) => {
|
|
18728
20183
|
click: () => Promise<void>;
|
|
18729
20184
|
select: () => Promise<void>;
|
|
@@ -18753,6 +20208,24 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
18753
20208
|
getCategoriesContent: () => Promise<string[]>;
|
|
18754
20209
|
isViewPendingChanges: () => Promise<boolean>;
|
|
18755
20210
|
isDefaultView: () => Promise<boolean>;
|
|
20211
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
20212
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
20213
|
+
openManageViewPopover: () => Promise<void>;
|
|
20214
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
20215
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
20216
|
+
renameViewActionClick: () => Promise<void>;
|
|
20217
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
20218
|
+
deleteViewActionClick: () => Promise<void>;
|
|
20219
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
20220
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
20221
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
20222
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
20223
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
20224
|
+
saveNewView: (name: string) => Promise<void>;
|
|
20225
|
+
deleteView: (ind: number) => Promise<void>;
|
|
20226
|
+
saveViewChanges: () => Promise<void>;
|
|
20227
|
+
renameView: (name: string) => Promise<void>;
|
|
20228
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
18756
20229
|
click: () => Promise<void>;
|
|
18757
20230
|
element: () => Promise<any>;
|
|
18758
20231
|
};
|
|
@@ -18796,7 +20269,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
18796
20269
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
18797
20270
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
18798
20271
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
18799
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
20272
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
18800
20273
|
click: () => Promise<void>;
|
|
18801
20274
|
element: () => Promise<any>;
|
|
18802
20275
|
};
|
|
@@ -18822,7 +20295,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
18822
20295
|
};
|
|
18823
20296
|
clickClearAllFilters: () => Promise<void>;
|
|
18824
20297
|
getFilterAppliedText: () => Promise<string>;
|
|
18825
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
20298
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
18826
20299
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
18827
20300
|
closeDropdown?: boolean | undefined;
|
|
18828
20301
|
} | undefined) => Promise<string[]>;
|
|
@@ -19178,7 +20651,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
19178
20651
|
isTitleExists: () => Promise<boolean>;
|
|
19179
20652
|
getTitleText: () => Promise<string>;
|
|
19180
20653
|
getSubtitleText: () => Promise<string>;
|
|
19181
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
20654
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
19182
20655
|
applyButton: () => {
|
|
19183
20656
|
getButtonTextContent: () => Promise<string>;
|
|
19184
20657
|
isFocused: () => Promise<boolean>;
|
|
@@ -19255,7 +20728,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
19255
20728
|
scrollDown: () => Promise<void>;
|
|
19256
20729
|
};
|
|
19257
20730
|
clickClearAllFilters: () => Promise<void>;
|
|
19258
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
20731
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
19259
20732
|
getPanelFiltersCount: () => Promise<number>;
|
|
19260
20733
|
getDateRangeFilter: (filterName: string) => {
|
|
19261
20734
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -19330,7 +20803,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
19330
20803
|
};
|
|
19331
20804
|
enterSearchText: (text: string) => Promise<void>;
|
|
19332
20805
|
clearSearchText: () => Promise<void>;
|
|
19333
|
-
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/
|
|
20806
|
+
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
19334
20807
|
scrollDown: (scrollableElementDataHook?: string) => Promise<void>;
|
|
19335
20808
|
scrollDownToItem: (index: number, { timeout, delay, scrollableElementDataHook, }?: {
|
|
19336
20809
|
timeout?: number | undefined;
|
|
@@ -19458,6 +20931,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
19458
20931
|
getSubtitle: () => Promise<string | null>;
|
|
19459
20932
|
getBackgroundImageUrl: () => Promise<string | null>;
|
|
19460
20933
|
click: () => Promise<void>;
|
|
20934
|
+
clickOnContainer: () => Promise<void>;
|
|
19461
20935
|
clickFooter: () => Promise<void>;
|
|
19462
20936
|
getPrimaryActionLabel: () => Promise<string>;
|
|
19463
20937
|
isPrimaryActionDisabled: () => Promise<boolean>;
|
|
@@ -19483,8 +20957,22 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
19483
20957
|
isSuccessState: () => Promise<boolean>;
|
|
19484
20958
|
isLoadingState: () => Promise<boolean>;
|
|
19485
20959
|
isErrorState: () => Promise<boolean>;
|
|
19486
|
-
getRetryButton: () => Promise<import("@wix/design-system/dist/types/
|
|
19487
|
-
getErrorText: () => Promise<
|
|
20960
|
+
getRetryButton: () => Promise<import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver>;
|
|
20961
|
+
getErrorText: () => Promise<{
|
|
20962
|
+
getTagName: () => Promise<string>;
|
|
20963
|
+
getText: () => Promise<string>;
|
|
20964
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
20965
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
20966
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
20967
|
+
getId: () => Promise<string>;
|
|
20968
|
+
isLight: () => Promise<boolean>;
|
|
20969
|
+
isSecondary: () => Promise<boolean>;
|
|
20970
|
+
isMasked: () => Promise<boolean>;
|
|
20971
|
+
isWidows: () => Promise<boolean>;
|
|
20972
|
+
exists: () => Promise<boolean>;
|
|
20973
|
+
element: () => Promise<any>;
|
|
20974
|
+
click: () => Promise<void>;
|
|
20975
|
+
}>;
|
|
19488
20976
|
getItemTextAt: (index: number) => Promise<string>;
|
|
19489
20977
|
exists: () => Promise<boolean>;
|
|
19490
20978
|
$: (selector: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
@@ -19507,6 +20995,15 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
19507
20995
|
isDisplayed?: (() => Promise<boolean>) | undefined;
|
|
19508
20996
|
scrollIntoView?: (() => Promise<{}>) | undefined;
|
|
19509
20997
|
}>;
|
|
20998
|
+
getSectionHeaderAt: (index: number) => {
|
|
20999
|
+
getPrimaryAction: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
21000
|
+
getTitle: () => Promise<string>;
|
|
21001
|
+
exists: () => Promise<boolean>;
|
|
21002
|
+
element: () => Promise<any>;
|
|
21003
|
+
click: () => Promise<void>;
|
|
21004
|
+
};
|
|
21005
|
+
getSectionHeadersCount: () => Promise<number>;
|
|
21006
|
+
getSectionGridAt: (index: number) => any;
|
|
19510
21007
|
exists: () => Promise<boolean>;
|
|
19511
21008
|
click: () => Promise<void>;
|
|
19512
21009
|
element: () => Promise<any>;
|
|
@@ -19530,8 +21027,8 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
19530
21027
|
refreshLoaderExists: () => Promise<boolean>;
|
|
19531
21028
|
refreshLoaderSkeletonCount: () => Promise<number>;
|
|
19532
21029
|
getErrorStateByDataHook: (dataHook?: string) => {
|
|
19533
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
19534
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
21030
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
21031
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
19535
21032
|
getTitleText: () => Promise<string>;
|
|
19536
21033
|
getSubtitleText: () => Promise<string>;
|
|
19537
21034
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -19545,8 +21042,8 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
19545
21042
|
click: () => Promise<void>;
|
|
19546
21043
|
};
|
|
19547
21044
|
getCardErrorStateByDataHook: (dataHook?: string) => {
|
|
19548
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
19549
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
21045
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
21046
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
19550
21047
|
getTitleText: () => Promise<string>;
|
|
19551
21048
|
getSubtitleText: () => Promise<string>;
|
|
19552
21049
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -19560,7 +21057,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
19560
21057
|
click: () => Promise<void>;
|
|
19561
21058
|
};
|
|
19562
21059
|
getEmptyStateByDataHook: (dataHook?: string) => {
|
|
19563
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
21060
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
19564
21061
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
19565
21062
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
19566
21063
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -19604,7 +21101,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
19604
21101
|
click: () => Promise<void>;
|
|
19605
21102
|
};
|
|
19606
21103
|
getNoResultsStateByDataHook: (dataHook?: string) => {
|
|
19607
|
-
getClearFiltersButton: () => import("@wix/design-system/dist/types/
|
|
21104
|
+
getClearFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
19608
21105
|
getImageGlassArt: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
19609
21106
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
19610
21107
|
getTitleText: () => Promise<string>;
|
|
@@ -19620,6 +21117,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
19620
21117
|
click: () => Promise<void>;
|
|
19621
21118
|
};
|
|
19622
21119
|
getRenderedItemsCount: () => Promise<number>;
|
|
21120
|
+
gridContainerExists: () => Promise<boolean>;
|
|
19623
21121
|
getVirtualizedRowsCount: () => Promise<number>;
|
|
19624
21122
|
initialLoaderSkeletonCount: () => Promise<number>;
|
|
19625
21123
|
getLastRenderedItemIndex: () => Promise<number | null>;
|
|
@@ -19629,6 +21127,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
19629
21127
|
getSubtitle: () => Promise<string | null>;
|
|
19630
21128
|
getBackgroundImageUrl: () => Promise<string | null>;
|
|
19631
21129
|
click: () => Promise<void>;
|
|
21130
|
+
clickOnContainer: () => Promise<void>;
|
|
19632
21131
|
clickFooter: () => Promise<void>;
|
|
19633
21132
|
getPrimaryActionLabel: () => Promise<string>;
|
|
19634
21133
|
isPrimaryActionDisabled: () => Promise<boolean>;
|
|
@@ -19652,6 +21151,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
19652
21151
|
getSubtitle: () => Promise<string | null>;
|
|
19653
21152
|
getBackgroundImageUrl: () => Promise<string | null>;
|
|
19654
21153
|
click: () => Promise<void>;
|
|
21154
|
+
clickOnContainer: () => Promise<void>;
|
|
19655
21155
|
clickFooter: () => Promise<void>;
|
|
19656
21156
|
getPrimaryActionLabel: () => Promise<string>;
|
|
19657
21157
|
isPrimaryActionDisabled: () => Promise<boolean>;
|
|
@@ -19684,7 +21184,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
19684
21184
|
click: () => Promise<void>;
|
|
19685
21185
|
}>;
|
|
19686
21186
|
getCardDefaultEmptyState: (dataHook?: string) => {
|
|
19687
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
21187
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
19688
21188
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
19689
21189
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
19690
21190
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -19744,6 +21244,47 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
19744
21244
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
19745
21245
|
isOpen: () => Promise<boolean>;
|
|
19746
21246
|
getPlaceholderText: () => Promise<string | null>;
|
|
21247
|
+
getSaveViewModal: () => {
|
|
21248
|
+
exists: () => Promise<boolean>;
|
|
21249
|
+
getTitle: () => Promise<string>;
|
|
21250
|
+
getSubTitle: () => Promise<string>;
|
|
21251
|
+
getSaveButtonText: () => Promise<string>;
|
|
21252
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
21253
|
+
clickSaveButton: () => Promise<void>;
|
|
21254
|
+
getCancelButtonText: () => Promise<string>;
|
|
21255
|
+
clickCancelButton: () => Promise<void>;
|
|
21256
|
+
clickCloseButton: () => Promise<void>;
|
|
21257
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
21258
|
+
getViewNameInputValue: () => Promise<string>;
|
|
21259
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
21260
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
21261
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
21262
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
21263
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
21264
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
21265
|
+
click: () => Promise<void>;
|
|
21266
|
+
element: () => Promise<any>;
|
|
21267
|
+
};
|
|
21268
|
+
getRenameViewModal: () => {
|
|
21269
|
+
exists: () => Promise<boolean>;
|
|
21270
|
+
getTitle: () => Promise<string>;
|
|
21271
|
+
getSubTitle: () => Promise<string>;
|
|
21272
|
+
getSaveButtonText: () => Promise<string>;
|
|
21273
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
21274
|
+
clickSaveButton: () => Promise<void>;
|
|
21275
|
+
getCancelButtonText: () => Promise<string>;
|
|
21276
|
+
clickCancelButton: () => Promise<void>;
|
|
21277
|
+
clickCloseButton: () => Promise<void>;
|
|
21278
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
21279
|
+
getViewNameInputValue: () => Promise<string>;
|
|
21280
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
21281
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
21282
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
21283
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
21284
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
21285
|
+
click: () => Promise<void>;
|
|
21286
|
+
element: () => Promise<any>;
|
|
21287
|
+
};
|
|
19747
21288
|
getViewListItemById: (id: string) => {
|
|
19748
21289
|
click: () => Promise<void>;
|
|
19749
21290
|
select: () => Promise<void>;
|
|
@@ -19773,6 +21314,24 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
19773
21314
|
getCategoriesContent: () => Promise<string[]>;
|
|
19774
21315
|
isViewPendingChanges: () => Promise<boolean>;
|
|
19775
21316
|
isDefaultView: () => Promise<boolean>;
|
|
21317
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
21318
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
21319
|
+
openManageViewPopover: () => Promise<void>;
|
|
21320
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
21321
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
21322
|
+
renameViewActionClick: () => Promise<void>;
|
|
21323
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
21324
|
+
deleteViewActionClick: () => Promise<void>;
|
|
21325
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
21326
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
21327
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
21328
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
21329
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
21330
|
+
saveNewView: (name: string) => Promise<void>;
|
|
21331
|
+
deleteView: (ind: number) => Promise<void>;
|
|
21332
|
+
saveViewChanges: () => Promise<void>;
|
|
21333
|
+
renameView: (name: string) => Promise<void>;
|
|
21334
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
19776
21335
|
click: () => Promise<void>;
|
|
19777
21336
|
element: () => Promise<any>;
|
|
19778
21337
|
};
|
|
@@ -19816,7 +21375,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
19816
21375
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
19817
21376
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
19818
21377
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
19819
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
21378
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
19820
21379
|
click: () => Promise<void>;
|
|
19821
21380
|
element: () => Promise<any>;
|
|
19822
21381
|
};
|
|
@@ -19842,7 +21401,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
19842
21401
|
};
|
|
19843
21402
|
clickClearAllFilters: () => Promise<void>;
|
|
19844
21403
|
getFilterAppliedText: () => Promise<string>;
|
|
19845
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
21404
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
19846
21405
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
19847
21406
|
closeDropdown?: boolean | undefined;
|
|
19848
21407
|
} | undefined) => Promise<string[]>;
|
|
@@ -20198,7 +21757,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
20198
21757
|
isTitleExists: () => Promise<boolean>;
|
|
20199
21758
|
getTitleText: () => Promise<string>;
|
|
20200
21759
|
getSubtitleText: () => Promise<string>;
|
|
20201
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
21760
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
20202
21761
|
applyButton: () => {
|
|
20203
21762
|
getButtonTextContent: () => Promise<string>;
|
|
20204
21763
|
isFocused: () => Promise<boolean>;
|
|
@@ -20275,7 +21834,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
20275
21834
|
scrollDown: () => Promise<void>;
|
|
20276
21835
|
};
|
|
20277
21836
|
clickClearAllFilters: () => Promise<void>;
|
|
20278
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
21837
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
20279
21838
|
getPanelFiltersCount: () => Promise<number>;
|
|
20280
21839
|
getDateRangeFilter: (filterName: string) => {
|
|
20281
21840
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -20350,7 +21909,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
20350
21909
|
};
|
|
20351
21910
|
enterSearchText: (text: string) => Promise<void>;
|
|
20352
21911
|
clearSearchText: () => Promise<void>;
|
|
20353
|
-
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/
|
|
21912
|
+
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
20354
21913
|
scrollDown: (scrollableElementDataHook?: string) => Promise<void>;
|
|
20355
21914
|
scrollDownToItem: (index: number, { timeout, delay, scrollableElementDataHook, }?: {
|
|
20356
21915
|
timeout?: number | undefined;
|
|
@@ -20478,6 +22037,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
20478
22037
|
getSubtitle: () => Promise<string | null>;
|
|
20479
22038
|
getBackgroundImageUrl: () => Promise<string | null>;
|
|
20480
22039
|
click: () => Promise<void>;
|
|
22040
|
+
clickOnContainer: () => Promise<void>;
|
|
20481
22041
|
clickFooter: () => Promise<void>;
|
|
20482
22042
|
getPrimaryActionLabel: () => Promise<string>;
|
|
20483
22043
|
isPrimaryActionDisabled: () => Promise<boolean>;
|
|
@@ -20503,8 +22063,22 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
20503
22063
|
isSuccessState: () => Promise<boolean>;
|
|
20504
22064
|
isLoadingState: () => Promise<boolean>;
|
|
20505
22065
|
isErrorState: () => Promise<boolean>;
|
|
20506
|
-
getRetryButton: () => Promise<import("@wix/design-system/dist/types/
|
|
20507
|
-
getErrorText: () => Promise<
|
|
22066
|
+
getRetryButton: () => Promise<import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver>;
|
|
22067
|
+
getErrorText: () => Promise<{
|
|
22068
|
+
getTagName: () => Promise<string>;
|
|
22069
|
+
getText: () => Promise<string>;
|
|
22070
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
22071
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
22072
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
22073
|
+
getId: () => Promise<string>;
|
|
22074
|
+
isLight: () => Promise<boolean>;
|
|
22075
|
+
isSecondary: () => Promise<boolean>;
|
|
22076
|
+
isMasked: () => Promise<boolean>;
|
|
22077
|
+
isWidows: () => Promise<boolean>;
|
|
22078
|
+
exists: () => Promise<boolean>;
|
|
22079
|
+
element: () => Promise<any>;
|
|
22080
|
+
click: () => Promise<void>;
|
|
22081
|
+
}>;
|
|
20508
22082
|
getItemTextAt: (index: number) => Promise<string>;
|
|
20509
22083
|
exists: () => Promise<boolean>;
|
|
20510
22084
|
$: (selector: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
@@ -20527,6 +22101,15 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
20527
22101
|
isDisplayed?: (() => Promise<boolean>) | undefined;
|
|
20528
22102
|
scrollIntoView?: (() => Promise<{}>) | undefined;
|
|
20529
22103
|
}>;
|
|
22104
|
+
getSectionHeaderAt: (index: number) => {
|
|
22105
|
+
getPrimaryAction: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
22106
|
+
getTitle: () => Promise<string>;
|
|
22107
|
+
exists: () => Promise<boolean>;
|
|
22108
|
+
element: () => Promise<any>;
|
|
22109
|
+
click: () => Promise<void>;
|
|
22110
|
+
};
|
|
22111
|
+
getSectionHeadersCount: () => Promise<number>;
|
|
22112
|
+
getSectionGridAt: (index: number) => any;
|
|
20530
22113
|
exists: () => Promise<boolean>;
|
|
20531
22114
|
click: () => Promise<void>;
|
|
20532
22115
|
element: () => Promise<any>;
|
|
@@ -20558,8 +22141,22 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
20558
22141
|
isSuccessState: () => Promise<boolean>;
|
|
20559
22142
|
isLoadingState: () => Promise<boolean>;
|
|
20560
22143
|
isErrorState: () => Promise<boolean>;
|
|
20561
|
-
getRetryButton: () => Promise<import("@wix/design-system/dist/types/
|
|
20562
|
-
getErrorText: () => Promise<
|
|
22144
|
+
getRetryButton: () => Promise<import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver>;
|
|
22145
|
+
getErrorText: () => Promise<{
|
|
22146
|
+
getTagName: () => Promise<string>;
|
|
22147
|
+
getText: () => Promise<string>;
|
|
22148
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
22149
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
22150
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
22151
|
+
getId: () => Promise<string>;
|
|
22152
|
+
isLight: () => Promise<boolean>;
|
|
22153
|
+
isSecondary: () => Promise<boolean>;
|
|
22154
|
+
isMasked: () => Promise<boolean>;
|
|
22155
|
+
isWidows: () => Promise<boolean>;
|
|
22156
|
+
exists: () => Promise<boolean>;
|
|
22157
|
+
element: () => Promise<any>;
|
|
22158
|
+
click: () => Promise<void>;
|
|
22159
|
+
}>;
|
|
20563
22160
|
getItemTextAt: (index: number) => Promise<string>;
|
|
20564
22161
|
exists: () => Promise<boolean>;
|
|
20565
22162
|
$: (selector: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
@@ -20592,8 +22189,22 @@ export declare const TableGridSwitchFoldersTestkit: (obj: import("@wix/wix-ui-te
|
|
|
20592
22189
|
isSuccessState: () => Promise<boolean>;
|
|
20593
22190
|
isLoadingState: () => Promise<boolean>;
|
|
20594
22191
|
isErrorState: () => Promise<boolean>;
|
|
20595
|
-
getRetryButton: () => Promise<import("@wix/design-system/dist/types/
|
|
20596
|
-
getErrorText: () => Promise<
|
|
22192
|
+
getRetryButton: () => Promise<import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver>;
|
|
22193
|
+
getErrorText: () => Promise<{
|
|
22194
|
+
getTagName: () => Promise<string>;
|
|
22195
|
+
getText: () => Promise<string>;
|
|
22196
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
22197
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
22198
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
22199
|
+
getId: () => Promise<string>;
|
|
22200
|
+
isLight: () => Promise<boolean>;
|
|
22201
|
+
isSecondary: () => Promise<boolean>;
|
|
22202
|
+
isMasked: () => Promise<boolean>;
|
|
22203
|
+
isWidows: () => Promise<boolean>;
|
|
22204
|
+
exists: () => Promise<boolean>;
|
|
22205
|
+
element: () => Promise<any>;
|
|
22206
|
+
click: () => Promise<void>;
|
|
22207
|
+
}>;
|
|
20597
22208
|
getItemTextAt: (index: number) => Promise<string>;
|
|
20598
22209
|
exists: () => Promise<boolean>;
|
|
20599
22210
|
$: (selector: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
@@ -20674,6 +22285,47 @@ export declare const InfiniteScrollCollectionListTestkit: (obj: import("@wix/wix
|
|
|
20674
22285
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
20675
22286
|
isOpen: () => Promise<boolean>;
|
|
20676
22287
|
getPlaceholderText: () => Promise<string | null>;
|
|
22288
|
+
getSaveViewModal: () => {
|
|
22289
|
+
exists: () => Promise<boolean>;
|
|
22290
|
+
getTitle: () => Promise<string>;
|
|
22291
|
+
getSubTitle: () => Promise<string>;
|
|
22292
|
+
getSaveButtonText: () => Promise<string>;
|
|
22293
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
22294
|
+
clickSaveButton: () => Promise<void>;
|
|
22295
|
+
getCancelButtonText: () => Promise<string>;
|
|
22296
|
+
clickCancelButton: () => Promise<void>;
|
|
22297
|
+
clickCloseButton: () => Promise<void>;
|
|
22298
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
22299
|
+
getViewNameInputValue: () => Promise<string>;
|
|
22300
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
22301
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
22302
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
22303
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
22304
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
22305
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
22306
|
+
click: () => Promise<void>;
|
|
22307
|
+
element: () => Promise<any>;
|
|
22308
|
+
};
|
|
22309
|
+
getRenameViewModal: () => {
|
|
22310
|
+
exists: () => Promise<boolean>;
|
|
22311
|
+
getTitle: () => Promise<string>;
|
|
22312
|
+
getSubTitle: () => Promise<string>;
|
|
22313
|
+
getSaveButtonText: () => Promise<string>;
|
|
22314
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
22315
|
+
clickSaveButton: () => Promise<void>;
|
|
22316
|
+
getCancelButtonText: () => Promise<string>;
|
|
22317
|
+
clickCancelButton: () => Promise<void>;
|
|
22318
|
+
clickCloseButton: () => Promise<void>;
|
|
22319
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
22320
|
+
getViewNameInputValue: () => Promise<string>;
|
|
22321
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
22322
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
22323
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
22324
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
22325
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
22326
|
+
click: () => Promise<void>;
|
|
22327
|
+
element: () => Promise<any>;
|
|
22328
|
+
};
|
|
20677
22329
|
getViewListItemById: (id: string) => {
|
|
20678
22330
|
click: () => Promise<void>;
|
|
20679
22331
|
select: () => Promise<void>;
|
|
@@ -20703,6 +22355,24 @@ export declare const InfiniteScrollCollectionListTestkit: (obj: import("@wix/wix
|
|
|
20703
22355
|
getCategoriesContent: () => Promise<string[]>;
|
|
20704
22356
|
isViewPendingChanges: () => Promise<boolean>;
|
|
20705
22357
|
isDefaultView: () => Promise<boolean>;
|
|
22358
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
22359
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
22360
|
+
openManageViewPopover: () => Promise<void>;
|
|
22361
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
22362
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
22363
|
+
renameViewActionClick: () => Promise<void>;
|
|
22364
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
22365
|
+
deleteViewActionClick: () => Promise<void>;
|
|
22366
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
22367
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
22368
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
22369
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
22370
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
22371
|
+
saveNewView: (name: string) => Promise<void>;
|
|
22372
|
+
deleteView: (ind: number) => Promise<void>;
|
|
22373
|
+
saveViewChanges: () => Promise<void>;
|
|
22374
|
+
renameView: (name: string) => Promise<void>;
|
|
22375
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
20706
22376
|
click: () => Promise<void>;
|
|
20707
22377
|
element: () => Promise<any>;
|
|
20708
22378
|
};
|
|
@@ -20746,7 +22416,7 @@ export declare const InfiniteScrollCollectionListTestkit: (obj: import("@wix/wix
|
|
|
20746
22416
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
20747
22417
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
20748
22418
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
20749
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
22419
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
20750
22420
|
click: () => Promise<void>;
|
|
20751
22421
|
element: () => Promise<any>;
|
|
20752
22422
|
};
|
|
@@ -20772,7 +22442,7 @@ export declare const InfiniteScrollCollectionListTestkit: (obj: import("@wix/wix
|
|
|
20772
22442
|
};
|
|
20773
22443
|
clickClearAllFilters: () => Promise<void>;
|
|
20774
22444
|
getFilterAppliedText: () => Promise<string>;
|
|
20775
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
22445
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
20776
22446
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
20777
22447
|
closeDropdown?: boolean | undefined;
|
|
20778
22448
|
} | undefined) => Promise<string[]>;
|
|
@@ -21128,7 +22798,7 @@ export declare const InfiniteScrollCollectionListTestkit: (obj: import("@wix/wix
|
|
|
21128
22798
|
isTitleExists: () => Promise<boolean>;
|
|
21129
22799
|
getTitleText: () => Promise<string>;
|
|
21130
22800
|
getSubtitleText: () => Promise<string>;
|
|
21131
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
22801
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
21132
22802
|
applyButton: () => {
|
|
21133
22803
|
getButtonTextContent: () => Promise<string>;
|
|
21134
22804
|
isFocused: () => Promise<boolean>;
|
|
@@ -21205,7 +22875,7 @@ export declare const InfiniteScrollCollectionListTestkit: (obj: import("@wix/wix
|
|
|
21205
22875
|
scrollDown: () => Promise<void>;
|
|
21206
22876
|
};
|
|
21207
22877
|
clickClearAllFilters: () => Promise<void>;
|
|
21208
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
22878
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
21209
22879
|
getPanelFiltersCount: () => Promise<number>;
|
|
21210
22880
|
getDateRangeFilter: (filterName: string) => {
|
|
21211
22881
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -21264,8 +22934,22 @@ export declare const InfiniteScrollCollectionListTestkit: (obj: import("@wix/wix
|
|
|
21264
22934
|
isSuccessState: () => Promise<boolean>;
|
|
21265
22935
|
isLoadingState: () => Promise<boolean>;
|
|
21266
22936
|
isErrorState: () => Promise<boolean>;
|
|
21267
|
-
getRetryButton: () => Promise<import("@wix/design-system/dist/types/
|
|
21268
|
-
getErrorText: () => Promise<
|
|
22937
|
+
getRetryButton: () => Promise<import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver>;
|
|
22938
|
+
getErrorText: () => Promise<{
|
|
22939
|
+
getTagName: () => Promise<string>;
|
|
22940
|
+
getText: () => Promise<string>;
|
|
22941
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
22942
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
22943
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
22944
|
+
getId: () => Promise<string>;
|
|
22945
|
+
isLight: () => Promise<boolean>;
|
|
22946
|
+
isSecondary: () => Promise<boolean>;
|
|
22947
|
+
isMasked: () => Promise<boolean>;
|
|
22948
|
+
isWidows: () => Promise<boolean>;
|
|
22949
|
+
exists: () => Promise<boolean>;
|
|
22950
|
+
element: () => Promise<any>;
|
|
22951
|
+
click: () => Promise<void>;
|
|
22952
|
+
}>;
|
|
21269
22953
|
getItemTextAt: (index: number) => Promise<string>;
|
|
21270
22954
|
exists: () => Promise<boolean>;
|
|
21271
22955
|
$: (selector: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
@@ -21436,7 +23120,21 @@ export declare const PickerModalTestkit: (obj: import("@wix/wix-ui-test-utils/en
|
|
|
21436
23120
|
exists: () => Promise<boolean>;
|
|
21437
23121
|
element: () => Promise<any>;
|
|
21438
23122
|
};
|
|
21439
|
-
getSelectedItemsCountText: () =>
|
|
23123
|
+
getSelectedItemsCountText: () => {
|
|
23124
|
+
getTagName: () => Promise<string>;
|
|
23125
|
+
getText: () => Promise<string>;
|
|
23126
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
23127
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
23128
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
23129
|
+
getId: () => Promise<string>;
|
|
23130
|
+
isLight: () => Promise<boolean>;
|
|
23131
|
+
isSecondary: () => Promise<boolean>;
|
|
23132
|
+
isMasked: () => Promise<boolean>;
|
|
23133
|
+
isWidows: () => Promise<boolean>;
|
|
23134
|
+
exists: () => Promise<boolean>;
|
|
23135
|
+
element: () => Promise<any>;
|
|
23136
|
+
click: () => Promise<void>;
|
|
23137
|
+
};
|
|
21440
23138
|
customNotificationExists: () => Promise<boolean>;
|
|
21441
23139
|
getFilterDropdown: (filterName: string) => import("@wix/design-system/dist/types/Dropdown/Dropdown.uni.driver").DropdownUniDriver;
|
|
21442
23140
|
filterDropdownExists: (filterName: string) => Promise<boolean>;
|
|
@@ -21465,6 +23163,47 @@ export declare const ViewsStandaloneTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
21465
23163
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
21466
23164
|
isOpen: () => Promise<boolean>;
|
|
21467
23165
|
getPlaceholderText: () => Promise<string | null>;
|
|
23166
|
+
getSaveViewModal: () => {
|
|
23167
|
+
exists: () => Promise<boolean>;
|
|
23168
|
+
getTitle: () => Promise<string>;
|
|
23169
|
+
getSubTitle: () => Promise<string>;
|
|
23170
|
+
getSaveButtonText: () => Promise<string>;
|
|
23171
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
23172
|
+
clickSaveButton: () => Promise<void>;
|
|
23173
|
+
getCancelButtonText: () => Promise<string>;
|
|
23174
|
+
clickCancelButton: () => Promise<void>;
|
|
23175
|
+
clickCloseButton: () => Promise<void>;
|
|
23176
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
23177
|
+
getViewNameInputValue: () => Promise<string>;
|
|
23178
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
23179
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
23180
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
23181
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
23182
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
23183
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
23184
|
+
click: () => Promise<void>;
|
|
23185
|
+
element: () => Promise<any>;
|
|
23186
|
+
};
|
|
23187
|
+
getRenameViewModal: () => {
|
|
23188
|
+
exists: () => Promise<boolean>;
|
|
23189
|
+
getTitle: () => Promise<string>;
|
|
23190
|
+
getSubTitle: () => Promise<string>;
|
|
23191
|
+
getSaveButtonText: () => Promise<string>;
|
|
23192
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
23193
|
+
clickSaveButton: () => Promise<void>;
|
|
23194
|
+
getCancelButtonText: () => Promise<string>;
|
|
23195
|
+
clickCancelButton: () => Promise<void>;
|
|
23196
|
+
clickCloseButton: () => Promise<void>;
|
|
23197
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
23198
|
+
getViewNameInputValue: () => Promise<string>;
|
|
23199
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
23200
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
23201
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
23202
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
23203
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
23204
|
+
click: () => Promise<void>;
|
|
23205
|
+
element: () => Promise<any>;
|
|
23206
|
+
};
|
|
21468
23207
|
getViewListItemById: (id: string) => {
|
|
21469
23208
|
click: () => Promise<void>;
|
|
21470
23209
|
select: () => Promise<void>;
|
|
@@ -21494,6 +23233,24 @@ export declare const ViewsStandaloneTestkit: (obj: import("@wix/wix-ui-test-util
|
|
|
21494
23233
|
getCategoriesContent: () => Promise<string[]>;
|
|
21495
23234
|
isViewPendingChanges: () => Promise<boolean>;
|
|
21496
23235
|
isDefaultView: () => Promise<boolean>;
|
|
23236
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
23237
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
23238
|
+
openManageViewPopover: () => Promise<void>;
|
|
23239
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
23240
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
23241
|
+
renameViewActionClick: () => Promise<void>;
|
|
23242
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
23243
|
+
deleteViewActionClick: () => Promise<void>;
|
|
23244
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
23245
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
23246
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
23247
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
23248
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
23249
|
+
saveNewView: (name: string) => Promise<void>;
|
|
23250
|
+
deleteView: (ind: number) => Promise<void>;
|
|
23251
|
+
saveViewChanges: () => Promise<void>;
|
|
23252
|
+
renameView: (name: string) => Promise<void>;
|
|
23253
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
21497
23254
|
click: () => Promise<void>;
|
|
21498
23255
|
element: () => Promise<any>;
|
|
21499
23256
|
};
|
|
@@ -21514,7 +23271,7 @@ export declare const ViewsStandaloneSaveModalTestkit: (obj: import("@wix/wix-ui-
|
|
|
21514
23271
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
21515
23272
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
21516
23273
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
21517
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
23274
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
21518
23275
|
click: () => Promise<void>;
|
|
21519
23276
|
element: () => Promise<any>;
|
|
21520
23277
|
};
|
|
@@ -21557,7 +23314,7 @@ export declare const EntityPageTestkit: (obj: import("@wix/wix-ui-test-utils/enz
|
|
|
21557
23314
|
showsSkeletonHeader: () => Promise<boolean>;
|
|
21558
23315
|
getChildByDataHook: (dataHook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
21559
23316
|
getErrorState: () => {
|
|
21560
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
23317
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
21561
23318
|
getTitleText: () => Promise<string>;
|
|
21562
23319
|
getSubtitleText: () => Promise<string>;
|
|
21563
23320
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -21582,7 +23339,7 @@ export declare const EntityPageTestkit: (obj: import("@wix/wix-ui-test-utils/enz
|
|
|
21582
23339
|
getChildByDataHook: (childDataHook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
21583
23340
|
};
|
|
21584
23341
|
getErrorState: () => {
|
|
21585
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
23342
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
21586
23343
|
getTitleText: () => Promise<string>;
|
|
21587
23344
|
getSubtitleText: () => Promise<string>;
|
|
21588
23345
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -21618,7 +23375,7 @@ export declare const SkeletonCardTestkit: (obj: import("@wix/wix-ui-test-utils/e
|
|
|
21618
23375
|
element: () => Promise<any>;
|
|
21619
23376
|
};
|
|
21620
23377
|
export declare const ErrorCardTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme").WrapperData) => {
|
|
21621
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
23378
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
21622
23379
|
getTitleText: () => Promise<string>;
|
|
21623
23380
|
getSubtitleText: () => Promise<string>;
|
|
21624
23381
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -21632,7 +23389,7 @@ export declare const ErrorCardTestkit: (obj: import("@wix/wix-ui-test-utils/enzy
|
|
|
21632
23389
|
click: () => Promise<void>;
|
|
21633
23390
|
};
|
|
21634
23391
|
export declare const PageErrorStateTestkit: (obj: import("@wix/wix-ui-test-utils/enzyme").WrapperData) => {
|
|
21635
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
23392
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
21636
23393
|
getTitleText: () => Promise<string>;
|
|
21637
23394
|
getSubtitleText: () => Promise<string>;
|
|
21638
23395
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|