@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
|
@@ -13,8 +13,8 @@ export declare const TableTestkit: (obj: {
|
|
|
13
13
|
infiniteScrollLoaderExists: () => Promise<boolean>;
|
|
14
14
|
getInfiniteScrollLoaderStatusMessage: () => Promise<string | null>;
|
|
15
15
|
getErrorStateByDataHook: (dataHook?: string) => {
|
|
16
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
17
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
16
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
17
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
18
18
|
getTitleText: () => Promise<string>;
|
|
19
19
|
getSubtitleText: () => Promise<string>;
|
|
20
20
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -28,8 +28,8 @@ export declare const TableTestkit: (obj: {
|
|
|
28
28
|
click: () => Promise<void>;
|
|
29
29
|
};
|
|
30
30
|
getCardErrorStateByDataHook: (dataHook?: string) => {
|
|
31
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
32
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
31
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
32
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
33
33
|
getTitleText: () => Promise<string>;
|
|
34
34
|
getSubtitleText: () => Promise<string>;
|
|
35
35
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -43,7 +43,7 @@ export declare const TableTestkit: (obj: {
|
|
|
43
43
|
click: () => Promise<void>;
|
|
44
44
|
};
|
|
45
45
|
getTableDefaultNoResultsState: () => {
|
|
46
|
-
getClearFiltersButton: () => import("@wix/design-system/dist/types/
|
|
46
|
+
getClearFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
47
47
|
getImageGlassArt: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
48
48
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
49
49
|
getTitleText: () => Promise<string>;
|
|
@@ -59,7 +59,7 @@ export declare const TableTestkit: (obj: {
|
|
|
59
59
|
click: () => Promise<void>;
|
|
60
60
|
};
|
|
61
61
|
getTableDefaultEmptyState: () => {
|
|
62
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
62
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
63
63
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
64
64
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
65
65
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -76,7 +76,7 @@ export declare const TableTestkit: (obj: {
|
|
|
76
76
|
click: () => Promise<void>;
|
|
77
77
|
};
|
|
78
78
|
getEmptyStateByDataHook: (dataHook?: string) => {
|
|
79
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
79
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
80
80
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
81
81
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
82
82
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -120,7 +120,7 @@ export declare const TableTestkit: (obj: {
|
|
|
120
120
|
click: () => Promise<void>;
|
|
121
121
|
};
|
|
122
122
|
getNoResultsStateByDataHook: (dataHook?: string) => {
|
|
123
|
-
getClearFiltersButton: () => import("@wix/design-system/dist/types/
|
|
123
|
+
getClearFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
124
124
|
getImageGlassArt: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
125
125
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
126
126
|
getTitleText: () => Promise<string>;
|
|
@@ -136,7 +136,7 @@ export declare const TableTestkit: (obj: {
|
|
|
136
136
|
click: () => Promise<void>;
|
|
137
137
|
};
|
|
138
138
|
viewsToolbarItemLabelExists: () => Promise<boolean>;
|
|
139
|
-
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/
|
|
139
|
+
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
140
140
|
scrollDown: (scrollableElementDataHook?: string, options?: {
|
|
141
141
|
top?: number | undefined;
|
|
142
142
|
}) => Promise<void>;
|
|
@@ -384,7 +384,21 @@ export declare const TableTestkit: (obj: {
|
|
|
384
384
|
getTypeFormFieldDriver: () => import("@wix/design-system/dist/types/FormField/FormField.uni.driver").FormFieldUniDriver;
|
|
385
385
|
getNameFormFieldDriver: () => import("@wix/design-system/dist/types/FormField/FormField.uni.driver").FormFieldUniDriver;
|
|
386
386
|
getKeyFormFieldDriver: () => import("@wix/design-system/dist/types/FormField/FormField.uni.driver").FormFieldUniDriver;
|
|
387
|
-
getFieldKeyTooltip: () =>
|
|
387
|
+
getFieldKeyTooltip: () => {
|
|
388
|
+
getTagName: () => Promise<string>;
|
|
389
|
+
getText: () => Promise<string>;
|
|
390
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
391
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
392
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
393
|
+
getId: () => Promise<string>;
|
|
394
|
+
isLight: () => Promise<boolean>;
|
|
395
|
+
isSecondary: () => Promise<boolean>;
|
|
396
|
+
isMasked: () => Promise<boolean>;
|
|
397
|
+
isWidows: () => Promise<boolean>;
|
|
398
|
+
exists: () => Promise<boolean>;
|
|
399
|
+
element: () => Promise<any>;
|
|
400
|
+
click: () => Promise<void>;
|
|
401
|
+
};
|
|
388
402
|
};
|
|
389
403
|
getErrorStateNotification: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
390
404
|
isSubmitting: () => Promise<boolean>;
|
|
@@ -400,7 +414,7 @@ export declare const TableTestkit: (obj: {
|
|
|
400
414
|
getTagByIdx: (idx: number) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
401
415
|
getTagById: (tagId: string) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
402
416
|
getModalTitle: () => Promise<string>;
|
|
403
|
-
getCreateBtnDriver: () => import("@wix/design-system/dist/types/
|
|
417
|
+
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
404
418
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
405
419
|
clickCloseButton: () => Promise<void>;
|
|
406
420
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
@@ -452,7 +466,7 @@ export declare const TableTestkit: (obj: {
|
|
|
452
466
|
getTagByIdx: (idx: number) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
453
467
|
getTagById: (tagId: string) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
454
468
|
getModalTitle: () => Promise<string>;
|
|
455
|
-
getCreateBtnDriver: () => import("@wix/design-system/dist/types/
|
|
469
|
+
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
456
470
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
457
471
|
clickCloseButton: () => Promise<void>;
|
|
458
472
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
@@ -536,6 +550,47 @@ export declare const TableTestkit: (obj: {
|
|
|
536
550
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
537
551
|
isOpen: () => Promise<boolean>;
|
|
538
552
|
getPlaceholderText: () => Promise<string | null>;
|
|
553
|
+
getSaveViewModal: () => {
|
|
554
|
+
exists: () => Promise<boolean>;
|
|
555
|
+
getTitle: () => Promise<string>;
|
|
556
|
+
getSubTitle: () => Promise<string>;
|
|
557
|
+
getSaveButtonText: () => Promise<string>;
|
|
558
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
559
|
+
clickSaveButton: () => Promise<void>;
|
|
560
|
+
getCancelButtonText: () => Promise<string>;
|
|
561
|
+
clickCancelButton: () => Promise<void>;
|
|
562
|
+
clickCloseButton: () => Promise<void>;
|
|
563
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
564
|
+
getViewNameInputValue: () => Promise<string>;
|
|
565
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
566
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
567
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
568
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
569
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
570
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
571
|
+
click: () => Promise<void>;
|
|
572
|
+
element: () => Promise<any>;
|
|
573
|
+
};
|
|
574
|
+
getRenameViewModal: () => {
|
|
575
|
+
exists: () => Promise<boolean>;
|
|
576
|
+
getTitle: () => Promise<string>;
|
|
577
|
+
getSubTitle: () => Promise<string>;
|
|
578
|
+
getSaveButtonText: () => Promise<string>;
|
|
579
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
580
|
+
clickSaveButton: () => Promise<void>;
|
|
581
|
+
getCancelButtonText: () => Promise<string>;
|
|
582
|
+
clickCancelButton: () => Promise<void>;
|
|
583
|
+
clickCloseButton: () => Promise<void>;
|
|
584
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
585
|
+
getViewNameInputValue: () => Promise<string>;
|
|
586
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
587
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
588
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
589
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
590
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
591
|
+
click: () => Promise<void>;
|
|
592
|
+
element: () => Promise<any>;
|
|
593
|
+
};
|
|
539
594
|
getViewListItemById: (id: string) => {
|
|
540
595
|
click: () => Promise<void>;
|
|
541
596
|
select: () => Promise<void>;
|
|
@@ -565,6 +620,24 @@ export declare const TableTestkit: (obj: {
|
|
|
565
620
|
getCategoriesContent: () => Promise<string[]>;
|
|
566
621
|
isViewPendingChanges: () => Promise<boolean>;
|
|
567
622
|
isDefaultView: () => Promise<boolean>;
|
|
623
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
624
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
625
|
+
openManageViewPopover: () => Promise<void>;
|
|
626
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
627
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
628
|
+
renameViewActionClick: () => Promise<void>;
|
|
629
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
630
|
+
deleteViewActionClick: () => Promise<void>;
|
|
631
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
632
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
633
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
634
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
635
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
636
|
+
saveNewView: (name: string) => Promise<void>;
|
|
637
|
+
deleteView: (ind: number) => Promise<void>;
|
|
638
|
+
saveViewChanges: () => Promise<void>;
|
|
639
|
+
renameView: (name: string) => Promise<void>;
|
|
640
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
568
641
|
click: () => Promise<void>;
|
|
569
642
|
element: () => Promise<any>;
|
|
570
643
|
};
|
|
@@ -608,7 +681,7 @@ export declare const TableTestkit: (obj: {
|
|
|
608
681
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
609
682
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
610
683
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
611
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
684
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
612
685
|
click: () => Promise<void>;
|
|
613
686
|
element: () => Promise<any>;
|
|
614
687
|
};
|
|
@@ -634,7 +707,7 @@ export declare const TableTestkit: (obj: {
|
|
|
634
707
|
};
|
|
635
708
|
clickClearAllFilters: () => Promise<void>;
|
|
636
709
|
getFilterAppliedText: () => Promise<string>;
|
|
637
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
710
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
638
711
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
639
712
|
closeDropdown?: boolean | undefined;
|
|
640
713
|
} | undefined) => Promise<string[]>;
|
|
@@ -990,7 +1063,7 @@ export declare const TableTestkit: (obj: {
|
|
|
990
1063
|
isTitleExists: () => Promise<boolean>;
|
|
991
1064
|
getTitleText: () => Promise<string>;
|
|
992
1065
|
getSubtitleText: () => Promise<string>;
|
|
993
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
1066
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
994
1067
|
applyButton: () => {
|
|
995
1068
|
getButtonTextContent: () => Promise<string>;
|
|
996
1069
|
isFocused: () => Promise<boolean>;
|
|
@@ -1067,7 +1140,7 @@ export declare const TableTestkit: (obj: {
|
|
|
1067
1140
|
scrollDown: () => Promise<void>;
|
|
1068
1141
|
};
|
|
1069
1142
|
clickClearAllFilters: () => Promise<void>;
|
|
1070
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
1143
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
1071
1144
|
getPanelFiltersCount: () => Promise<number>;
|
|
1072
1145
|
getDateRangeFilter: (filterName: string) => {
|
|
1073
1146
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -1375,7 +1448,7 @@ export declare const TableTestkit: (obj: {
|
|
|
1375
1448
|
isHorizontalScroll: () => Promise<boolean>;
|
|
1376
1449
|
getReorderModeToolbar: () => {
|
|
1377
1450
|
getTitle: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
1378
|
-
getLearnMoreBtn: () => import("@wix/design-system/dist/types/
|
|
1451
|
+
getLearnMoreBtn: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
1379
1452
|
getCancelButton: () => {
|
|
1380
1453
|
getButtonTextContent: () => Promise<string>;
|
|
1381
1454
|
isFocused: () => Promise<boolean>;
|
|
@@ -1407,8 +1480,22 @@ export declare const TableTestkit: (obj: {
|
|
|
1407
1480
|
isSuccessState: () => Promise<boolean>;
|
|
1408
1481
|
isLoadingState: () => Promise<boolean>;
|
|
1409
1482
|
isErrorState: () => Promise<boolean>;
|
|
1410
|
-
getRetryButton: () => Promise<import("@wix/design-system/dist/types/
|
|
1411
|
-
getErrorText: () => Promise<
|
|
1483
|
+
getRetryButton: () => Promise<import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver>;
|
|
1484
|
+
getErrorText: () => Promise<{
|
|
1485
|
+
getTagName: () => Promise<string>;
|
|
1486
|
+
getText: () => Promise<string>;
|
|
1487
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
1488
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
1489
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
1490
|
+
getId: () => Promise<string>;
|
|
1491
|
+
isLight: () => Promise<boolean>;
|
|
1492
|
+
isSecondary: () => Promise<boolean>;
|
|
1493
|
+
isMasked: () => Promise<boolean>;
|
|
1494
|
+
isWidows: () => Promise<boolean>;
|
|
1495
|
+
exists: () => Promise<boolean>;
|
|
1496
|
+
element: () => Promise<any>;
|
|
1497
|
+
click: () => Promise<void>;
|
|
1498
|
+
}>;
|
|
1412
1499
|
getItemTextAt: (index: number) => Promise<string>;
|
|
1413
1500
|
exists: () => Promise<boolean>;
|
|
1414
1501
|
$: (selector: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
@@ -1553,6 +1640,47 @@ export declare const TableTestkit: (obj: {
|
|
|
1553
1640
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
1554
1641
|
isOpen: () => Promise<boolean>;
|
|
1555
1642
|
getPlaceholderText: () => Promise<string | null>;
|
|
1643
|
+
getSaveViewModal: () => {
|
|
1644
|
+
exists: () => Promise<boolean>;
|
|
1645
|
+
getTitle: () => Promise<string>;
|
|
1646
|
+
getSubTitle: () => Promise<string>;
|
|
1647
|
+
getSaveButtonText: () => Promise<string>;
|
|
1648
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
1649
|
+
clickSaveButton: () => Promise<void>;
|
|
1650
|
+
getCancelButtonText: () => Promise<string>;
|
|
1651
|
+
clickCancelButton: () => Promise<void>;
|
|
1652
|
+
clickCloseButton: () => Promise<void>;
|
|
1653
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
1654
|
+
getViewNameInputValue: () => Promise<string>;
|
|
1655
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
1656
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
1657
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
1658
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
1659
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
1660
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
1661
|
+
click: () => Promise<void>;
|
|
1662
|
+
element: () => Promise<any>;
|
|
1663
|
+
};
|
|
1664
|
+
getRenameViewModal: () => {
|
|
1665
|
+
exists: () => Promise<boolean>;
|
|
1666
|
+
getTitle: () => Promise<string>;
|
|
1667
|
+
getSubTitle: () => Promise<string>;
|
|
1668
|
+
getSaveButtonText: () => Promise<string>;
|
|
1669
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
1670
|
+
clickSaveButton: () => Promise<void>;
|
|
1671
|
+
getCancelButtonText: () => Promise<string>;
|
|
1672
|
+
clickCancelButton: () => Promise<void>;
|
|
1673
|
+
clickCloseButton: () => Promise<void>;
|
|
1674
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
1675
|
+
getViewNameInputValue: () => Promise<string>;
|
|
1676
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
1677
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
1678
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
1679
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
1680
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
1681
|
+
click: () => Promise<void>;
|
|
1682
|
+
element: () => Promise<any>;
|
|
1683
|
+
};
|
|
1556
1684
|
getViewListItemById: (id: string) => {
|
|
1557
1685
|
click: () => Promise<void>;
|
|
1558
1686
|
select: () => Promise<void>;
|
|
@@ -1582,6 +1710,24 @@ export declare const TableTestkit: (obj: {
|
|
|
1582
1710
|
getCategoriesContent: () => Promise<string[]>;
|
|
1583
1711
|
isViewPendingChanges: () => Promise<boolean>;
|
|
1584
1712
|
isDefaultView: () => Promise<boolean>;
|
|
1713
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
1714
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
1715
|
+
openManageViewPopover: () => Promise<void>;
|
|
1716
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
1717
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
1718
|
+
renameViewActionClick: () => Promise<void>;
|
|
1719
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
1720
|
+
deleteViewActionClick: () => Promise<void>;
|
|
1721
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
1722
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
1723
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
1724
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
1725
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
1726
|
+
saveNewView: (name: string) => Promise<void>;
|
|
1727
|
+
deleteView: (ind: number) => Promise<void>;
|
|
1728
|
+
saveViewChanges: () => Promise<void>;
|
|
1729
|
+
renameView: (name: string) => Promise<void>;
|
|
1730
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
1585
1731
|
click: () => Promise<void>;
|
|
1586
1732
|
element: () => Promise<any>;
|
|
1587
1733
|
};
|
|
@@ -1625,7 +1771,7 @@ export declare const TableTestkit: (obj: {
|
|
|
1625
1771
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
1626
1772
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
1627
1773
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
1628
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
1774
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
1629
1775
|
click: () => Promise<void>;
|
|
1630
1776
|
element: () => Promise<any>;
|
|
1631
1777
|
};
|
|
@@ -1651,7 +1797,7 @@ export declare const TableTestkit: (obj: {
|
|
|
1651
1797
|
};
|
|
1652
1798
|
clickClearAllFilters: () => Promise<void>;
|
|
1653
1799
|
getFilterAppliedText: () => Promise<string>;
|
|
1654
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
1800
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
1655
1801
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
1656
1802
|
closeDropdown?: boolean | undefined;
|
|
1657
1803
|
} | undefined) => Promise<string[]>;
|
|
@@ -2007,7 +2153,7 @@ export declare const TableTestkit: (obj: {
|
|
|
2007
2153
|
isTitleExists: () => Promise<boolean>;
|
|
2008
2154
|
getTitleText: () => Promise<string>;
|
|
2009
2155
|
getSubtitleText: () => Promise<string>;
|
|
2010
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
2156
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
2011
2157
|
applyButton: () => {
|
|
2012
2158
|
getButtonTextContent: () => Promise<string>;
|
|
2013
2159
|
isFocused: () => Promise<boolean>;
|
|
@@ -2084,7 +2230,7 @@ export declare const TableTestkit: (obj: {
|
|
|
2084
2230
|
scrollDown: () => Promise<void>;
|
|
2085
2231
|
};
|
|
2086
2232
|
clickClearAllFilters: () => Promise<void>;
|
|
2087
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
2233
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
2088
2234
|
getPanelFiltersCount: () => Promise<number>;
|
|
2089
2235
|
getDateRangeFilter: (filterName: string) => {
|
|
2090
2236
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -2152,8 +2298,8 @@ export declare const GridTestkit: (obj: {
|
|
|
2152
2298
|
refreshLoaderExists: () => Promise<boolean>;
|
|
2153
2299
|
refreshLoaderSkeletonCount: () => Promise<number>;
|
|
2154
2300
|
getErrorStateByDataHook: (dataHook?: string) => {
|
|
2155
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
2156
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
2301
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
2302
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
2157
2303
|
getTitleText: () => Promise<string>;
|
|
2158
2304
|
getSubtitleText: () => Promise<string>;
|
|
2159
2305
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -2167,8 +2313,8 @@ export declare const GridTestkit: (obj: {
|
|
|
2167
2313
|
click: () => Promise<void>;
|
|
2168
2314
|
};
|
|
2169
2315
|
getCardErrorStateByDataHook: (dataHook?: string) => {
|
|
2170
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
2171
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
2316
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
2317
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
2172
2318
|
getTitleText: () => Promise<string>;
|
|
2173
2319
|
getSubtitleText: () => Promise<string>;
|
|
2174
2320
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -2182,7 +2328,7 @@ export declare const GridTestkit: (obj: {
|
|
|
2182
2328
|
click: () => Promise<void>;
|
|
2183
2329
|
};
|
|
2184
2330
|
getEmptyStateByDataHook: (dataHook?: string) => {
|
|
2185
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
2331
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
2186
2332
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
2187
2333
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
2188
2334
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -2226,7 +2372,7 @@ export declare const GridTestkit: (obj: {
|
|
|
2226
2372
|
click: () => Promise<void>;
|
|
2227
2373
|
};
|
|
2228
2374
|
getNoResultsStateByDataHook: (dataHook?: string) => {
|
|
2229
|
-
getClearFiltersButton: () => import("@wix/design-system/dist/types/
|
|
2375
|
+
getClearFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
2230
2376
|
getImageGlassArt: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
2231
2377
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
2232
2378
|
getTitleText: () => Promise<string>;
|
|
@@ -2242,6 +2388,7 @@ export declare const GridTestkit: (obj: {
|
|
|
2242
2388
|
click: () => Promise<void>;
|
|
2243
2389
|
};
|
|
2244
2390
|
getRenderedItemsCount: () => Promise<number>;
|
|
2391
|
+
gridContainerExists: () => Promise<boolean>;
|
|
2245
2392
|
getVirtualizedRowsCount: () => Promise<number>;
|
|
2246
2393
|
initialLoaderSkeletonCount: () => Promise<number>;
|
|
2247
2394
|
getLastRenderedItemIndex: () => Promise<number | null>;
|
|
@@ -2251,6 +2398,7 @@ export declare const GridTestkit: (obj: {
|
|
|
2251
2398
|
getSubtitle: () => Promise<string | null>;
|
|
2252
2399
|
getBackgroundImageUrl: () => Promise<string | null>;
|
|
2253
2400
|
click: () => Promise<void>;
|
|
2401
|
+
clickOnContainer: () => Promise<void>;
|
|
2254
2402
|
clickFooter: () => Promise<void>;
|
|
2255
2403
|
getPrimaryActionLabel: () => Promise<string>;
|
|
2256
2404
|
isPrimaryActionDisabled: () => Promise<boolean>;
|
|
@@ -2274,6 +2422,7 @@ export declare const GridTestkit: (obj: {
|
|
|
2274
2422
|
getSubtitle: () => Promise<string | null>;
|
|
2275
2423
|
getBackgroundImageUrl: () => Promise<string | null>;
|
|
2276
2424
|
click: () => Promise<void>;
|
|
2425
|
+
clickOnContainer: () => Promise<void>;
|
|
2277
2426
|
clickFooter: () => Promise<void>;
|
|
2278
2427
|
getPrimaryActionLabel: () => Promise<string>;
|
|
2279
2428
|
isPrimaryActionDisabled: () => Promise<boolean>;
|
|
@@ -2306,7 +2455,7 @@ export declare const GridTestkit: (obj: {
|
|
|
2306
2455
|
click: () => Promise<void>;
|
|
2307
2456
|
}>;
|
|
2308
2457
|
getCardDefaultEmptyState: (dataHook?: string) => {
|
|
2309
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
2458
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
2310
2459
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
2311
2460
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
2312
2461
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -2366,6 +2515,47 @@ export declare const GridTestkit: (obj: {
|
|
|
2366
2515
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
2367
2516
|
isOpen: () => Promise<boolean>;
|
|
2368
2517
|
getPlaceholderText: () => Promise<string | null>;
|
|
2518
|
+
getSaveViewModal: () => {
|
|
2519
|
+
exists: () => Promise<boolean>;
|
|
2520
|
+
getTitle: () => Promise<string>;
|
|
2521
|
+
getSubTitle: () => Promise<string>;
|
|
2522
|
+
getSaveButtonText: () => Promise<string>;
|
|
2523
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
2524
|
+
clickSaveButton: () => Promise<void>;
|
|
2525
|
+
getCancelButtonText: () => Promise<string>;
|
|
2526
|
+
clickCancelButton: () => Promise<void>;
|
|
2527
|
+
clickCloseButton: () => Promise<void>;
|
|
2528
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
2529
|
+
getViewNameInputValue: () => Promise<string>;
|
|
2530
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
2531
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
2532
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
2533
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
2534
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
2535
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
2536
|
+
click: () => Promise<void>;
|
|
2537
|
+
element: () => Promise<any>;
|
|
2538
|
+
};
|
|
2539
|
+
getRenameViewModal: () => {
|
|
2540
|
+
exists: () => Promise<boolean>;
|
|
2541
|
+
getTitle: () => Promise<string>;
|
|
2542
|
+
getSubTitle: () => Promise<string>;
|
|
2543
|
+
getSaveButtonText: () => Promise<string>;
|
|
2544
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
2545
|
+
clickSaveButton: () => Promise<void>;
|
|
2546
|
+
getCancelButtonText: () => Promise<string>;
|
|
2547
|
+
clickCancelButton: () => Promise<void>;
|
|
2548
|
+
clickCloseButton: () => Promise<void>;
|
|
2549
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
2550
|
+
getViewNameInputValue: () => Promise<string>;
|
|
2551
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
2552
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
2553
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
2554
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
2555
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
2556
|
+
click: () => Promise<void>;
|
|
2557
|
+
element: () => Promise<any>;
|
|
2558
|
+
};
|
|
2369
2559
|
getViewListItemById: (id: string) => {
|
|
2370
2560
|
click: () => Promise<void>;
|
|
2371
2561
|
select: () => Promise<void>;
|
|
@@ -2395,6 +2585,24 @@ export declare const GridTestkit: (obj: {
|
|
|
2395
2585
|
getCategoriesContent: () => Promise<string[]>;
|
|
2396
2586
|
isViewPendingChanges: () => Promise<boolean>;
|
|
2397
2587
|
isDefaultView: () => Promise<boolean>;
|
|
2588
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
2589
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
2590
|
+
openManageViewPopover: () => Promise<void>;
|
|
2591
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
2592
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
2593
|
+
renameViewActionClick: () => Promise<void>;
|
|
2594
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
2595
|
+
deleteViewActionClick: () => Promise<void>;
|
|
2596
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
2597
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
2598
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
2599
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
2600
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
2601
|
+
saveNewView: (name: string) => Promise<void>;
|
|
2602
|
+
deleteView: (ind: number) => Promise<void>;
|
|
2603
|
+
saveViewChanges: () => Promise<void>;
|
|
2604
|
+
renameView: (name: string) => Promise<void>;
|
|
2605
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
2398
2606
|
click: () => Promise<void>;
|
|
2399
2607
|
element: () => Promise<any>;
|
|
2400
2608
|
};
|
|
@@ -2438,7 +2646,7 @@ export declare const GridTestkit: (obj: {
|
|
|
2438
2646
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
2439
2647
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
2440
2648
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
2441
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
2649
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
2442
2650
|
click: () => Promise<void>;
|
|
2443
2651
|
element: () => Promise<any>;
|
|
2444
2652
|
};
|
|
@@ -2464,7 +2672,7 @@ export declare const GridTestkit: (obj: {
|
|
|
2464
2672
|
};
|
|
2465
2673
|
clickClearAllFilters: () => Promise<void>;
|
|
2466
2674
|
getFilterAppliedText: () => Promise<string>;
|
|
2467
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
2675
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
2468
2676
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
2469
2677
|
closeDropdown?: boolean | undefined;
|
|
2470
2678
|
} | undefined) => Promise<string[]>;
|
|
@@ -2820,7 +3028,7 @@ export declare const GridTestkit: (obj: {
|
|
|
2820
3028
|
isTitleExists: () => Promise<boolean>;
|
|
2821
3029
|
getTitleText: () => Promise<string>;
|
|
2822
3030
|
getSubtitleText: () => Promise<string>;
|
|
2823
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
3031
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
2824
3032
|
applyButton: () => {
|
|
2825
3033
|
getButtonTextContent: () => Promise<string>;
|
|
2826
3034
|
isFocused: () => Promise<boolean>;
|
|
@@ -2897,7 +3105,7 @@ export declare const GridTestkit: (obj: {
|
|
|
2897
3105
|
scrollDown: () => Promise<void>;
|
|
2898
3106
|
};
|
|
2899
3107
|
clickClearAllFilters: () => Promise<void>;
|
|
2900
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
3108
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
2901
3109
|
getPanelFiltersCount: () => Promise<number>;
|
|
2902
3110
|
getDateRangeFilter: (filterName: string) => {
|
|
2903
3111
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -2972,7 +3180,7 @@ export declare const GridTestkit: (obj: {
|
|
|
2972
3180
|
};
|
|
2973
3181
|
enterSearchText: (text: string) => Promise<void>;
|
|
2974
3182
|
clearSearchText: () => Promise<void>;
|
|
2975
|
-
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/
|
|
3183
|
+
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
2976
3184
|
scrollDown: (scrollableElementDataHook?: string) => Promise<void>;
|
|
2977
3185
|
scrollDownToItem: (index: number, { timeout, delay, scrollableElementDataHook, }?: {
|
|
2978
3186
|
timeout?: number | undefined;
|
|
@@ -3100,6 +3308,7 @@ export declare const GridTestkit: (obj: {
|
|
|
3100
3308
|
getSubtitle: () => Promise<string | null>;
|
|
3101
3309
|
getBackgroundImageUrl: () => Promise<string | null>;
|
|
3102
3310
|
click: () => Promise<void>;
|
|
3311
|
+
clickOnContainer: () => Promise<void>;
|
|
3103
3312
|
clickFooter: () => Promise<void>;
|
|
3104
3313
|
getPrimaryActionLabel: () => Promise<string>;
|
|
3105
3314
|
isPrimaryActionDisabled: () => Promise<boolean>;
|
|
@@ -3125,8 +3334,22 @@ export declare const GridTestkit: (obj: {
|
|
|
3125
3334
|
isSuccessState: () => Promise<boolean>;
|
|
3126
3335
|
isLoadingState: () => Promise<boolean>;
|
|
3127
3336
|
isErrorState: () => Promise<boolean>;
|
|
3128
|
-
getRetryButton: () => Promise<import("@wix/design-system/dist/types/
|
|
3129
|
-
getErrorText: () => Promise<
|
|
3337
|
+
getRetryButton: () => Promise<import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver>;
|
|
3338
|
+
getErrorText: () => Promise<{
|
|
3339
|
+
getTagName: () => Promise<string>;
|
|
3340
|
+
getText: () => Promise<string>;
|
|
3341
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
3342
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
3343
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
3344
|
+
getId: () => Promise<string>;
|
|
3345
|
+
isLight: () => Promise<boolean>;
|
|
3346
|
+
isSecondary: () => Promise<boolean>;
|
|
3347
|
+
isMasked: () => Promise<boolean>;
|
|
3348
|
+
isWidows: () => Promise<boolean>;
|
|
3349
|
+
exists: () => Promise<boolean>;
|
|
3350
|
+
element: () => Promise<any>;
|
|
3351
|
+
click: () => Promise<void>;
|
|
3352
|
+
}>;
|
|
3130
3353
|
getItemTextAt: (index: number) => Promise<string>;
|
|
3131
3354
|
exists: () => Promise<boolean>;
|
|
3132
3355
|
$: (selector: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
@@ -3149,6 +3372,15 @@ export declare const GridTestkit: (obj: {
|
|
|
3149
3372
|
isDisplayed?: (() => Promise<boolean>) | undefined;
|
|
3150
3373
|
scrollIntoView?: (() => Promise<{}>) | undefined;
|
|
3151
3374
|
}>;
|
|
3375
|
+
getSectionHeaderAt: (index: number) => {
|
|
3376
|
+
getPrimaryAction: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
3377
|
+
getTitle: () => Promise<string>;
|
|
3378
|
+
exists: () => Promise<boolean>;
|
|
3379
|
+
element: () => Promise<any>;
|
|
3380
|
+
click: () => Promise<void>;
|
|
3381
|
+
};
|
|
3382
|
+
getSectionHeadersCount: () => Promise<number>;
|
|
3383
|
+
getSectionGridAt: (index: number) => any;
|
|
3152
3384
|
exists: () => Promise<boolean>;
|
|
3153
3385
|
click: () => Promise<void>;
|
|
3154
3386
|
element: () => Promise<any>;
|
|
@@ -3335,7 +3567,21 @@ export declare const CustomFieldsWidgetTestkit: (obj: {
|
|
|
3335
3567
|
getTypeFormFieldDriver: () => import("@wix/design-system/dist/types/FormField/FormField.uni.driver").FormFieldUniDriver;
|
|
3336
3568
|
getNameFormFieldDriver: () => import("@wix/design-system/dist/types/FormField/FormField.uni.driver").FormFieldUniDriver;
|
|
3337
3569
|
getKeyFormFieldDriver: () => import("@wix/design-system/dist/types/FormField/FormField.uni.driver").FormFieldUniDriver;
|
|
3338
|
-
getFieldKeyTooltip: () =>
|
|
3570
|
+
getFieldKeyTooltip: () => {
|
|
3571
|
+
getTagName: () => Promise<string>;
|
|
3572
|
+
getText: () => Promise<string>;
|
|
3573
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
3574
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
3575
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
3576
|
+
getId: () => Promise<string>;
|
|
3577
|
+
isLight: () => Promise<boolean>;
|
|
3578
|
+
isSecondary: () => Promise<boolean>;
|
|
3579
|
+
isMasked: () => Promise<boolean>;
|
|
3580
|
+
isWidows: () => Promise<boolean>;
|
|
3581
|
+
exists: () => Promise<boolean>;
|
|
3582
|
+
element: () => Promise<any>;
|
|
3583
|
+
click: () => Promise<void>;
|
|
3584
|
+
};
|
|
3339
3585
|
};
|
|
3340
3586
|
getErrorStateNotification: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
3341
3587
|
isSubmitting: () => Promise<boolean>;
|
|
@@ -3416,8 +3662,8 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
3416
3662
|
infiniteScrollLoaderExists: () => Promise<boolean>;
|
|
3417
3663
|
getInfiniteScrollLoaderStatusMessage: () => Promise<string | null>;
|
|
3418
3664
|
getErrorStateByDataHook: (dataHook?: string) => {
|
|
3419
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
3420
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
3665
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
3666
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
3421
3667
|
getTitleText: () => Promise<string>;
|
|
3422
3668
|
getSubtitleText: () => Promise<string>;
|
|
3423
3669
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -3431,8 +3677,8 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
3431
3677
|
click: () => Promise<void>;
|
|
3432
3678
|
};
|
|
3433
3679
|
getCardErrorStateByDataHook: (dataHook?: string) => {
|
|
3434
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
3435
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
3680
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
3681
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
3436
3682
|
getTitleText: () => Promise<string>;
|
|
3437
3683
|
getSubtitleText: () => Promise<string>;
|
|
3438
3684
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -3446,7 +3692,7 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
3446
3692
|
click: () => Promise<void>;
|
|
3447
3693
|
};
|
|
3448
3694
|
getTableDefaultNoResultsState: () => {
|
|
3449
|
-
getClearFiltersButton: () => import("@wix/design-system/dist/types/
|
|
3695
|
+
getClearFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
3450
3696
|
getImageGlassArt: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
3451
3697
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
3452
3698
|
getTitleText: () => Promise<string>;
|
|
@@ -3462,7 +3708,7 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
3462
3708
|
click: () => Promise<void>;
|
|
3463
3709
|
};
|
|
3464
3710
|
getTableDefaultEmptyState: () => {
|
|
3465
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
3711
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
3466
3712
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
3467
3713
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
3468
3714
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -3479,7 +3725,7 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
3479
3725
|
click: () => Promise<void>;
|
|
3480
3726
|
};
|
|
3481
3727
|
getEmptyStateByDataHook: (dataHook?: string) => {
|
|
3482
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
3728
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
3483
3729
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
3484
3730
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
3485
3731
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -3523,7 +3769,7 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
3523
3769
|
click: () => Promise<void>;
|
|
3524
3770
|
};
|
|
3525
3771
|
getNoResultsStateByDataHook: (dataHook?: string) => {
|
|
3526
|
-
getClearFiltersButton: () => import("@wix/design-system/dist/types/
|
|
3772
|
+
getClearFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
3527
3773
|
getImageGlassArt: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
3528
3774
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
3529
3775
|
getTitleText: () => Promise<string>;
|
|
@@ -3539,7 +3785,7 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
3539
3785
|
click: () => Promise<void>;
|
|
3540
3786
|
};
|
|
3541
3787
|
viewsToolbarItemLabelExists: () => Promise<boolean>;
|
|
3542
|
-
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/
|
|
3788
|
+
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
3543
3789
|
scrollDown: (scrollableElementDataHook?: string, options?: {
|
|
3544
3790
|
top?: number | undefined;
|
|
3545
3791
|
}) => Promise<void>;
|
|
@@ -3787,7 +4033,21 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
3787
4033
|
getTypeFormFieldDriver: () => import("@wix/design-system/dist/types/FormField/FormField.uni.driver").FormFieldUniDriver;
|
|
3788
4034
|
getNameFormFieldDriver: () => import("@wix/design-system/dist/types/FormField/FormField.uni.driver").FormFieldUniDriver;
|
|
3789
4035
|
getKeyFormFieldDriver: () => import("@wix/design-system/dist/types/FormField/FormField.uni.driver").FormFieldUniDriver;
|
|
3790
|
-
getFieldKeyTooltip: () =>
|
|
4036
|
+
getFieldKeyTooltip: () => {
|
|
4037
|
+
getTagName: () => Promise<string>;
|
|
4038
|
+
getText: () => Promise<string>;
|
|
4039
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
4040
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
4041
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
4042
|
+
getId: () => Promise<string>;
|
|
4043
|
+
isLight: () => Promise<boolean>;
|
|
4044
|
+
isSecondary: () => Promise<boolean>;
|
|
4045
|
+
isMasked: () => Promise<boolean>;
|
|
4046
|
+
isWidows: () => Promise<boolean>;
|
|
4047
|
+
exists: () => Promise<boolean>;
|
|
4048
|
+
element: () => Promise<any>;
|
|
4049
|
+
click: () => Promise<void>;
|
|
4050
|
+
};
|
|
3791
4051
|
};
|
|
3792
4052
|
getErrorStateNotification: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
3793
4053
|
isSubmitting: () => Promise<boolean>;
|
|
@@ -3803,7 +4063,7 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
3803
4063
|
getTagByIdx: (idx: number) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
3804
4064
|
getTagById: (tagId: string) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
3805
4065
|
getModalTitle: () => Promise<string>;
|
|
3806
|
-
getCreateBtnDriver: () => import("@wix/design-system/dist/types/
|
|
4066
|
+
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
3807
4067
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
3808
4068
|
clickCloseButton: () => Promise<void>;
|
|
3809
4069
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
@@ -3855,7 +4115,7 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
3855
4115
|
getTagByIdx: (idx: number) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
3856
4116
|
getTagById: (tagId: string) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
3857
4117
|
getModalTitle: () => Promise<string>;
|
|
3858
|
-
getCreateBtnDriver: () => import("@wix/design-system/dist/types/
|
|
4118
|
+
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
3859
4119
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
3860
4120
|
clickCloseButton: () => Promise<void>;
|
|
3861
4121
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
@@ -3939,6 +4199,47 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
3939
4199
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
3940
4200
|
isOpen: () => Promise<boolean>;
|
|
3941
4201
|
getPlaceholderText: () => Promise<string | null>;
|
|
4202
|
+
getSaveViewModal: () => {
|
|
4203
|
+
exists: () => Promise<boolean>;
|
|
4204
|
+
getTitle: () => Promise<string>;
|
|
4205
|
+
getSubTitle: () => Promise<string>;
|
|
4206
|
+
getSaveButtonText: () => Promise<string>;
|
|
4207
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
4208
|
+
clickSaveButton: () => Promise<void>;
|
|
4209
|
+
getCancelButtonText: () => Promise<string>;
|
|
4210
|
+
clickCancelButton: () => Promise<void>;
|
|
4211
|
+
clickCloseButton: () => Promise<void>;
|
|
4212
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
4213
|
+
getViewNameInputValue: () => Promise<string>;
|
|
4214
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
4215
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
4216
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
4217
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
4218
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
4219
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
4220
|
+
click: () => Promise<void>;
|
|
4221
|
+
element: () => Promise<any>;
|
|
4222
|
+
};
|
|
4223
|
+
getRenameViewModal: () => {
|
|
4224
|
+
exists: () => Promise<boolean>;
|
|
4225
|
+
getTitle: () => Promise<string>;
|
|
4226
|
+
getSubTitle: () => Promise<string>;
|
|
4227
|
+
getSaveButtonText: () => Promise<string>;
|
|
4228
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
4229
|
+
clickSaveButton: () => Promise<void>;
|
|
4230
|
+
getCancelButtonText: () => Promise<string>;
|
|
4231
|
+
clickCancelButton: () => Promise<void>;
|
|
4232
|
+
clickCloseButton: () => Promise<void>;
|
|
4233
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
4234
|
+
getViewNameInputValue: () => Promise<string>;
|
|
4235
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
4236
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
4237
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
4238
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
4239
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
4240
|
+
click: () => Promise<void>;
|
|
4241
|
+
element: () => Promise<any>;
|
|
4242
|
+
};
|
|
3942
4243
|
getViewListItemById: (id: string) => {
|
|
3943
4244
|
click: () => Promise<void>;
|
|
3944
4245
|
select: () => Promise<void>;
|
|
@@ -3968,6 +4269,24 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
3968
4269
|
getCategoriesContent: () => Promise<string[]>;
|
|
3969
4270
|
isViewPendingChanges: () => Promise<boolean>;
|
|
3970
4271
|
isDefaultView: () => Promise<boolean>;
|
|
4272
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
4273
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
4274
|
+
openManageViewPopover: () => Promise<void>;
|
|
4275
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
4276
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
4277
|
+
renameViewActionClick: () => Promise<void>;
|
|
4278
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
4279
|
+
deleteViewActionClick: () => Promise<void>;
|
|
4280
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
4281
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
4282
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
4283
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
4284
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
4285
|
+
saveNewView: (name: string) => Promise<void>;
|
|
4286
|
+
deleteView: (ind: number) => Promise<void>;
|
|
4287
|
+
saveViewChanges: () => Promise<void>;
|
|
4288
|
+
renameView: (name: string) => Promise<void>;
|
|
4289
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
3971
4290
|
click: () => Promise<void>;
|
|
3972
4291
|
element: () => Promise<any>;
|
|
3973
4292
|
};
|
|
@@ -4011,7 +4330,7 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
4011
4330
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
4012
4331
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
4013
4332
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
4014
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
4333
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
4015
4334
|
click: () => Promise<void>;
|
|
4016
4335
|
element: () => Promise<any>;
|
|
4017
4336
|
};
|
|
@@ -4037,7 +4356,7 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
4037
4356
|
};
|
|
4038
4357
|
clickClearAllFilters: () => Promise<void>;
|
|
4039
4358
|
getFilterAppliedText: () => Promise<string>;
|
|
4040
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
4359
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
4041
4360
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
4042
4361
|
closeDropdown?: boolean | undefined;
|
|
4043
4362
|
} | undefined) => Promise<string[]>;
|
|
@@ -4393,7 +4712,7 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
4393
4712
|
isTitleExists: () => Promise<boolean>;
|
|
4394
4713
|
getTitleText: () => Promise<string>;
|
|
4395
4714
|
getSubtitleText: () => Promise<string>;
|
|
4396
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
4715
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
4397
4716
|
applyButton: () => {
|
|
4398
4717
|
getButtonTextContent: () => Promise<string>;
|
|
4399
4718
|
isFocused: () => Promise<boolean>;
|
|
@@ -4470,7 +4789,7 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
4470
4789
|
scrollDown: () => Promise<void>;
|
|
4471
4790
|
};
|
|
4472
4791
|
clickClearAllFilters: () => Promise<void>;
|
|
4473
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
4792
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
4474
4793
|
getPanelFiltersCount: () => Promise<number>;
|
|
4475
4794
|
getDateRangeFilter: (filterName: string) => {
|
|
4476
4795
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -4778,7 +5097,7 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
4778
5097
|
isHorizontalScroll: () => Promise<boolean>;
|
|
4779
5098
|
getReorderModeToolbar: () => {
|
|
4780
5099
|
getTitle: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
4781
|
-
getLearnMoreBtn: () => import("@wix/design-system/dist/types/
|
|
5100
|
+
getLearnMoreBtn: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
4782
5101
|
getCancelButton: () => {
|
|
4783
5102
|
getButtonTextContent: () => Promise<string>;
|
|
4784
5103
|
isFocused: () => Promise<boolean>;
|
|
@@ -4810,8 +5129,22 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
4810
5129
|
isSuccessState: () => Promise<boolean>;
|
|
4811
5130
|
isLoadingState: () => Promise<boolean>;
|
|
4812
5131
|
isErrorState: () => Promise<boolean>;
|
|
4813
|
-
getRetryButton: () => Promise<import("@wix/design-system/dist/types/
|
|
4814
|
-
getErrorText: () => Promise<
|
|
5132
|
+
getRetryButton: () => Promise<import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver>;
|
|
5133
|
+
getErrorText: () => Promise<{
|
|
5134
|
+
getTagName: () => Promise<string>;
|
|
5135
|
+
getText: () => Promise<string>;
|
|
5136
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
5137
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
5138
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
5139
|
+
getId: () => Promise<string>;
|
|
5140
|
+
isLight: () => Promise<boolean>;
|
|
5141
|
+
isSecondary: () => Promise<boolean>;
|
|
5142
|
+
isMasked: () => Promise<boolean>;
|
|
5143
|
+
isWidows: () => Promise<boolean>;
|
|
5144
|
+
exists: () => Promise<boolean>;
|
|
5145
|
+
element: () => Promise<any>;
|
|
5146
|
+
click: () => Promise<void>;
|
|
5147
|
+
}>;
|
|
4815
5148
|
getItemTextAt: (index: number) => Promise<string>;
|
|
4816
5149
|
exists: () => Promise<boolean>;
|
|
4817
5150
|
$: (selector: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
@@ -4956,6 +5289,47 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
4956
5289
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
4957
5290
|
isOpen: () => Promise<boolean>;
|
|
4958
5291
|
getPlaceholderText: () => Promise<string | null>;
|
|
5292
|
+
getSaveViewModal: () => {
|
|
5293
|
+
exists: () => Promise<boolean>;
|
|
5294
|
+
getTitle: () => Promise<string>;
|
|
5295
|
+
getSubTitle: () => Promise<string>;
|
|
5296
|
+
getSaveButtonText: () => Promise<string>;
|
|
5297
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
5298
|
+
clickSaveButton: () => Promise<void>;
|
|
5299
|
+
getCancelButtonText: () => Promise<string>;
|
|
5300
|
+
clickCancelButton: () => Promise<void>;
|
|
5301
|
+
clickCloseButton: () => Promise<void>;
|
|
5302
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
5303
|
+
getViewNameInputValue: () => Promise<string>;
|
|
5304
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
5305
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
5306
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
5307
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
5308
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
5309
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
5310
|
+
click: () => Promise<void>;
|
|
5311
|
+
element: () => Promise<any>;
|
|
5312
|
+
};
|
|
5313
|
+
getRenameViewModal: () => {
|
|
5314
|
+
exists: () => Promise<boolean>;
|
|
5315
|
+
getTitle: () => Promise<string>;
|
|
5316
|
+
getSubTitle: () => Promise<string>;
|
|
5317
|
+
getSaveButtonText: () => Promise<string>;
|
|
5318
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
5319
|
+
clickSaveButton: () => Promise<void>;
|
|
5320
|
+
getCancelButtonText: () => Promise<string>;
|
|
5321
|
+
clickCancelButton: () => Promise<void>;
|
|
5322
|
+
clickCloseButton: () => Promise<void>;
|
|
5323
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
5324
|
+
getViewNameInputValue: () => Promise<string>;
|
|
5325
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
5326
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
5327
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
5328
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
5329
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
5330
|
+
click: () => Promise<void>;
|
|
5331
|
+
element: () => Promise<any>;
|
|
5332
|
+
};
|
|
4959
5333
|
getViewListItemById: (id: string) => {
|
|
4960
5334
|
click: () => Promise<void>;
|
|
4961
5335
|
select: () => Promise<void>;
|
|
@@ -4985,6 +5359,24 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
4985
5359
|
getCategoriesContent: () => Promise<string[]>;
|
|
4986
5360
|
isViewPendingChanges: () => Promise<boolean>;
|
|
4987
5361
|
isDefaultView: () => Promise<boolean>;
|
|
5362
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
5363
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
5364
|
+
openManageViewPopover: () => Promise<void>;
|
|
5365
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
5366
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
5367
|
+
renameViewActionClick: () => Promise<void>;
|
|
5368
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
5369
|
+
deleteViewActionClick: () => Promise<void>;
|
|
5370
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
5371
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
5372
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
5373
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
5374
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
5375
|
+
saveNewView: (name: string) => Promise<void>;
|
|
5376
|
+
deleteView: (ind: number) => Promise<void>;
|
|
5377
|
+
saveViewChanges: () => Promise<void>;
|
|
5378
|
+
renameView: (name: string) => Promise<void>;
|
|
5379
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
4988
5380
|
click: () => Promise<void>;
|
|
4989
5381
|
element: () => Promise<any>;
|
|
4990
5382
|
};
|
|
@@ -5028,7 +5420,7 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
5028
5420
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
5029
5421
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
5030
5422
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
5031
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
5423
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
5032
5424
|
click: () => Promise<void>;
|
|
5033
5425
|
element: () => Promise<any>;
|
|
5034
5426
|
};
|
|
@@ -5054,7 +5446,7 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
5054
5446
|
};
|
|
5055
5447
|
clickClearAllFilters: () => Promise<void>;
|
|
5056
5448
|
getFilterAppliedText: () => Promise<string>;
|
|
5057
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
5449
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
5058
5450
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
5059
5451
|
closeDropdown?: boolean | undefined;
|
|
5060
5452
|
} | undefined) => Promise<string[]>;
|
|
@@ -5410,7 +5802,7 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
5410
5802
|
isTitleExists: () => Promise<boolean>;
|
|
5411
5803
|
getTitleText: () => Promise<string>;
|
|
5412
5804
|
getSubtitleText: () => Promise<string>;
|
|
5413
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
5805
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
5414
5806
|
applyButton: () => {
|
|
5415
5807
|
getButtonTextContent: () => Promise<string>;
|
|
5416
5808
|
isFocused: () => Promise<boolean>;
|
|
@@ -5487,7 +5879,7 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
5487
5879
|
scrollDown: () => Promise<void>;
|
|
5488
5880
|
};
|
|
5489
5881
|
clickClearAllFilters: () => Promise<void>;
|
|
5490
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
5882
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
5491
5883
|
getPanelFiltersCount: () => Promise<number>;
|
|
5492
5884
|
getDateRangeFilter: (filterName: string) => {
|
|
5493
5885
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -5551,8 +5943,8 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
5551
5943
|
refreshLoaderExists: () => Promise<boolean>;
|
|
5552
5944
|
refreshLoaderSkeletonCount: () => Promise<number>;
|
|
5553
5945
|
getErrorStateByDataHook: (dataHook?: string) => {
|
|
5554
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
5555
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
5946
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
5947
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
5556
5948
|
getTitleText: () => Promise<string>;
|
|
5557
5949
|
getSubtitleText: () => Promise<string>;
|
|
5558
5950
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -5566,8 +5958,8 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
5566
5958
|
click: () => Promise<void>;
|
|
5567
5959
|
};
|
|
5568
5960
|
getCardErrorStateByDataHook: (dataHook?: string) => {
|
|
5569
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
5570
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
5961
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
5962
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
5571
5963
|
getTitleText: () => Promise<string>;
|
|
5572
5964
|
getSubtitleText: () => Promise<string>;
|
|
5573
5965
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -5581,7 +5973,7 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
5581
5973
|
click: () => Promise<void>;
|
|
5582
5974
|
};
|
|
5583
5975
|
getEmptyStateByDataHook: (dataHook?: string) => {
|
|
5584
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
5976
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
5585
5977
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
5586
5978
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
5587
5979
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -5625,7 +6017,7 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
5625
6017
|
click: () => Promise<void>;
|
|
5626
6018
|
};
|
|
5627
6019
|
getNoResultsStateByDataHook: (dataHook?: string) => {
|
|
5628
|
-
getClearFiltersButton: () => import("@wix/design-system/dist/types/
|
|
6020
|
+
getClearFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
5629
6021
|
getImageGlassArt: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
5630
6022
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
5631
6023
|
getTitleText: () => Promise<string>;
|
|
@@ -5641,6 +6033,7 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
5641
6033
|
click: () => Promise<void>;
|
|
5642
6034
|
};
|
|
5643
6035
|
getRenderedItemsCount: () => Promise<number>;
|
|
6036
|
+
gridContainerExists: () => Promise<boolean>;
|
|
5644
6037
|
getVirtualizedRowsCount: () => Promise<number>;
|
|
5645
6038
|
initialLoaderSkeletonCount: () => Promise<number>;
|
|
5646
6039
|
getLastRenderedItemIndex: () => Promise<number | null>;
|
|
@@ -5650,6 +6043,7 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
5650
6043
|
getSubtitle: () => Promise<string | null>;
|
|
5651
6044
|
getBackgroundImageUrl: () => Promise<string | null>;
|
|
5652
6045
|
click: () => Promise<void>;
|
|
6046
|
+
clickOnContainer: () => Promise<void>;
|
|
5653
6047
|
clickFooter: () => Promise<void>;
|
|
5654
6048
|
getPrimaryActionLabel: () => Promise<string>;
|
|
5655
6049
|
isPrimaryActionDisabled: () => Promise<boolean>;
|
|
@@ -5673,6 +6067,7 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
5673
6067
|
getSubtitle: () => Promise<string | null>;
|
|
5674
6068
|
getBackgroundImageUrl: () => Promise<string | null>;
|
|
5675
6069
|
click: () => Promise<void>;
|
|
6070
|
+
clickOnContainer: () => Promise<void>;
|
|
5676
6071
|
clickFooter: () => Promise<void>;
|
|
5677
6072
|
getPrimaryActionLabel: () => Promise<string>;
|
|
5678
6073
|
isPrimaryActionDisabled: () => Promise<boolean>;
|
|
@@ -5705,7 +6100,7 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
5705
6100
|
click: () => Promise<void>;
|
|
5706
6101
|
}>;
|
|
5707
6102
|
getCardDefaultEmptyState: (dataHook?: string) => {
|
|
5708
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
6103
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
5709
6104
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
5710
6105
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
5711
6106
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -5765,9 +6160,50 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
5765
6160
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
5766
6161
|
isOpen: () => Promise<boolean>;
|
|
5767
6162
|
getPlaceholderText: () => Promise<string | null>;
|
|
5768
|
-
|
|
5769
|
-
|
|
5770
|
-
|
|
6163
|
+
getSaveViewModal: () => {
|
|
6164
|
+
exists: () => Promise<boolean>;
|
|
6165
|
+
getTitle: () => Promise<string>;
|
|
6166
|
+
getSubTitle: () => Promise<string>;
|
|
6167
|
+
getSaveButtonText: () => Promise<string>;
|
|
6168
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
6169
|
+
clickSaveButton: () => Promise<void>;
|
|
6170
|
+
getCancelButtonText: () => Promise<string>;
|
|
6171
|
+
clickCancelButton: () => Promise<void>;
|
|
6172
|
+
clickCloseButton: () => Promise<void>;
|
|
6173
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
6174
|
+
getViewNameInputValue: () => Promise<string>;
|
|
6175
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
6176
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
6177
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
6178
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
6179
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
6180
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
6181
|
+
click: () => Promise<void>;
|
|
6182
|
+
element: () => Promise<any>;
|
|
6183
|
+
};
|
|
6184
|
+
getRenameViewModal: () => {
|
|
6185
|
+
exists: () => Promise<boolean>;
|
|
6186
|
+
getTitle: () => Promise<string>;
|
|
6187
|
+
getSubTitle: () => Promise<string>;
|
|
6188
|
+
getSaveButtonText: () => Promise<string>;
|
|
6189
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
6190
|
+
clickSaveButton: () => Promise<void>;
|
|
6191
|
+
getCancelButtonText: () => Promise<string>;
|
|
6192
|
+
clickCancelButton: () => Promise<void>;
|
|
6193
|
+
clickCloseButton: () => Promise<void>;
|
|
6194
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
6195
|
+
getViewNameInputValue: () => Promise<string>;
|
|
6196
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
6197
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
6198
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
6199
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
6200
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
6201
|
+
click: () => Promise<void>;
|
|
6202
|
+
element: () => Promise<any>;
|
|
6203
|
+
};
|
|
6204
|
+
getViewListItemById: (id: string) => {
|
|
6205
|
+
click: () => Promise<void>;
|
|
6206
|
+
select: () => Promise<void>;
|
|
5771
6207
|
hasCheckbox(): Promise<boolean>;
|
|
5772
6208
|
getPrefix(): Promise<import("@wix/wix-ui-test-utils/dist/types/base-driver").BaseUniDriver>;
|
|
5773
6209
|
getTitle(): Promise<string>;
|
|
@@ -5794,6 +6230,24 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
5794
6230
|
getCategoriesContent: () => Promise<string[]>;
|
|
5795
6231
|
isViewPendingChanges: () => Promise<boolean>;
|
|
5796
6232
|
isDefaultView: () => Promise<boolean>;
|
|
6233
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
6234
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
6235
|
+
openManageViewPopover: () => Promise<void>;
|
|
6236
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
6237
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
6238
|
+
renameViewActionClick: () => Promise<void>;
|
|
6239
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
6240
|
+
deleteViewActionClick: () => Promise<void>;
|
|
6241
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
6242
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
6243
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
6244
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
6245
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
6246
|
+
saveNewView: (name: string) => Promise<void>;
|
|
6247
|
+
deleteView: (ind: number) => Promise<void>;
|
|
6248
|
+
saveViewChanges: () => Promise<void>;
|
|
6249
|
+
renameView: (name: string) => Promise<void>;
|
|
6250
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
5797
6251
|
click: () => Promise<void>;
|
|
5798
6252
|
element: () => Promise<any>;
|
|
5799
6253
|
};
|
|
@@ -5837,7 +6291,7 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
5837
6291
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
5838
6292
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
5839
6293
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
5840
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
6294
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
5841
6295
|
click: () => Promise<void>;
|
|
5842
6296
|
element: () => Promise<any>;
|
|
5843
6297
|
};
|
|
@@ -5863,7 +6317,7 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
5863
6317
|
};
|
|
5864
6318
|
clickClearAllFilters: () => Promise<void>;
|
|
5865
6319
|
getFilterAppliedText: () => Promise<string>;
|
|
5866
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
6320
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
5867
6321
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
5868
6322
|
closeDropdown?: boolean | undefined;
|
|
5869
6323
|
} | undefined) => Promise<string[]>;
|
|
@@ -6219,7 +6673,7 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
6219
6673
|
isTitleExists: () => Promise<boolean>;
|
|
6220
6674
|
getTitleText: () => Promise<string>;
|
|
6221
6675
|
getSubtitleText: () => Promise<string>;
|
|
6222
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
6676
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
6223
6677
|
applyButton: () => {
|
|
6224
6678
|
getButtonTextContent: () => Promise<string>;
|
|
6225
6679
|
isFocused: () => Promise<boolean>;
|
|
@@ -6296,7 +6750,7 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
6296
6750
|
scrollDown: () => Promise<void>;
|
|
6297
6751
|
};
|
|
6298
6752
|
clickClearAllFilters: () => Promise<void>;
|
|
6299
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
6753
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
6300
6754
|
getPanelFiltersCount: () => Promise<number>;
|
|
6301
6755
|
getDateRangeFilter: (filterName: string) => {
|
|
6302
6756
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -6371,7 +6825,7 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
6371
6825
|
};
|
|
6372
6826
|
enterSearchText: (text: string) => Promise<void>;
|
|
6373
6827
|
clearSearchText: () => Promise<void>;
|
|
6374
|
-
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/
|
|
6828
|
+
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
6375
6829
|
scrollDown: (scrollableElementDataHook?: string) => Promise<void>;
|
|
6376
6830
|
scrollDownToItem: (index: number, { timeout, delay, scrollableElementDataHook, }?: {
|
|
6377
6831
|
timeout?: number | undefined;
|
|
@@ -6499,6 +6953,7 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
6499
6953
|
getSubtitle: () => Promise<string | null>;
|
|
6500
6954
|
getBackgroundImageUrl: () => Promise<string | null>;
|
|
6501
6955
|
click: () => Promise<void>;
|
|
6956
|
+
clickOnContainer: () => Promise<void>;
|
|
6502
6957
|
clickFooter: () => Promise<void>;
|
|
6503
6958
|
getPrimaryActionLabel: () => Promise<string>;
|
|
6504
6959
|
isPrimaryActionDisabled: () => Promise<boolean>;
|
|
@@ -6524,8 +6979,22 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
6524
6979
|
isSuccessState: () => Promise<boolean>;
|
|
6525
6980
|
isLoadingState: () => Promise<boolean>;
|
|
6526
6981
|
isErrorState: () => Promise<boolean>;
|
|
6527
|
-
getRetryButton: () => Promise<import("@wix/design-system/dist/types/
|
|
6528
|
-
getErrorText: () => Promise<
|
|
6982
|
+
getRetryButton: () => Promise<import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver>;
|
|
6983
|
+
getErrorText: () => Promise<{
|
|
6984
|
+
getTagName: () => Promise<string>;
|
|
6985
|
+
getText: () => Promise<string>;
|
|
6986
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
6987
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
6988
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
6989
|
+
getId: () => Promise<string>;
|
|
6990
|
+
isLight: () => Promise<boolean>;
|
|
6991
|
+
isSecondary: () => Promise<boolean>;
|
|
6992
|
+
isMasked: () => Promise<boolean>;
|
|
6993
|
+
isWidows: () => Promise<boolean>;
|
|
6994
|
+
exists: () => Promise<boolean>;
|
|
6995
|
+
element: () => Promise<any>;
|
|
6996
|
+
click: () => Promise<void>;
|
|
6997
|
+
}>;
|
|
6529
6998
|
getItemTextAt: (index: number) => Promise<string>;
|
|
6530
6999
|
exists: () => Promise<boolean>;
|
|
6531
7000
|
$: (selector: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
@@ -6548,6 +7017,15 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
6548
7017
|
isDisplayed?: (() => Promise<boolean>) | undefined;
|
|
6549
7018
|
scrollIntoView?: (() => Promise<{}>) | undefined;
|
|
6550
7019
|
}>;
|
|
7020
|
+
getSectionHeaderAt: (index: number) => {
|
|
7021
|
+
getPrimaryAction: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7022
|
+
getTitle: () => Promise<string>;
|
|
7023
|
+
exists: () => Promise<boolean>;
|
|
7024
|
+
element: () => Promise<any>;
|
|
7025
|
+
click: () => Promise<void>;
|
|
7026
|
+
};
|
|
7027
|
+
getSectionHeadersCount: () => Promise<number>;
|
|
7028
|
+
getSectionGridAt: (index: number) => any;
|
|
6551
7029
|
exists: () => Promise<boolean>;
|
|
6552
7030
|
click: () => Promise<void>;
|
|
6553
7031
|
element: () => Promise<any>;
|
|
@@ -6558,8 +7036,22 @@ export declare const TableGridSwitchTestkit: (obj: {
|
|
|
6558
7036
|
isSuccessState: () => Promise<boolean>;
|
|
6559
7037
|
isLoadingState: () => Promise<boolean>;
|
|
6560
7038
|
isErrorState: () => Promise<boolean>;
|
|
6561
|
-
getRetryButton: () => Promise<import("@wix/design-system/dist/types/
|
|
6562
|
-
getErrorText: () => Promise<
|
|
7039
|
+
getRetryButton: () => Promise<import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver>;
|
|
7040
|
+
getErrorText: () => Promise<{
|
|
7041
|
+
getTagName: () => Promise<string>;
|
|
7042
|
+
getText: () => Promise<string>;
|
|
7043
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
7044
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
7045
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
7046
|
+
getId: () => Promise<string>;
|
|
7047
|
+
isLight: () => Promise<boolean>;
|
|
7048
|
+
isSecondary: () => Promise<boolean>;
|
|
7049
|
+
isMasked: () => Promise<boolean>;
|
|
7050
|
+
isWidows: () => Promise<boolean>;
|
|
7051
|
+
exists: () => Promise<boolean>;
|
|
7052
|
+
element: () => Promise<any>;
|
|
7053
|
+
click: () => Promise<void>;
|
|
7054
|
+
}>;
|
|
6563
7055
|
getItemTextAt: (index: number) => Promise<string>;
|
|
6564
7056
|
exists: () => Promise<boolean>;
|
|
6565
7057
|
$: (selector: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
@@ -6622,6 +7114,47 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
6622
7114
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
6623
7115
|
isOpen: () => Promise<boolean>;
|
|
6624
7116
|
getPlaceholderText: () => Promise<string | null>;
|
|
7117
|
+
getSaveViewModal: () => {
|
|
7118
|
+
exists: () => Promise<boolean>;
|
|
7119
|
+
getTitle: () => Promise<string>;
|
|
7120
|
+
getSubTitle: () => Promise<string>;
|
|
7121
|
+
getSaveButtonText: () => Promise<string>;
|
|
7122
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
7123
|
+
clickSaveButton: () => Promise<void>;
|
|
7124
|
+
getCancelButtonText: () => Promise<string>;
|
|
7125
|
+
clickCancelButton: () => Promise<void>;
|
|
7126
|
+
clickCloseButton: () => Promise<void>;
|
|
7127
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
7128
|
+
getViewNameInputValue: () => Promise<string>;
|
|
7129
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
7130
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
7131
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
7132
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
7133
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
7134
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7135
|
+
click: () => Promise<void>;
|
|
7136
|
+
element: () => Promise<any>;
|
|
7137
|
+
};
|
|
7138
|
+
getRenameViewModal: () => {
|
|
7139
|
+
exists: () => Promise<boolean>;
|
|
7140
|
+
getTitle: () => Promise<string>;
|
|
7141
|
+
getSubTitle: () => Promise<string>;
|
|
7142
|
+
getSaveButtonText: () => Promise<string>;
|
|
7143
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
7144
|
+
clickSaveButton: () => Promise<void>;
|
|
7145
|
+
getCancelButtonText: () => Promise<string>;
|
|
7146
|
+
clickCancelButton: () => Promise<void>;
|
|
7147
|
+
clickCloseButton: () => Promise<void>;
|
|
7148
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
7149
|
+
getViewNameInputValue: () => Promise<string>;
|
|
7150
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
7151
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
7152
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
7153
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
7154
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
7155
|
+
click: () => Promise<void>;
|
|
7156
|
+
element: () => Promise<any>;
|
|
7157
|
+
};
|
|
6625
7158
|
getViewListItemById: (id: string) => {
|
|
6626
7159
|
click: () => Promise<void>;
|
|
6627
7160
|
select: () => Promise<void>;
|
|
@@ -6651,6 +7184,24 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
6651
7184
|
getCategoriesContent: () => Promise<string[]>;
|
|
6652
7185
|
isViewPendingChanges: () => Promise<boolean>;
|
|
6653
7186
|
isDefaultView: () => Promise<boolean>;
|
|
7187
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
7188
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
7189
|
+
openManageViewPopover: () => Promise<void>;
|
|
7190
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
7191
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
7192
|
+
renameViewActionClick: () => Promise<void>;
|
|
7193
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
7194
|
+
deleteViewActionClick: () => Promise<void>;
|
|
7195
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
7196
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
7197
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
7198
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
7199
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
7200
|
+
saveNewView: (name: string) => Promise<void>;
|
|
7201
|
+
deleteView: (ind: number) => Promise<void>;
|
|
7202
|
+
saveViewChanges: () => Promise<void>;
|
|
7203
|
+
renameView: (name: string) => Promise<void>;
|
|
7204
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
6654
7205
|
click: () => Promise<void>;
|
|
6655
7206
|
element: () => Promise<any>;
|
|
6656
7207
|
};
|
|
@@ -6694,7 +7245,7 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
6694
7245
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
6695
7246
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
6696
7247
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
6697
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
7248
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
6698
7249
|
click: () => Promise<void>;
|
|
6699
7250
|
element: () => Promise<any>;
|
|
6700
7251
|
};
|
|
@@ -6720,7 +7271,7 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
6720
7271
|
};
|
|
6721
7272
|
clickClearAllFilters: () => Promise<void>;
|
|
6722
7273
|
getFilterAppliedText: () => Promise<string>;
|
|
6723
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
7274
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
6724
7275
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
6725
7276
|
closeDropdown?: boolean | undefined;
|
|
6726
7277
|
} | undefined) => Promise<string[]>;
|
|
@@ -7076,7 +7627,7 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
7076
7627
|
isTitleExists: () => Promise<boolean>;
|
|
7077
7628
|
getTitleText: () => Promise<string>;
|
|
7078
7629
|
getSubtitleText: () => Promise<string>;
|
|
7079
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
7630
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7080
7631
|
applyButton: () => {
|
|
7081
7632
|
getButtonTextContent: () => Promise<string>;
|
|
7082
7633
|
isFocused: () => Promise<boolean>;
|
|
@@ -7153,7 +7704,7 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
7153
7704
|
scrollDown: () => Promise<void>;
|
|
7154
7705
|
};
|
|
7155
7706
|
clickClearAllFilters: () => Promise<void>;
|
|
7156
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
7707
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7157
7708
|
getPanelFiltersCount: () => Promise<number>;
|
|
7158
7709
|
getDateRangeFilter: (filterName: string) => {
|
|
7159
7710
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -7209,8 +7760,8 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
7209
7760
|
element: () => Promise<any>;
|
|
7210
7761
|
};
|
|
7211
7762
|
getErrorStateByDataHook: (dataHook?: string) => {
|
|
7212
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
7213
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
7763
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7764
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7214
7765
|
getTitleText: () => Promise<string>;
|
|
7215
7766
|
getSubtitleText: () => Promise<string>;
|
|
7216
7767
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -7224,7 +7775,7 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
7224
7775
|
click: () => Promise<void>;
|
|
7225
7776
|
};
|
|
7226
7777
|
getEmptyStateByDataHook: (dataHook?: string) => {
|
|
7227
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
7778
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7228
7779
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
7229
7780
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
7230
7781
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -7241,8 +7792,8 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
7241
7792
|
click: () => Promise<void>;
|
|
7242
7793
|
};
|
|
7243
7794
|
getCardErrorStateByDataHook: (dataHook?: string) => {
|
|
7244
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
7245
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
7795
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7796
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7246
7797
|
getTitleText: () => Promise<string>;
|
|
7247
7798
|
getSubtitleText: () => Promise<string>;
|
|
7248
7799
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -7255,7 +7806,7 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
7255
7806
|
element: () => Promise<any>;
|
|
7256
7807
|
click: () => Promise<void>;
|
|
7257
7808
|
};
|
|
7258
|
-
_toggleShowAllFoldersButton: () => import("@wix/design-system/dist/types/
|
|
7809
|
+
_toggleShowAllFoldersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7259
7810
|
clickToggleShowAllFoldersButton: () => Promise<void>;
|
|
7260
7811
|
toggleShowAllFoldersButtonExists: () => Promise<boolean>;
|
|
7261
7812
|
foldersSection: () => {
|
|
@@ -7271,8 +7822,8 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
7271
7822
|
refreshLoaderExists: () => Promise<boolean>;
|
|
7272
7823
|
refreshLoaderSkeletonCount: () => Promise<number>;
|
|
7273
7824
|
getErrorStateByDataHook: (dataHook?: string) => {
|
|
7274
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
7275
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
7825
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7826
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7276
7827
|
getTitleText: () => Promise<string>;
|
|
7277
7828
|
getSubtitleText: () => Promise<string>;
|
|
7278
7829
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -7286,8 +7837,8 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
7286
7837
|
click: () => Promise<void>;
|
|
7287
7838
|
};
|
|
7288
7839
|
getCardErrorStateByDataHook: (dataHook?: string) => {
|
|
7289
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
7290
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
7840
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7841
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7291
7842
|
getTitleText: () => Promise<string>;
|
|
7292
7843
|
getSubtitleText: () => Promise<string>;
|
|
7293
7844
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -7301,7 +7852,7 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
7301
7852
|
click: () => Promise<void>;
|
|
7302
7853
|
};
|
|
7303
7854
|
getEmptyStateByDataHook: (dataHook?: string) => {
|
|
7304
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
7855
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7305
7856
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
7306
7857
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
7307
7858
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -7345,7 +7896,7 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
7345
7896
|
click: () => Promise<void>;
|
|
7346
7897
|
};
|
|
7347
7898
|
getNoResultsStateByDataHook: (dataHook?: string) => {
|
|
7348
|
-
getClearFiltersButton: () => import("@wix/design-system/dist/types/
|
|
7899
|
+
getClearFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7349
7900
|
getImageGlassArt: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
7350
7901
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
7351
7902
|
getTitleText: () => Promise<string>;
|
|
@@ -7361,6 +7912,7 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
7361
7912
|
click: () => Promise<void>;
|
|
7362
7913
|
};
|
|
7363
7914
|
getRenderedItemsCount: () => Promise<number>;
|
|
7915
|
+
gridContainerExists: () => Promise<boolean>;
|
|
7364
7916
|
getVirtualizedRowsCount: () => Promise<number>;
|
|
7365
7917
|
initialLoaderSkeletonCount: () => Promise<number>;
|
|
7366
7918
|
getLastRenderedItemIndex: () => Promise<number | null>;
|
|
@@ -7370,6 +7922,7 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
7370
7922
|
getSubtitle: () => Promise<string | null>;
|
|
7371
7923
|
getBackgroundImageUrl: () => Promise<string | null>;
|
|
7372
7924
|
click: () => Promise<void>;
|
|
7925
|
+
clickOnContainer: () => Promise<void>;
|
|
7373
7926
|
clickFooter: () => Promise<void>;
|
|
7374
7927
|
getPrimaryActionLabel: () => Promise<string>;
|
|
7375
7928
|
isPrimaryActionDisabled: () => Promise<boolean>;
|
|
@@ -7393,6 +7946,7 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
7393
7946
|
getSubtitle: () => Promise<string | null>;
|
|
7394
7947
|
getBackgroundImageUrl: () => Promise<string | null>;
|
|
7395
7948
|
click: () => Promise<void>;
|
|
7949
|
+
clickOnContainer: () => Promise<void>;
|
|
7396
7950
|
clickFooter: () => Promise<void>;
|
|
7397
7951
|
getPrimaryActionLabel: () => Promise<string>;
|
|
7398
7952
|
isPrimaryActionDisabled: () => Promise<boolean>;
|
|
@@ -7425,7 +7979,7 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
7425
7979
|
click: () => Promise<void>;
|
|
7426
7980
|
}>;
|
|
7427
7981
|
getCardDefaultEmptyState: (dataHook?: string) => {
|
|
7428
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
7982
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7429
7983
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
7430
7984
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
7431
7985
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -7485,6 +8039,47 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
7485
8039
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
7486
8040
|
isOpen: () => Promise<boolean>;
|
|
7487
8041
|
getPlaceholderText: () => Promise<string | null>;
|
|
8042
|
+
getSaveViewModal: () => {
|
|
8043
|
+
exists: () => Promise<boolean>;
|
|
8044
|
+
getTitle: () => Promise<string>;
|
|
8045
|
+
getSubTitle: () => Promise<string>;
|
|
8046
|
+
getSaveButtonText: () => Promise<string>;
|
|
8047
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
8048
|
+
clickSaveButton: () => Promise<void>;
|
|
8049
|
+
getCancelButtonText: () => Promise<string>;
|
|
8050
|
+
clickCancelButton: () => Promise<void>;
|
|
8051
|
+
clickCloseButton: () => Promise<void>;
|
|
8052
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
8053
|
+
getViewNameInputValue: () => Promise<string>;
|
|
8054
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
8055
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
8056
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
8057
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
8058
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
8059
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
8060
|
+
click: () => Promise<void>;
|
|
8061
|
+
element: () => Promise<any>;
|
|
8062
|
+
};
|
|
8063
|
+
getRenameViewModal: () => {
|
|
8064
|
+
exists: () => Promise<boolean>;
|
|
8065
|
+
getTitle: () => Promise<string>;
|
|
8066
|
+
getSubTitle: () => Promise<string>;
|
|
8067
|
+
getSaveButtonText: () => Promise<string>;
|
|
8068
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
8069
|
+
clickSaveButton: () => Promise<void>;
|
|
8070
|
+
getCancelButtonText: () => Promise<string>;
|
|
8071
|
+
clickCancelButton: () => Promise<void>;
|
|
8072
|
+
clickCloseButton: () => Promise<void>;
|
|
8073
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
8074
|
+
getViewNameInputValue: () => Promise<string>;
|
|
8075
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
8076
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
8077
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
8078
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
8079
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
8080
|
+
click: () => Promise<void>;
|
|
8081
|
+
element: () => Promise<any>;
|
|
8082
|
+
};
|
|
7488
8083
|
getViewListItemById: (id: string) => {
|
|
7489
8084
|
click: () => Promise<void>;
|
|
7490
8085
|
select: () => Promise<void>;
|
|
@@ -7514,6 +8109,24 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
7514
8109
|
getCategoriesContent: () => Promise<string[]>;
|
|
7515
8110
|
isViewPendingChanges: () => Promise<boolean>;
|
|
7516
8111
|
isDefaultView: () => Promise<boolean>;
|
|
8112
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
8113
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
8114
|
+
openManageViewPopover: () => Promise<void>;
|
|
8115
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
8116
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
8117
|
+
renameViewActionClick: () => Promise<void>;
|
|
8118
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
8119
|
+
deleteViewActionClick: () => Promise<void>;
|
|
8120
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
8121
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
8122
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
8123
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
8124
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
8125
|
+
saveNewView: (name: string) => Promise<void>;
|
|
8126
|
+
deleteView: (ind: number) => Promise<void>;
|
|
8127
|
+
saveViewChanges: () => Promise<void>;
|
|
8128
|
+
renameView: (name: string) => Promise<void>;
|
|
8129
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
7517
8130
|
click: () => Promise<void>;
|
|
7518
8131
|
element: () => Promise<any>;
|
|
7519
8132
|
};
|
|
@@ -7557,7 +8170,7 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
7557
8170
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
7558
8171
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
7559
8172
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
7560
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
8173
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7561
8174
|
click: () => Promise<void>;
|
|
7562
8175
|
element: () => Promise<any>;
|
|
7563
8176
|
};
|
|
@@ -7583,7 +8196,7 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
7583
8196
|
};
|
|
7584
8197
|
clickClearAllFilters: () => Promise<void>;
|
|
7585
8198
|
getFilterAppliedText: () => Promise<string>;
|
|
7586
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
8199
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7587
8200
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
7588
8201
|
closeDropdown?: boolean | undefined;
|
|
7589
8202
|
} | undefined) => Promise<string[]>;
|
|
@@ -7939,7 +8552,7 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
7939
8552
|
isTitleExists: () => Promise<boolean>;
|
|
7940
8553
|
getTitleText: () => Promise<string>;
|
|
7941
8554
|
getSubtitleText: () => Promise<string>;
|
|
7942
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
8555
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
7943
8556
|
applyButton: () => {
|
|
7944
8557
|
getButtonTextContent: () => Promise<string>;
|
|
7945
8558
|
isFocused: () => Promise<boolean>;
|
|
@@ -8016,7 +8629,7 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
8016
8629
|
scrollDown: () => Promise<void>;
|
|
8017
8630
|
};
|
|
8018
8631
|
clickClearAllFilters: () => Promise<void>;
|
|
8019
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
8632
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
8020
8633
|
getPanelFiltersCount: () => Promise<number>;
|
|
8021
8634
|
getDateRangeFilter: (filterName: string) => {
|
|
8022
8635
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -8091,7 +8704,7 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
8091
8704
|
};
|
|
8092
8705
|
enterSearchText: (text: string) => Promise<void>;
|
|
8093
8706
|
clearSearchText: () => Promise<void>;
|
|
8094
|
-
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/
|
|
8707
|
+
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
8095
8708
|
scrollDown: (scrollableElementDataHook?: string) => Promise<void>;
|
|
8096
8709
|
scrollDownToItem: (index: number, { timeout, delay, scrollableElementDataHook, }?: {
|
|
8097
8710
|
timeout?: number | undefined;
|
|
@@ -8219,6 +8832,7 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
8219
8832
|
getSubtitle: () => Promise<string | null>;
|
|
8220
8833
|
getBackgroundImageUrl: () => Promise<string | null>;
|
|
8221
8834
|
click: () => Promise<void>;
|
|
8835
|
+
clickOnContainer: () => Promise<void>;
|
|
8222
8836
|
clickFooter: () => Promise<void>;
|
|
8223
8837
|
getPrimaryActionLabel: () => Promise<string>;
|
|
8224
8838
|
isPrimaryActionDisabled: () => Promise<boolean>;
|
|
@@ -8244,8 +8858,22 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
8244
8858
|
isSuccessState: () => Promise<boolean>;
|
|
8245
8859
|
isLoadingState: () => Promise<boolean>;
|
|
8246
8860
|
isErrorState: () => Promise<boolean>;
|
|
8247
|
-
getRetryButton: () => Promise<import("@wix/design-system/dist/types/
|
|
8248
|
-
getErrorText: () => Promise<
|
|
8861
|
+
getRetryButton: () => Promise<import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver>;
|
|
8862
|
+
getErrorText: () => Promise<{
|
|
8863
|
+
getTagName: () => Promise<string>;
|
|
8864
|
+
getText: () => Promise<string>;
|
|
8865
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
8866
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
8867
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
8868
|
+
getId: () => Promise<string>;
|
|
8869
|
+
isLight: () => Promise<boolean>;
|
|
8870
|
+
isSecondary: () => Promise<boolean>;
|
|
8871
|
+
isMasked: () => Promise<boolean>;
|
|
8872
|
+
isWidows: () => Promise<boolean>;
|
|
8873
|
+
exists: () => Promise<boolean>;
|
|
8874
|
+
element: () => Promise<any>;
|
|
8875
|
+
click: () => Promise<void>;
|
|
8876
|
+
}>;
|
|
8249
8877
|
getItemTextAt: (index: number) => Promise<string>;
|
|
8250
8878
|
exists: () => Promise<boolean>;
|
|
8251
8879
|
$: (selector: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
@@ -8268,6 +8896,15 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
8268
8896
|
isDisplayed?: (() => Promise<boolean>) | undefined;
|
|
8269
8897
|
scrollIntoView?: (() => Promise<{}>) | undefined;
|
|
8270
8898
|
}>;
|
|
8899
|
+
getSectionHeaderAt: (index: number) => {
|
|
8900
|
+
getPrimaryAction: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
8901
|
+
getTitle: () => Promise<string>;
|
|
8902
|
+
exists: () => Promise<boolean>;
|
|
8903
|
+
element: () => Promise<any>;
|
|
8904
|
+
click: () => Promise<void>;
|
|
8905
|
+
};
|
|
8906
|
+
getSectionHeadersCount: () => Promise<number>;
|
|
8907
|
+
getSectionGridAt: (index: number) => any;
|
|
8271
8908
|
exists: () => Promise<boolean>;
|
|
8272
8909
|
click: () => Promise<void>;
|
|
8273
8910
|
element: () => Promise<any>;
|
|
@@ -8291,8 +8928,8 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
8291
8928
|
refreshLoaderExists: () => Promise<boolean>;
|
|
8292
8929
|
refreshLoaderSkeletonCount: () => Promise<number>;
|
|
8293
8930
|
getErrorStateByDataHook: (dataHook?: string) => {
|
|
8294
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
8295
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
8931
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
8932
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
8296
8933
|
getTitleText: () => Promise<string>;
|
|
8297
8934
|
getSubtitleText: () => Promise<string>;
|
|
8298
8935
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -8306,8 +8943,8 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
8306
8943
|
click: () => Promise<void>;
|
|
8307
8944
|
};
|
|
8308
8945
|
getCardErrorStateByDataHook: (dataHook?: string) => {
|
|
8309
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
8310
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
8946
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
8947
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
8311
8948
|
getTitleText: () => Promise<string>;
|
|
8312
8949
|
getSubtitleText: () => Promise<string>;
|
|
8313
8950
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -8321,7 +8958,7 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
8321
8958
|
click: () => Promise<void>;
|
|
8322
8959
|
};
|
|
8323
8960
|
getEmptyStateByDataHook: (dataHook?: string) => {
|
|
8324
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
8961
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
8325
8962
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
8326
8963
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
8327
8964
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -8365,7 +9002,7 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
8365
9002
|
click: () => Promise<void>;
|
|
8366
9003
|
};
|
|
8367
9004
|
getNoResultsStateByDataHook: (dataHook?: string) => {
|
|
8368
|
-
getClearFiltersButton: () => import("@wix/design-system/dist/types/
|
|
9005
|
+
getClearFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
8369
9006
|
getImageGlassArt: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
8370
9007
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
8371
9008
|
getTitleText: () => Promise<string>;
|
|
@@ -8381,6 +9018,7 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
8381
9018
|
click: () => Promise<void>;
|
|
8382
9019
|
};
|
|
8383
9020
|
getRenderedItemsCount: () => Promise<number>;
|
|
9021
|
+
gridContainerExists: () => Promise<boolean>;
|
|
8384
9022
|
getVirtualizedRowsCount: () => Promise<number>;
|
|
8385
9023
|
initialLoaderSkeletonCount: () => Promise<number>;
|
|
8386
9024
|
getLastRenderedItemIndex: () => Promise<number | null>;
|
|
@@ -8390,6 +9028,7 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
8390
9028
|
getSubtitle: () => Promise<string | null>;
|
|
8391
9029
|
getBackgroundImageUrl: () => Promise<string | null>;
|
|
8392
9030
|
click: () => Promise<void>;
|
|
9031
|
+
clickOnContainer: () => Promise<void>;
|
|
8393
9032
|
clickFooter: () => Promise<void>;
|
|
8394
9033
|
getPrimaryActionLabel: () => Promise<string>;
|
|
8395
9034
|
isPrimaryActionDisabled: () => Promise<boolean>;
|
|
@@ -8413,6 +9052,7 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
8413
9052
|
getSubtitle: () => Promise<string | null>;
|
|
8414
9053
|
getBackgroundImageUrl: () => Promise<string | null>;
|
|
8415
9054
|
click: () => Promise<void>;
|
|
9055
|
+
clickOnContainer: () => Promise<void>;
|
|
8416
9056
|
clickFooter: () => Promise<void>;
|
|
8417
9057
|
getPrimaryActionLabel: () => Promise<string>;
|
|
8418
9058
|
isPrimaryActionDisabled: () => Promise<boolean>;
|
|
@@ -8445,7 +9085,7 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
8445
9085
|
click: () => Promise<void>;
|
|
8446
9086
|
}>;
|
|
8447
9087
|
getCardDefaultEmptyState: (dataHook?: string) => {
|
|
8448
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
9088
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
8449
9089
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
8450
9090
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
8451
9091
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -8505,6 +9145,47 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
8505
9145
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
8506
9146
|
isOpen: () => Promise<boolean>;
|
|
8507
9147
|
getPlaceholderText: () => Promise<string | null>;
|
|
9148
|
+
getSaveViewModal: () => {
|
|
9149
|
+
exists: () => Promise<boolean>;
|
|
9150
|
+
getTitle: () => Promise<string>;
|
|
9151
|
+
getSubTitle: () => Promise<string>;
|
|
9152
|
+
getSaveButtonText: () => Promise<string>;
|
|
9153
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
9154
|
+
clickSaveButton: () => Promise<void>;
|
|
9155
|
+
getCancelButtonText: () => Promise<string>;
|
|
9156
|
+
clickCancelButton: () => Promise<void>;
|
|
9157
|
+
clickCloseButton: () => Promise<void>;
|
|
9158
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
9159
|
+
getViewNameInputValue: () => Promise<string>;
|
|
9160
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
9161
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
9162
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
9163
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
9164
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
9165
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
9166
|
+
click: () => Promise<void>;
|
|
9167
|
+
element: () => Promise<any>;
|
|
9168
|
+
};
|
|
9169
|
+
getRenameViewModal: () => {
|
|
9170
|
+
exists: () => Promise<boolean>;
|
|
9171
|
+
getTitle: () => Promise<string>;
|
|
9172
|
+
getSubTitle: () => Promise<string>;
|
|
9173
|
+
getSaveButtonText: () => Promise<string>;
|
|
9174
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
9175
|
+
clickSaveButton: () => Promise<void>;
|
|
9176
|
+
getCancelButtonText: () => Promise<string>;
|
|
9177
|
+
clickCancelButton: () => Promise<void>;
|
|
9178
|
+
clickCloseButton: () => Promise<void>;
|
|
9179
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
9180
|
+
getViewNameInputValue: () => Promise<string>;
|
|
9181
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
9182
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
9183
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
9184
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
9185
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
9186
|
+
click: () => Promise<void>;
|
|
9187
|
+
element: () => Promise<any>;
|
|
9188
|
+
};
|
|
8508
9189
|
getViewListItemById: (id: string) => {
|
|
8509
9190
|
click: () => Promise<void>;
|
|
8510
9191
|
select: () => Promise<void>;
|
|
@@ -8534,6 +9215,24 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
8534
9215
|
getCategoriesContent: () => Promise<string[]>;
|
|
8535
9216
|
isViewPendingChanges: () => Promise<boolean>;
|
|
8536
9217
|
isDefaultView: () => Promise<boolean>;
|
|
9218
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
9219
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
9220
|
+
openManageViewPopover: () => Promise<void>;
|
|
9221
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
9222
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
9223
|
+
renameViewActionClick: () => Promise<void>;
|
|
9224
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
9225
|
+
deleteViewActionClick: () => Promise<void>;
|
|
9226
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
9227
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
9228
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
9229
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
9230
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
9231
|
+
saveNewView: (name: string) => Promise<void>;
|
|
9232
|
+
deleteView: (ind: number) => Promise<void>;
|
|
9233
|
+
saveViewChanges: () => Promise<void>;
|
|
9234
|
+
renameView: (name: string) => Promise<void>;
|
|
9235
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
8537
9236
|
click: () => Promise<void>;
|
|
8538
9237
|
element: () => Promise<any>;
|
|
8539
9238
|
};
|
|
@@ -8577,7 +9276,7 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
8577
9276
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
8578
9277
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
8579
9278
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
8580
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
9279
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
8581
9280
|
click: () => Promise<void>;
|
|
8582
9281
|
element: () => Promise<any>;
|
|
8583
9282
|
};
|
|
@@ -8603,7 +9302,7 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
8603
9302
|
};
|
|
8604
9303
|
clickClearAllFilters: () => Promise<void>;
|
|
8605
9304
|
getFilterAppliedText: () => Promise<string>;
|
|
8606
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
9305
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
8607
9306
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
8608
9307
|
closeDropdown?: boolean | undefined;
|
|
8609
9308
|
} | undefined) => Promise<string[]>;
|
|
@@ -8959,7 +9658,7 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
8959
9658
|
isTitleExists: () => Promise<boolean>;
|
|
8960
9659
|
getTitleText: () => Promise<string>;
|
|
8961
9660
|
getSubtitleText: () => Promise<string>;
|
|
8962
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
9661
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
8963
9662
|
applyButton: () => {
|
|
8964
9663
|
getButtonTextContent: () => Promise<string>;
|
|
8965
9664
|
isFocused: () => Promise<boolean>;
|
|
@@ -9036,7 +9735,7 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
9036
9735
|
scrollDown: () => Promise<void>;
|
|
9037
9736
|
};
|
|
9038
9737
|
clickClearAllFilters: () => Promise<void>;
|
|
9039
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
9738
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
9040
9739
|
getPanelFiltersCount: () => Promise<number>;
|
|
9041
9740
|
getDateRangeFilter: (filterName: string) => {
|
|
9042
9741
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -9111,7 +9810,7 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
9111
9810
|
};
|
|
9112
9811
|
enterSearchText: (text: string) => Promise<void>;
|
|
9113
9812
|
clearSearchText: () => Promise<void>;
|
|
9114
|
-
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/
|
|
9813
|
+
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
9115
9814
|
scrollDown: (scrollableElementDataHook?: string) => Promise<void>;
|
|
9116
9815
|
scrollDownToItem: (index: number, { timeout, delay, scrollableElementDataHook, }?: {
|
|
9117
9816
|
timeout?: number | undefined;
|
|
@@ -9239,6 +9938,7 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
9239
9938
|
getSubtitle: () => Promise<string | null>;
|
|
9240
9939
|
getBackgroundImageUrl: () => Promise<string | null>;
|
|
9241
9940
|
click: () => Promise<void>;
|
|
9941
|
+
clickOnContainer: () => Promise<void>;
|
|
9242
9942
|
clickFooter: () => Promise<void>;
|
|
9243
9943
|
getPrimaryActionLabel: () => Promise<string>;
|
|
9244
9944
|
isPrimaryActionDisabled: () => Promise<boolean>;
|
|
@@ -9264,8 +9964,22 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
9264
9964
|
isSuccessState: () => Promise<boolean>;
|
|
9265
9965
|
isLoadingState: () => Promise<boolean>;
|
|
9266
9966
|
isErrorState: () => Promise<boolean>;
|
|
9267
|
-
getRetryButton: () => Promise<import("@wix/design-system/dist/types/
|
|
9268
|
-
getErrorText: () => Promise<
|
|
9967
|
+
getRetryButton: () => Promise<import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver>;
|
|
9968
|
+
getErrorText: () => Promise<{
|
|
9969
|
+
getTagName: () => Promise<string>;
|
|
9970
|
+
getText: () => Promise<string>;
|
|
9971
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
9972
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
9973
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
9974
|
+
getId: () => Promise<string>;
|
|
9975
|
+
isLight: () => Promise<boolean>;
|
|
9976
|
+
isSecondary: () => Promise<boolean>;
|
|
9977
|
+
isMasked: () => Promise<boolean>;
|
|
9978
|
+
isWidows: () => Promise<boolean>;
|
|
9979
|
+
exists: () => Promise<boolean>;
|
|
9980
|
+
element: () => Promise<any>;
|
|
9981
|
+
click: () => Promise<void>;
|
|
9982
|
+
}>;
|
|
9269
9983
|
getItemTextAt: (index: number) => Promise<string>;
|
|
9270
9984
|
exists: () => Promise<boolean>;
|
|
9271
9985
|
$: (selector: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
@@ -9288,6 +10002,15 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
9288
10002
|
isDisplayed?: (() => Promise<boolean>) | undefined;
|
|
9289
10003
|
scrollIntoView?: (() => Promise<{}>) | undefined;
|
|
9290
10004
|
}>;
|
|
10005
|
+
getSectionHeaderAt: (index: number) => {
|
|
10006
|
+
getPrimaryAction: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
10007
|
+
getTitle: () => Promise<string>;
|
|
10008
|
+
exists: () => Promise<boolean>;
|
|
10009
|
+
element: () => Promise<any>;
|
|
10010
|
+
click: () => Promise<void>;
|
|
10011
|
+
};
|
|
10012
|
+
getSectionHeadersCount: () => Promise<number>;
|
|
10013
|
+
getSectionGridAt: (index: number) => any;
|
|
9291
10014
|
exists: () => Promise<boolean>;
|
|
9292
10015
|
click: () => Promise<void>;
|
|
9293
10016
|
element: () => Promise<any>;
|
|
@@ -9319,8 +10042,22 @@ export declare const GridFoldersTestkit: (obj: {
|
|
|
9319
10042
|
isSuccessState: () => Promise<boolean>;
|
|
9320
10043
|
isLoadingState: () => Promise<boolean>;
|
|
9321
10044
|
isErrorState: () => Promise<boolean>;
|
|
9322
|
-
getRetryButton: () => Promise<import("@wix/design-system/dist/types/
|
|
9323
|
-
getErrorText: () => Promise<
|
|
10045
|
+
getRetryButton: () => Promise<import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver>;
|
|
10046
|
+
getErrorText: () => Promise<{
|
|
10047
|
+
getTagName: () => Promise<string>;
|
|
10048
|
+
getText: () => Promise<string>;
|
|
10049
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
10050
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
10051
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
10052
|
+
getId: () => Promise<string>;
|
|
10053
|
+
isLight: () => Promise<boolean>;
|
|
10054
|
+
isSecondary: () => Promise<boolean>;
|
|
10055
|
+
isMasked: () => Promise<boolean>;
|
|
10056
|
+
isWidows: () => Promise<boolean>;
|
|
10057
|
+
exists: () => Promise<boolean>;
|
|
10058
|
+
element: () => Promise<any>;
|
|
10059
|
+
click: () => Promise<void>;
|
|
10060
|
+
}>;
|
|
9324
10061
|
getItemTextAt: (index: number) => Promise<string>;
|
|
9325
10062
|
exists: () => Promise<boolean>;
|
|
9326
10063
|
$: (selector: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
@@ -9383,6 +10120,47 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
9383
10120
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
9384
10121
|
isOpen: () => Promise<boolean>;
|
|
9385
10122
|
getPlaceholderText: () => Promise<string | null>;
|
|
10123
|
+
getSaveViewModal: () => {
|
|
10124
|
+
exists: () => Promise<boolean>;
|
|
10125
|
+
getTitle: () => Promise<string>;
|
|
10126
|
+
getSubTitle: () => Promise<string>;
|
|
10127
|
+
getSaveButtonText: () => Promise<string>;
|
|
10128
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
10129
|
+
clickSaveButton: () => Promise<void>;
|
|
10130
|
+
getCancelButtonText: () => Promise<string>;
|
|
10131
|
+
clickCancelButton: () => Promise<void>;
|
|
10132
|
+
clickCloseButton: () => Promise<void>;
|
|
10133
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
10134
|
+
getViewNameInputValue: () => Promise<string>;
|
|
10135
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
10136
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
10137
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
10138
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
10139
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
10140
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
10141
|
+
click: () => Promise<void>;
|
|
10142
|
+
element: () => Promise<any>;
|
|
10143
|
+
};
|
|
10144
|
+
getRenameViewModal: () => {
|
|
10145
|
+
exists: () => Promise<boolean>;
|
|
10146
|
+
getTitle: () => Promise<string>;
|
|
10147
|
+
getSubTitle: () => Promise<string>;
|
|
10148
|
+
getSaveButtonText: () => Promise<string>;
|
|
10149
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
10150
|
+
clickSaveButton: () => Promise<void>;
|
|
10151
|
+
getCancelButtonText: () => Promise<string>;
|
|
10152
|
+
clickCancelButton: () => Promise<void>;
|
|
10153
|
+
clickCloseButton: () => Promise<void>;
|
|
10154
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
10155
|
+
getViewNameInputValue: () => Promise<string>;
|
|
10156
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
10157
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
10158
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
10159
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
10160
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
10161
|
+
click: () => Promise<void>;
|
|
10162
|
+
element: () => Promise<any>;
|
|
10163
|
+
};
|
|
9386
10164
|
getViewListItemById: (id: string) => {
|
|
9387
10165
|
click: () => Promise<void>;
|
|
9388
10166
|
select: () => Promise<void>;
|
|
@@ -9412,6 +10190,24 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
9412
10190
|
getCategoriesContent: () => Promise<string[]>;
|
|
9413
10191
|
isViewPendingChanges: () => Promise<boolean>;
|
|
9414
10192
|
isDefaultView: () => Promise<boolean>;
|
|
10193
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
10194
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
10195
|
+
openManageViewPopover: () => Promise<void>;
|
|
10196
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
10197
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
10198
|
+
renameViewActionClick: () => Promise<void>;
|
|
10199
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
10200
|
+
deleteViewActionClick: () => Promise<void>;
|
|
10201
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
10202
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
10203
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
10204
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
10205
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
10206
|
+
saveNewView: (name: string) => Promise<void>;
|
|
10207
|
+
deleteView: (ind: number) => Promise<void>;
|
|
10208
|
+
saveViewChanges: () => Promise<void>;
|
|
10209
|
+
renameView: (name: string) => Promise<void>;
|
|
10210
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
9415
10211
|
click: () => Promise<void>;
|
|
9416
10212
|
element: () => Promise<any>;
|
|
9417
10213
|
};
|
|
@@ -9455,7 +10251,7 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
9455
10251
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
9456
10252
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
9457
10253
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
9458
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
10254
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
9459
10255
|
click: () => Promise<void>;
|
|
9460
10256
|
element: () => Promise<any>;
|
|
9461
10257
|
};
|
|
@@ -9481,7 +10277,7 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
9481
10277
|
};
|
|
9482
10278
|
clickClearAllFilters: () => Promise<void>;
|
|
9483
10279
|
getFilterAppliedText: () => Promise<string>;
|
|
9484
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
10280
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
9485
10281
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
9486
10282
|
closeDropdown?: boolean | undefined;
|
|
9487
10283
|
} | undefined) => Promise<string[]>;
|
|
@@ -9837,7 +10633,7 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
9837
10633
|
isTitleExists: () => Promise<boolean>;
|
|
9838
10634
|
getTitleText: () => Promise<string>;
|
|
9839
10635
|
getSubtitleText: () => Promise<string>;
|
|
9840
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
10636
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
9841
10637
|
applyButton: () => {
|
|
9842
10638
|
getButtonTextContent: () => Promise<string>;
|
|
9843
10639
|
isFocused: () => Promise<boolean>;
|
|
@@ -9914,7 +10710,7 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
9914
10710
|
scrollDown: () => Promise<void>;
|
|
9915
10711
|
};
|
|
9916
10712
|
clickClearAllFilters: () => Promise<void>;
|
|
9917
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
10713
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
9918
10714
|
getPanelFiltersCount: () => Promise<number>;
|
|
9919
10715
|
getDateRangeFilter: (filterName: string) => {
|
|
9920
10716
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -9970,8 +10766,8 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
9970
10766
|
element: () => Promise<any>;
|
|
9971
10767
|
};
|
|
9972
10768
|
getErrorStateByDataHook: (dataHook?: string) => {
|
|
9973
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
9974
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
10769
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
10770
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
9975
10771
|
getTitleText: () => Promise<string>;
|
|
9976
10772
|
getSubtitleText: () => Promise<string>;
|
|
9977
10773
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -9985,7 +10781,7 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
9985
10781
|
click: () => Promise<void>;
|
|
9986
10782
|
};
|
|
9987
10783
|
getEmptyStateByDataHook: (dataHook?: string) => {
|
|
9988
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
10784
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
9989
10785
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
9990
10786
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
9991
10787
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -10029,7 +10825,7 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
10029
10825
|
click: () => Promise<void>;
|
|
10030
10826
|
};
|
|
10031
10827
|
getNoResultsStateByDataHook: (dataHook?: string) => {
|
|
10032
|
-
getClearFiltersButton: () => import("@wix/design-system/dist/types/
|
|
10828
|
+
getClearFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
10033
10829
|
getImageGlassArt: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
10034
10830
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
10035
10831
|
getTitleText: () => Promise<string>;
|
|
@@ -10067,8 +10863,22 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
10067
10863
|
isSuccessState: () => Promise<boolean>;
|
|
10068
10864
|
isLoadingState: () => Promise<boolean>;
|
|
10069
10865
|
isErrorState: () => Promise<boolean>;
|
|
10070
|
-
getRetryButton: () => Promise<import("@wix/design-system/dist/types/
|
|
10071
|
-
getErrorText: () => Promise<
|
|
10866
|
+
getRetryButton: () => Promise<import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver>;
|
|
10867
|
+
getErrorText: () => Promise<{
|
|
10868
|
+
getTagName: () => Promise<string>;
|
|
10869
|
+
getText: () => Promise<string>;
|
|
10870
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
10871
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
10872
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
10873
|
+
getId: () => Promise<string>;
|
|
10874
|
+
isLight: () => Promise<boolean>;
|
|
10875
|
+
isSecondary: () => Promise<boolean>;
|
|
10876
|
+
isMasked: () => Promise<boolean>;
|
|
10877
|
+
isWidows: () => Promise<boolean>;
|
|
10878
|
+
exists: () => Promise<boolean>;
|
|
10879
|
+
element: () => Promise<any>;
|
|
10880
|
+
click: () => Promise<void>;
|
|
10881
|
+
}>;
|
|
10072
10882
|
getItemTextAt: (index: number) => Promise<string>;
|
|
10073
10883
|
exists: () => Promise<boolean>;
|
|
10074
10884
|
$: (selector: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
@@ -10101,8 +10911,8 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
10101
10911
|
infiniteScrollLoaderExists: () => Promise<boolean>;
|
|
10102
10912
|
getInfiniteScrollLoaderStatusMessage: () => Promise<string | null>;
|
|
10103
10913
|
getCardErrorStateByDataHook: (dataHook?: string) => {
|
|
10104
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
10105
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
10914
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
10915
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
10106
10916
|
getTitleText: () => Promise<string>;
|
|
10107
10917
|
getSubtitleText: () => Promise<string>;
|
|
10108
10918
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -10116,7 +10926,7 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
10116
10926
|
click: () => Promise<void>;
|
|
10117
10927
|
};
|
|
10118
10928
|
getTableDefaultNoResultsState: () => {
|
|
10119
|
-
getClearFiltersButton: () => import("@wix/design-system/dist/types/
|
|
10929
|
+
getClearFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
10120
10930
|
getImageGlassArt: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
10121
10931
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
10122
10932
|
getTitleText: () => Promise<string>;
|
|
@@ -10132,7 +10942,7 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
10132
10942
|
click: () => Promise<void>;
|
|
10133
10943
|
};
|
|
10134
10944
|
getTableDefaultEmptyState: () => {
|
|
10135
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
10945
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
10136
10946
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
10137
10947
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
10138
10948
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -10149,7 +10959,7 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
10149
10959
|
click: () => Promise<void>;
|
|
10150
10960
|
};
|
|
10151
10961
|
viewsToolbarItemLabelExists: () => Promise<boolean>;
|
|
10152
|
-
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/
|
|
10962
|
+
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
10153
10963
|
scrollDown: (scrollableElementDataHook?: string, options?: {
|
|
10154
10964
|
top?: number | undefined;
|
|
10155
10965
|
}) => Promise<void>;
|
|
@@ -10397,7 +11207,21 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
10397
11207
|
getTypeFormFieldDriver: () => import("@wix/design-system/dist/types/FormField/FormField.uni.driver").FormFieldUniDriver;
|
|
10398
11208
|
getNameFormFieldDriver: () => import("@wix/design-system/dist/types/FormField/FormField.uni.driver").FormFieldUniDriver;
|
|
10399
11209
|
getKeyFormFieldDriver: () => import("@wix/design-system/dist/types/FormField/FormField.uni.driver").FormFieldUniDriver;
|
|
10400
|
-
getFieldKeyTooltip: () =>
|
|
11210
|
+
getFieldKeyTooltip: () => {
|
|
11211
|
+
getTagName: () => Promise<string>;
|
|
11212
|
+
getText: () => Promise<string>;
|
|
11213
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
11214
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
11215
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
11216
|
+
getId: () => Promise<string>;
|
|
11217
|
+
isLight: () => Promise<boolean>;
|
|
11218
|
+
isSecondary: () => Promise<boolean>;
|
|
11219
|
+
isMasked: () => Promise<boolean>;
|
|
11220
|
+
isWidows: () => Promise<boolean>;
|
|
11221
|
+
exists: () => Promise<boolean>;
|
|
11222
|
+
element: () => Promise<any>;
|
|
11223
|
+
click: () => Promise<void>;
|
|
11224
|
+
};
|
|
10401
11225
|
};
|
|
10402
11226
|
getErrorStateNotification: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
10403
11227
|
isSubmitting: () => Promise<boolean>;
|
|
@@ -10413,7 +11237,7 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
10413
11237
|
getTagByIdx: (idx: number) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
10414
11238
|
getTagById: (tagId: string) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
10415
11239
|
getModalTitle: () => Promise<string>;
|
|
10416
|
-
getCreateBtnDriver: () => import("@wix/design-system/dist/types/
|
|
11240
|
+
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
10417
11241
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
10418
11242
|
clickCloseButton: () => Promise<void>;
|
|
10419
11243
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
@@ -10465,7 +11289,7 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
10465
11289
|
getTagByIdx: (idx: number) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
10466
11290
|
getTagById: (tagId: string) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
10467
11291
|
getModalTitle: () => Promise<string>;
|
|
10468
|
-
getCreateBtnDriver: () => import("@wix/design-system/dist/types/
|
|
11292
|
+
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
10469
11293
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
10470
11294
|
clickCloseButton: () => Promise<void>;
|
|
10471
11295
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
@@ -10549,6 +11373,47 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
10549
11373
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
10550
11374
|
isOpen: () => Promise<boolean>;
|
|
10551
11375
|
getPlaceholderText: () => Promise<string | null>;
|
|
11376
|
+
getSaveViewModal: () => {
|
|
11377
|
+
exists: () => Promise<boolean>;
|
|
11378
|
+
getTitle: () => Promise<string>;
|
|
11379
|
+
getSubTitle: () => Promise<string>;
|
|
11380
|
+
getSaveButtonText: () => Promise<string>;
|
|
11381
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
11382
|
+
clickSaveButton: () => Promise<void>;
|
|
11383
|
+
getCancelButtonText: () => Promise<string>;
|
|
11384
|
+
clickCancelButton: () => Promise<void>;
|
|
11385
|
+
clickCloseButton: () => Promise<void>;
|
|
11386
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
11387
|
+
getViewNameInputValue: () => Promise<string>;
|
|
11388
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
11389
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
11390
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
11391
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
11392
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
11393
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
11394
|
+
click: () => Promise<void>;
|
|
11395
|
+
element: () => Promise<any>;
|
|
11396
|
+
};
|
|
11397
|
+
getRenameViewModal: () => {
|
|
11398
|
+
exists: () => Promise<boolean>;
|
|
11399
|
+
getTitle: () => Promise<string>;
|
|
11400
|
+
getSubTitle: () => Promise<string>;
|
|
11401
|
+
getSaveButtonText: () => Promise<string>;
|
|
11402
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
11403
|
+
clickSaveButton: () => Promise<void>;
|
|
11404
|
+
getCancelButtonText: () => Promise<string>;
|
|
11405
|
+
clickCancelButton: () => Promise<void>;
|
|
11406
|
+
clickCloseButton: () => Promise<void>;
|
|
11407
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
11408
|
+
getViewNameInputValue: () => Promise<string>;
|
|
11409
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
11410
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
11411
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
11412
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
11413
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
11414
|
+
click: () => Promise<void>;
|
|
11415
|
+
element: () => Promise<any>;
|
|
11416
|
+
};
|
|
10552
11417
|
getViewListItemById: (id: string) => {
|
|
10553
11418
|
click: () => Promise<void>;
|
|
10554
11419
|
select: () => Promise<void>;
|
|
@@ -10578,6 +11443,24 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
10578
11443
|
getCategoriesContent: () => Promise<string[]>;
|
|
10579
11444
|
isViewPendingChanges: () => Promise<boolean>;
|
|
10580
11445
|
isDefaultView: () => Promise<boolean>;
|
|
11446
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
11447
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
11448
|
+
openManageViewPopover: () => Promise<void>;
|
|
11449
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
11450
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
11451
|
+
renameViewActionClick: () => Promise<void>;
|
|
11452
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
11453
|
+
deleteViewActionClick: () => Promise<void>;
|
|
11454
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
11455
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
11456
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
11457
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
11458
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
11459
|
+
saveNewView: (name: string) => Promise<void>;
|
|
11460
|
+
deleteView: (ind: number) => Promise<void>;
|
|
11461
|
+
saveViewChanges: () => Promise<void>;
|
|
11462
|
+
renameView: (name: string) => Promise<void>;
|
|
11463
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
10581
11464
|
click: () => Promise<void>;
|
|
10582
11465
|
element: () => Promise<any>;
|
|
10583
11466
|
};
|
|
@@ -10621,7 +11504,7 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
10621
11504
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
10622
11505
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
10623
11506
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
10624
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
11507
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
10625
11508
|
click: () => Promise<void>;
|
|
10626
11509
|
element: () => Promise<any>;
|
|
10627
11510
|
};
|
|
@@ -10647,7 +11530,7 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
10647
11530
|
};
|
|
10648
11531
|
clickClearAllFilters: () => Promise<void>;
|
|
10649
11532
|
getFilterAppliedText: () => Promise<string>;
|
|
10650
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
11533
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
10651
11534
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
10652
11535
|
closeDropdown?: boolean | undefined;
|
|
10653
11536
|
} | undefined) => Promise<string[]>;
|
|
@@ -11003,7 +11886,7 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
11003
11886
|
isTitleExists: () => Promise<boolean>;
|
|
11004
11887
|
getTitleText: () => Promise<string>;
|
|
11005
11888
|
getSubtitleText: () => Promise<string>;
|
|
11006
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
11889
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
11007
11890
|
applyButton: () => {
|
|
11008
11891
|
getButtonTextContent: () => Promise<string>;
|
|
11009
11892
|
isFocused: () => Promise<boolean>;
|
|
@@ -11080,7 +11963,7 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
11080
11963
|
scrollDown: () => Promise<void>;
|
|
11081
11964
|
};
|
|
11082
11965
|
clickClearAllFilters: () => Promise<void>;
|
|
11083
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
11966
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
11084
11967
|
getPanelFiltersCount: () => Promise<number>;
|
|
11085
11968
|
getDateRangeFilter: (filterName: string) => {
|
|
11086
11969
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -11388,7 +12271,7 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
11388
12271
|
isHorizontalScroll: () => Promise<boolean>;
|
|
11389
12272
|
getReorderModeToolbar: () => {
|
|
11390
12273
|
getTitle: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
11391
|
-
getLearnMoreBtn: () => import("@wix/design-system/dist/types/
|
|
12274
|
+
getLearnMoreBtn: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
11392
12275
|
getCancelButton: () => {
|
|
11393
12276
|
getButtonTextContent: () => Promise<string>;
|
|
11394
12277
|
isFocused: () => Promise<boolean>;
|
|
@@ -11538,6 +12421,47 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
11538
12421
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
11539
12422
|
isOpen: () => Promise<boolean>;
|
|
11540
12423
|
getPlaceholderText: () => Promise<string | null>;
|
|
12424
|
+
getSaveViewModal: () => {
|
|
12425
|
+
exists: () => Promise<boolean>;
|
|
12426
|
+
getTitle: () => Promise<string>;
|
|
12427
|
+
getSubTitle: () => Promise<string>;
|
|
12428
|
+
getSaveButtonText: () => Promise<string>;
|
|
12429
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
12430
|
+
clickSaveButton: () => Promise<void>;
|
|
12431
|
+
getCancelButtonText: () => Promise<string>;
|
|
12432
|
+
clickCancelButton: () => Promise<void>;
|
|
12433
|
+
clickCloseButton: () => Promise<void>;
|
|
12434
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
12435
|
+
getViewNameInputValue: () => Promise<string>;
|
|
12436
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
12437
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
12438
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
12439
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
12440
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
12441
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
12442
|
+
click: () => Promise<void>;
|
|
12443
|
+
element: () => Promise<any>;
|
|
12444
|
+
};
|
|
12445
|
+
getRenameViewModal: () => {
|
|
12446
|
+
exists: () => Promise<boolean>;
|
|
12447
|
+
getTitle: () => Promise<string>;
|
|
12448
|
+
getSubTitle: () => Promise<string>;
|
|
12449
|
+
getSaveButtonText: () => Promise<string>;
|
|
12450
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
12451
|
+
clickSaveButton: () => Promise<void>;
|
|
12452
|
+
getCancelButtonText: () => Promise<string>;
|
|
12453
|
+
clickCancelButton: () => Promise<void>;
|
|
12454
|
+
clickCloseButton: () => Promise<void>;
|
|
12455
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
12456
|
+
getViewNameInputValue: () => Promise<string>;
|
|
12457
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
12458
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
12459
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
12460
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
12461
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
12462
|
+
click: () => Promise<void>;
|
|
12463
|
+
element: () => Promise<any>;
|
|
12464
|
+
};
|
|
11541
12465
|
getViewListItemById: (id: string) => {
|
|
11542
12466
|
click: () => Promise<void>;
|
|
11543
12467
|
select: () => Promise<void>;
|
|
@@ -11567,6 +12491,24 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
11567
12491
|
getCategoriesContent: () => Promise<string[]>;
|
|
11568
12492
|
isViewPendingChanges: () => Promise<boolean>;
|
|
11569
12493
|
isDefaultView: () => Promise<boolean>;
|
|
12494
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
12495
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
12496
|
+
openManageViewPopover: () => Promise<void>;
|
|
12497
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
12498
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
12499
|
+
renameViewActionClick: () => Promise<void>;
|
|
12500
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
12501
|
+
deleteViewActionClick: () => Promise<void>;
|
|
12502
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
12503
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
12504
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
12505
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
12506
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
12507
|
+
saveNewView: (name: string) => Promise<void>;
|
|
12508
|
+
deleteView: (ind: number) => Promise<void>;
|
|
12509
|
+
saveViewChanges: () => Promise<void>;
|
|
12510
|
+
renameView: (name: string) => Promise<void>;
|
|
12511
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
11570
12512
|
click: () => Promise<void>;
|
|
11571
12513
|
element: () => Promise<any>;
|
|
11572
12514
|
};
|
|
@@ -11610,7 +12552,7 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
11610
12552
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
11611
12553
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
11612
12554
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
11613
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
12555
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
11614
12556
|
click: () => Promise<void>;
|
|
11615
12557
|
element: () => Promise<any>;
|
|
11616
12558
|
};
|
|
@@ -11636,7 +12578,7 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
11636
12578
|
};
|
|
11637
12579
|
clickClearAllFilters: () => Promise<void>;
|
|
11638
12580
|
getFilterAppliedText: () => Promise<string>;
|
|
11639
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
12581
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
11640
12582
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
11641
12583
|
closeDropdown?: boolean | undefined;
|
|
11642
12584
|
} | undefined) => Promise<string[]>;
|
|
@@ -11992,7 +12934,7 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
11992
12934
|
isTitleExists: () => Promise<boolean>;
|
|
11993
12935
|
getTitleText: () => Promise<string>;
|
|
11994
12936
|
getSubtitleText: () => Promise<string>;
|
|
11995
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
12937
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
11996
12938
|
applyButton: () => {
|
|
11997
12939
|
getButtonTextContent: () => Promise<string>;
|
|
11998
12940
|
isFocused: () => Promise<boolean>;
|
|
@@ -12069,7 +13011,7 @@ export declare const TableFoldersTestkit: (obj: {
|
|
|
12069
13011
|
scrollDown: () => Promise<void>;
|
|
12070
13012
|
};
|
|
12071
13013
|
clickClearAllFilters: () => Promise<void>;
|
|
12072
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
13014
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
12073
13015
|
getPanelFiltersCount: () => Promise<number>;
|
|
12074
13016
|
getDateRangeFilter: (filterName: string) => {
|
|
12075
13017
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -12157,6 +13099,47 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
12157
13099
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
12158
13100
|
isOpen: () => Promise<boolean>;
|
|
12159
13101
|
getPlaceholderText: () => Promise<string | null>;
|
|
13102
|
+
getSaveViewModal: () => {
|
|
13103
|
+
exists: () => Promise<boolean>;
|
|
13104
|
+
getTitle: () => Promise<string>;
|
|
13105
|
+
getSubTitle: () => Promise<string>;
|
|
13106
|
+
getSaveButtonText: () => Promise<string>;
|
|
13107
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
13108
|
+
clickSaveButton: () => Promise<void>;
|
|
13109
|
+
getCancelButtonText: () => Promise<string>;
|
|
13110
|
+
clickCancelButton: () => Promise<void>;
|
|
13111
|
+
clickCloseButton: () => Promise<void>;
|
|
13112
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
13113
|
+
getViewNameInputValue: () => Promise<string>;
|
|
13114
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
13115
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
13116
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
13117
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
13118
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
13119
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
13120
|
+
click: () => Promise<void>;
|
|
13121
|
+
element: () => Promise<any>;
|
|
13122
|
+
};
|
|
13123
|
+
getRenameViewModal: () => {
|
|
13124
|
+
exists: () => Promise<boolean>;
|
|
13125
|
+
getTitle: () => Promise<string>;
|
|
13126
|
+
getSubTitle: () => Promise<string>;
|
|
13127
|
+
getSaveButtonText: () => Promise<string>;
|
|
13128
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
13129
|
+
clickSaveButton: () => Promise<void>;
|
|
13130
|
+
getCancelButtonText: () => Promise<string>;
|
|
13131
|
+
clickCancelButton: () => Promise<void>;
|
|
13132
|
+
clickCloseButton: () => Promise<void>;
|
|
13133
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
13134
|
+
getViewNameInputValue: () => Promise<string>;
|
|
13135
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
13136
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
13137
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
13138
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
13139
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
13140
|
+
click: () => Promise<void>;
|
|
13141
|
+
element: () => Promise<any>;
|
|
13142
|
+
};
|
|
12160
13143
|
getViewListItemById: (id: string) => {
|
|
12161
13144
|
click: () => Promise<void>;
|
|
12162
13145
|
select: () => Promise<void>;
|
|
@@ -12186,6 +13169,24 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
12186
13169
|
getCategoriesContent: () => Promise<string[]>;
|
|
12187
13170
|
isViewPendingChanges: () => Promise<boolean>;
|
|
12188
13171
|
isDefaultView: () => Promise<boolean>;
|
|
13172
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
13173
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
13174
|
+
openManageViewPopover: () => Promise<void>;
|
|
13175
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
13176
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
13177
|
+
renameViewActionClick: () => Promise<void>;
|
|
13178
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
13179
|
+
deleteViewActionClick: () => Promise<void>;
|
|
13180
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
13181
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
13182
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
13183
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
13184
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
13185
|
+
saveNewView: (name: string) => Promise<void>;
|
|
13186
|
+
deleteView: (ind: number) => Promise<void>;
|
|
13187
|
+
saveViewChanges: () => Promise<void>;
|
|
13188
|
+
renameView: (name: string) => Promise<void>;
|
|
13189
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
12189
13190
|
click: () => Promise<void>;
|
|
12190
13191
|
element: () => Promise<any>;
|
|
12191
13192
|
};
|
|
@@ -12229,7 +13230,7 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
12229
13230
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
12230
13231
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
12231
13232
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
12232
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
13233
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
12233
13234
|
click: () => Promise<void>;
|
|
12234
13235
|
element: () => Promise<any>;
|
|
12235
13236
|
};
|
|
@@ -12255,7 +13256,7 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
12255
13256
|
};
|
|
12256
13257
|
clickClearAllFilters: () => Promise<void>;
|
|
12257
13258
|
getFilterAppliedText: () => Promise<string>;
|
|
12258
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
13259
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
12259
13260
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
12260
13261
|
closeDropdown?: boolean | undefined;
|
|
12261
13262
|
} | undefined) => Promise<string[]>;
|
|
@@ -12611,7 +13612,7 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
12611
13612
|
isTitleExists: () => Promise<boolean>;
|
|
12612
13613
|
getTitleText: () => Promise<string>;
|
|
12613
13614
|
getSubtitleText: () => Promise<string>;
|
|
12614
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
13615
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
12615
13616
|
applyButton: () => {
|
|
12616
13617
|
getButtonTextContent: () => Promise<string>;
|
|
12617
13618
|
isFocused: () => Promise<boolean>;
|
|
@@ -12688,7 +13689,7 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
12688
13689
|
scrollDown: () => Promise<void>;
|
|
12689
13690
|
};
|
|
12690
13691
|
clickClearAllFilters: () => Promise<void>;
|
|
12691
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
13692
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
12692
13693
|
getPanelFiltersCount: () => Promise<number>;
|
|
12693
13694
|
getDateRangeFilter: (filterName: string) => {
|
|
12694
13695
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -12745,8 +13746,8 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
12745
13746
|
};
|
|
12746
13747
|
loadingStateExists: () => Promise<boolean>;
|
|
12747
13748
|
getRootErrorStateByDataHook: (dataHook?: string) => {
|
|
12748
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
12749
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
13749
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
13750
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
12750
13751
|
getTitleText: () => Promise<string>;
|
|
12751
13752
|
getSubtitleText: () => Promise<string>;
|
|
12752
13753
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -12918,7 +13919,7 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
12918
13919
|
};
|
|
12919
13920
|
getPlaceholderStatesByRowKey: (rowKey: string) => {
|
|
12920
13921
|
getEmptyState: () => {
|
|
12921
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
13922
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
12922
13923
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
12923
13924
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
12924
13925
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -12935,8 +13936,8 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
12935
13936
|
click: () => Promise<void>;
|
|
12936
13937
|
};
|
|
12937
13938
|
getErrorState: () => {
|
|
12938
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
12939
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
13939
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
13940
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
12940
13941
|
getTitleText: () => Promise<string>;
|
|
12941
13942
|
getSubtitleText: () => Promise<string>;
|
|
12942
13943
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -12974,8 +13975,22 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
12974
13975
|
isSuccessState: () => Promise<boolean>;
|
|
12975
13976
|
isLoadingState: () => Promise<boolean>;
|
|
12976
13977
|
isErrorState: () => Promise<boolean>;
|
|
12977
|
-
getRetryButton: () => Promise<import("@wix/design-system/dist/types/
|
|
12978
|
-
getErrorText: () => Promise<
|
|
13978
|
+
getRetryButton: () => Promise<import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver>;
|
|
13979
|
+
getErrorText: () => Promise<{
|
|
13980
|
+
getTagName: () => Promise<string>;
|
|
13981
|
+
getText: () => Promise<string>;
|
|
13982
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
13983
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
13984
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
13985
|
+
getId: () => Promise<string>;
|
|
13986
|
+
isLight: () => Promise<boolean>;
|
|
13987
|
+
isSecondary: () => Promise<boolean>;
|
|
13988
|
+
isMasked: () => Promise<boolean>;
|
|
13989
|
+
isWidows: () => Promise<boolean>;
|
|
13990
|
+
exists: () => Promise<boolean>;
|
|
13991
|
+
element: () => Promise<any>;
|
|
13992
|
+
click: () => Promise<void>;
|
|
13993
|
+
}>;
|
|
12979
13994
|
getItemTextAt: (index: number) => Promise<string>;
|
|
12980
13995
|
exists: () => Promise<boolean>;
|
|
12981
13996
|
$: (selector: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
@@ -13008,8 +14023,8 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
13008
14023
|
infiniteScrollLoaderExists: () => Promise<boolean>;
|
|
13009
14024
|
getInfiniteScrollLoaderStatusMessage: () => Promise<string | null>;
|
|
13010
14025
|
getErrorStateByDataHook: (dataHook?: string) => {
|
|
13011
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
13012
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
14026
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
14027
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
13013
14028
|
getTitleText: () => Promise<string>;
|
|
13014
14029
|
getSubtitleText: () => Promise<string>;
|
|
13015
14030
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -13023,8 +14038,8 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
13023
14038
|
click: () => Promise<void>;
|
|
13024
14039
|
};
|
|
13025
14040
|
getCardErrorStateByDataHook: (dataHook?: string) => {
|
|
13026
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
13027
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
14041
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
14042
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
13028
14043
|
getTitleText: () => Promise<string>;
|
|
13029
14044
|
getSubtitleText: () => Promise<string>;
|
|
13030
14045
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -13038,7 +14053,7 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
13038
14053
|
click: () => Promise<void>;
|
|
13039
14054
|
};
|
|
13040
14055
|
getTableDefaultNoResultsState: () => {
|
|
13041
|
-
getClearFiltersButton: () => import("@wix/design-system/dist/types/
|
|
14056
|
+
getClearFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
13042
14057
|
getImageGlassArt: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
13043
14058
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
13044
14059
|
getTitleText: () => Promise<string>;
|
|
@@ -13054,7 +14069,7 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
13054
14069
|
click: () => Promise<void>;
|
|
13055
14070
|
};
|
|
13056
14071
|
getTableDefaultEmptyState: () => {
|
|
13057
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
14072
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
13058
14073
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
13059
14074
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
13060
14075
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -13071,7 +14086,7 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
13071
14086
|
click: () => Promise<void>;
|
|
13072
14087
|
};
|
|
13073
14088
|
getEmptyStateByDataHook: (dataHook?: string) => {
|
|
13074
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
14089
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
13075
14090
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
13076
14091
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
13077
14092
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -13115,7 +14130,7 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
13115
14130
|
click: () => Promise<void>;
|
|
13116
14131
|
};
|
|
13117
14132
|
getNoResultsStateByDataHook: (dataHook?: string) => {
|
|
13118
|
-
getClearFiltersButton: () => import("@wix/design-system/dist/types/
|
|
14133
|
+
getClearFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
13119
14134
|
getImageGlassArt: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
13120
14135
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
13121
14136
|
getTitleText: () => Promise<string>;
|
|
@@ -13131,7 +14146,7 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
13131
14146
|
click: () => Promise<void>;
|
|
13132
14147
|
};
|
|
13133
14148
|
viewsToolbarItemLabelExists: () => Promise<boolean>;
|
|
13134
|
-
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/
|
|
14149
|
+
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
13135
14150
|
scrollDown: (scrollableElementDataHook?: string, options?: {
|
|
13136
14151
|
top?: number | undefined;
|
|
13137
14152
|
}) => Promise<void>;
|
|
@@ -13379,7 +14394,21 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
13379
14394
|
getTypeFormFieldDriver: () => import("@wix/design-system/dist/types/FormField/FormField.uni.driver").FormFieldUniDriver;
|
|
13380
14395
|
getNameFormFieldDriver: () => import("@wix/design-system/dist/types/FormField/FormField.uni.driver").FormFieldUniDriver;
|
|
13381
14396
|
getKeyFormFieldDriver: () => import("@wix/design-system/dist/types/FormField/FormField.uni.driver").FormFieldUniDriver;
|
|
13382
|
-
getFieldKeyTooltip: () =>
|
|
14397
|
+
getFieldKeyTooltip: () => {
|
|
14398
|
+
getTagName: () => Promise<string>;
|
|
14399
|
+
getText: () => Promise<string>;
|
|
14400
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
14401
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
14402
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
14403
|
+
getId: () => Promise<string>;
|
|
14404
|
+
isLight: () => Promise<boolean>;
|
|
14405
|
+
isSecondary: () => Promise<boolean>;
|
|
14406
|
+
isMasked: () => Promise<boolean>;
|
|
14407
|
+
isWidows: () => Promise<boolean>;
|
|
14408
|
+
exists: () => Promise<boolean>;
|
|
14409
|
+
element: () => Promise<any>;
|
|
14410
|
+
click: () => Promise<void>;
|
|
14411
|
+
};
|
|
13383
14412
|
};
|
|
13384
14413
|
getErrorStateNotification: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
13385
14414
|
isSubmitting: () => Promise<boolean>;
|
|
@@ -13395,7 +14424,7 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
13395
14424
|
getTagByIdx: (idx: number) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
13396
14425
|
getTagById: (tagId: string) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
13397
14426
|
getModalTitle: () => Promise<string>;
|
|
13398
|
-
getCreateBtnDriver: () => import("@wix/design-system/dist/types/
|
|
14427
|
+
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
13399
14428
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
13400
14429
|
clickCloseButton: () => Promise<void>;
|
|
13401
14430
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
@@ -13447,7 +14476,7 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
13447
14476
|
getTagByIdx: (idx: number) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
13448
14477
|
getTagById: (tagId: string) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
13449
14478
|
getModalTitle: () => Promise<string>;
|
|
13450
|
-
getCreateBtnDriver: () => import("@wix/design-system/dist/types/
|
|
14479
|
+
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
13451
14480
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
13452
14481
|
clickCloseButton: () => Promise<void>;
|
|
13453
14482
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
@@ -13531,6 +14560,47 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
13531
14560
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
13532
14561
|
isOpen: () => Promise<boolean>;
|
|
13533
14562
|
getPlaceholderText: () => Promise<string | null>;
|
|
14563
|
+
getSaveViewModal: () => {
|
|
14564
|
+
exists: () => Promise<boolean>;
|
|
14565
|
+
getTitle: () => Promise<string>;
|
|
14566
|
+
getSubTitle: () => Promise<string>;
|
|
14567
|
+
getSaveButtonText: () => Promise<string>;
|
|
14568
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
14569
|
+
clickSaveButton: () => Promise<void>;
|
|
14570
|
+
getCancelButtonText: () => Promise<string>;
|
|
14571
|
+
clickCancelButton: () => Promise<void>;
|
|
14572
|
+
clickCloseButton: () => Promise<void>;
|
|
14573
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
14574
|
+
getViewNameInputValue: () => Promise<string>;
|
|
14575
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
14576
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
14577
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
14578
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
14579
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
14580
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
14581
|
+
click: () => Promise<void>;
|
|
14582
|
+
element: () => Promise<any>;
|
|
14583
|
+
};
|
|
14584
|
+
getRenameViewModal: () => {
|
|
14585
|
+
exists: () => Promise<boolean>;
|
|
14586
|
+
getTitle: () => Promise<string>;
|
|
14587
|
+
getSubTitle: () => Promise<string>;
|
|
14588
|
+
getSaveButtonText: () => Promise<string>;
|
|
14589
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
14590
|
+
clickSaveButton: () => Promise<void>;
|
|
14591
|
+
getCancelButtonText: () => Promise<string>;
|
|
14592
|
+
clickCancelButton: () => Promise<void>;
|
|
14593
|
+
clickCloseButton: () => Promise<void>;
|
|
14594
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
14595
|
+
getViewNameInputValue: () => Promise<string>;
|
|
14596
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
14597
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
14598
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
14599
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
14600
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
14601
|
+
click: () => Promise<void>;
|
|
14602
|
+
element: () => Promise<any>;
|
|
14603
|
+
};
|
|
13534
14604
|
getViewListItemById: (id: string) => {
|
|
13535
14605
|
click: () => Promise<void>;
|
|
13536
14606
|
select: () => Promise<void>;
|
|
@@ -13560,6 +14630,24 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
13560
14630
|
getCategoriesContent: () => Promise<string[]>;
|
|
13561
14631
|
isViewPendingChanges: () => Promise<boolean>;
|
|
13562
14632
|
isDefaultView: () => Promise<boolean>;
|
|
14633
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
14634
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
14635
|
+
openManageViewPopover: () => Promise<void>;
|
|
14636
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
14637
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
14638
|
+
renameViewActionClick: () => Promise<void>;
|
|
14639
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
14640
|
+
deleteViewActionClick: () => Promise<void>;
|
|
14641
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
14642
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
14643
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
14644
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
14645
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
14646
|
+
saveNewView: (name: string) => Promise<void>;
|
|
14647
|
+
deleteView: (ind: number) => Promise<void>;
|
|
14648
|
+
saveViewChanges: () => Promise<void>;
|
|
14649
|
+
renameView: (name: string) => Promise<void>;
|
|
14650
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
13563
14651
|
click: () => Promise<void>;
|
|
13564
14652
|
element: () => Promise<any>;
|
|
13565
14653
|
};
|
|
@@ -13603,7 +14691,7 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
13603
14691
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
13604
14692
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
13605
14693
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
13606
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
14694
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
13607
14695
|
click: () => Promise<void>;
|
|
13608
14696
|
element: () => Promise<any>;
|
|
13609
14697
|
};
|
|
@@ -13629,7 +14717,7 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
13629
14717
|
};
|
|
13630
14718
|
clickClearAllFilters: () => Promise<void>;
|
|
13631
14719
|
getFilterAppliedText: () => Promise<string>;
|
|
13632
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
14720
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
13633
14721
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
13634
14722
|
closeDropdown?: boolean | undefined;
|
|
13635
14723
|
} | undefined) => Promise<string[]>;
|
|
@@ -13985,7 +15073,7 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
13985
15073
|
isTitleExists: () => Promise<boolean>;
|
|
13986
15074
|
getTitleText: () => Promise<string>;
|
|
13987
15075
|
getSubtitleText: () => Promise<string>;
|
|
13988
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
15076
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
13989
15077
|
applyButton: () => {
|
|
13990
15078
|
getButtonTextContent: () => Promise<string>;
|
|
13991
15079
|
isFocused: () => Promise<boolean>;
|
|
@@ -14062,7 +15150,7 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
14062
15150
|
scrollDown: () => Promise<void>;
|
|
14063
15151
|
};
|
|
14064
15152
|
clickClearAllFilters: () => Promise<void>;
|
|
14065
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
15153
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
14066
15154
|
getPanelFiltersCount: () => Promise<number>;
|
|
14067
15155
|
getDateRangeFilter: (filterName: string) => {
|
|
14068
15156
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -14370,7 +15458,7 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
14370
15458
|
isHorizontalScroll: () => Promise<boolean>;
|
|
14371
15459
|
getReorderModeToolbar: () => {
|
|
14372
15460
|
getTitle: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
14373
|
-
getLearnMoreBtn: () => import("@wix/design-system/dist/types/
|
|
15461
|
+
getLearnMoreBtn: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
14374
15462
|
getCancelButton: () => {
|
|
14375
15463
|
getButtonTextContent: () => Promise<string>;
|
|
14376
15464
|
isFocused: () => Promise<boolean>;
|
|
@@ -14520,6 +15608,47 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
14520
15608
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
14521
15609
|
isOpen: () => Promise<boolean>;
|
|
14522
15610
|
getPlaceholderText: () => Promise<string | null>;
|
|
15611
|
+
getSaveViewModal: () => {
|
|
15612
|
+
exists: () => Promise<boolean>;
|
|
15613
|
+
getTitle: () => Promise<string>;
|
|
15614
|
+
getSubTitle: () => Promise<string>;
|
|
15615
|
+
getSaveButtonText: () => Promise<string>;
|
|
15616
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
15617
|
+
clickSaveButton: () => Promise<void>;
|
|
15618
|
+
getCancelButtonText: () => Promise<string>;
|
|
15619
|
+
clickCancelButton: () => Promise<void>;
|
|
15620
|
+
clickCloseButton: () => Promise<void>;
|
|
15621
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
15622
|
+
getViewNameInputValue: () => Promise<string>;
|
|
15623
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
15624
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
15625
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
15626
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
15627
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
15628
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
15629
|
+
click: () => Promise<void>;
|
|
15630
|
+
element: () => Promise<any>;
|
|
15631
|
+
};
|
|
15632
|
+
getRenameViewModal: () => {
|
|
15633
|
+
exists: () => Promise<boolean>;
|
|
15634
|
+
getTitle: () => Promise<string>;
|
|
15635
|
+
getSubTitle: () => Promise<string>;
|
|
15636
|
+
getSaveButtonText: () => Promise<string>;
|
|
15637
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
15638
|
+
clickSaveButton: () => Promise<void>;
|
|
15639
|
+
getCancelButtonText: () => Promise<string>;
|
|
15640
|
+
clickCancelButton: () => Promise<void>;
|
|
15641
|
+
clickCloseButton: () => Promise<void>;
|
|
15642
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
15643
|
+
getViewNameInputValue: () => Promise<string>;
|
|
15644
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
15645
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
15646
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
15647
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
15648
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
15649
|
+
click: () => Promise<void>;
|
|
15650
|
+
element: () => Promise<any>;
|
|
15651
|
+
};
|
|
14523
15652
|
getViewListItemById: (id: string) => {
|
|
14524
15653
|
click: () => Promise<void>;
|
|
14525
15654
|
select: () => Promise<void>;
|
|
@@ -14549,6 +15678,24 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
14549
15678
|
getCategoriesContent: () => Promise<string[]>;
|
|
14550
15679
|
isViewPendingChanges: () => Promise<boolean>;
|
|
14551
15680
|
isDefaultView: () => Promise<boolean>;
|
|
15681
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
15682
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
15683
|
+
openManageViewPopover: () => Promise<void>;
|
|
15684
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
15685
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
15686
|
+
renameViewActionClick: () => Promise<void>;
|
|
15687
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
15688
|
+
deleteViewActionClick: () => Promise<void>;
|
|
15689
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
15690
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
15691
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
15692
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
15693
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
15694
|
+
saveNewView: (name: string) => Promise<void>;
|
|
15695
|
+
deleteView: (ind: number) => Promise<void>;
|
|
15696
|
+
saveViewChanges: () => Promise<void>;
|
|
15697
|
+
renameView: (name: string) => Promise<void>;
|
|
15698
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
14552
15699
|
click: () => Promise<void>;
|
|
14553
15700
|
element: () => Promise<any>;
|
|
14554
15701
|
};
|
|
@@ -14592,7 +15739,7 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
14592
15739
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
14593
15740
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
14594
15741
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
14595
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
15742
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
14596
15743
|
click: () => Promise<void>;
|
|
14597
15744
|
element: () => Promise<any>;
|
|
14598
15745
|
};
|
|
@@ -14618,7 +15765,7 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
14618
15765
|
};
|
|
14619
15766
|
clickClearAllFilters: () => Promise<void>;
|
|
14620
15767
|
getFilterAppliedText: () => Promise<string>;
|
|
14621
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
15768
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
14622
15769
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
14623
15770
|
closeDropdown?: boolean | undefined;
|
|
14624
15771
|
} | undefined) => Promise<string[]>;
|
|
@@ -14974,7 +16121,7 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
14974
16121
|
isTitleExists: () => Promise<boolean>;
|
|
14975
16122
|
getTitleText: () => Promise<string>;
|
|
14976
16123
|
getSubtitleText: () => Promise<string>;
|
|
14977
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
16124
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
14978
16125
|
applyButton: () => {
|
|
14979
16126
|
getButtonTextContent: () => Promise<string>;
|
|
14980
16127
|
isFocused: () => Promise<boolean>;
|
|
@@ -15051,7 +16198,7 @@ export declare const NestedTableTestkit: (obj: {
|
|
|
15051
16198
|
scrollDown: () => Promise<void>;
|
|
15052
16199
|
};
|
|
15053
16200
|
clickClearAllFilters: () => Promise<void>;
|
|
15054
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
16201
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
15055
16202
|
getPanelFiltersCount: () => Promise<number>;
|
|
15056
16203
|
getDateRangeFilter: (filterName: string) => {
|
|
15057
16204
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -15152,6 +16299,47 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
15152
16299
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
15153
16300
|
isOpen: () => Promise<boolean>;
|
|
15154
16301
|
getPlaceholderText: () => Promise<string | null>;
|
|
16302
|
+
getSaveViewModal: () => {
|
|
16303
|
+
exists: () => Promise<boolean>;
|
|
16304
|
+
getTitle: () => Promise<string>;
|
|
16305
|
+
getSubTitle: () => Promise<string>;
|
|
16306
|
+
getSaveButtonText: () => Promise<string>;
|
|
16307
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
16308
|
+
clickSaveButton: () => Promise<void>;
|
|
16309
|
+
getCancelButtonText: () => Promise<string>;
|
|
16310
|
+
clickCancelButton: () => Promise<void>;
|
|
16311
|
+
clickCloseButton: () => Promise<void>;
|
|
16312
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
16313
|
+
getViewNameInputValue: () => Promise<string>;
|
|
16314
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
16315
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
16316
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
16317
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
16318
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
16319
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
16320
|
+
click: () => Promise<void>;
|
|
16321
|
+
element: () => Promise<any>;
|
|
16322
|
+
};
|
|
16323
|
+
getRenameViewModal: () => {
|
|
16324
|
+
exists: () => Promise<boolean>;
|
|
16325
|
+
getTitle: () => Promise<string>;
|
|
16326
|
+
getSubTitle: () => Promise<string>;
|
|
16327
|
+
getSaveButtonText: () => Promise<string>;
|
|
16328
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
16329
|
+
clickSaveButton: () => Promise<void>;
|
|
16330
|
+
getCancelButtonText: () => Promise<string>;
|
|
16331
|
+
clickCancelButton: () => Promise<void>;
|
|
16332
|
+
clickCloseButton: () => Promise<void>;
|
|
16333
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
16334
|
+
getViewNameInputValue: () => Promise<string>;
|
|
16335
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
16336
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
16337
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
16338
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
16339
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
16340
|
+
click: () => Promise<void>;
|
|
16341
|
+
element: () => Promise<any>;
|
|
16342
|
+
};
|
|
15155
16343
|
getViewListItemById: (id: string) => {
|
|
15156
16344
|
click: () => Promise<void>;
|
|
15157
16345
|
select: () => Promise<void>;
|
|
@@ -15181,6 +16369,24 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
15181
16369
|
getCategoriesContent: () => Promise<string[]>;
|
|
15182
16370
|
isViewPendingChanges: () => Promise<boolean>;
|
|
15183
16371
|
isDefaultView: () => Promise<boolean>;
|
|
16372
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
16373
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
16374
|
+
openManageViewPopover: () => Promise<void>;
|
|
16375
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
16376
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
16377
|
+
renameViewActionClick: () => Promise<void>;
|
|
16378
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
16379
|
+
deleteViewActionClick: () => Promise<void>;
|
|
16380
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
16381
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
16382
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
16383
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
16384
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
16385
|
+
saveNewView: (name: string) => Promise<void>;
|
|
16386
|
+
deleteView: (ind: number) => Promise<void>;
|
|
16387
|
+
saveViewChanges: () => Promise<void>;
|
|
16388
|
+
renameView: (name: string) => Promise<void>;
|
|
16389
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
15184
16390
|
click: () => Promise<void>;
|
|
15185
16391
|
element: () => Promise<any>;
|
|
15186
16392
|
};
|
|
@@ -15224,7 +16430,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
15224
16430
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
15225
16431
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
15226
16432
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
15227
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
16433
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
15228
16434
|
click: () => Promise<void>;
|
|
15229
16435
|
element: () => Promise<any>;
|
|
15230
16436
|
};
|
|
@@ -15250,7 +16456,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
15250
16456
|
};
|
|
15251
16457
|
clickClearAllFilters: () => Promise<void>;
|
|
15252
16458
|
getFilterAppliedText: () => Promise<string>;
|
|
15253
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
16459
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
15254
16460
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
15255
16461
|
closeDropdown?: boolean | undefined;
|
|
15256
16462
|
} | undefined) => Promise<string[]>;
|
|
@@ -15606,7 +16812,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
15606
16812
|
isTitleExists: () => Promise<boolean>;
|
|
15607
16813
|
getTitleText: () => Promise<string>;
|
|
15608
16814
|
getSubtitleText: () => Promise<string>;
|
|
15609
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
16815
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
15610
16816
|
applyButton: () => {
|
|
15611
16817
|
getButtonTextContent: () => Promise<string>;
|
|
15612
16818
|
isFocused: () => Promise<boolean>;
|
|
@@ -15683,7 +16889,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
15683
16889
|
scrollDown: () => Promise<void>;
|
|
15684
16890
|
};
|
|
15685
16891
|
clickClearAllFilters: () => Promise<void>;
|
|
15686
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
16892
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
15687
16893
|
getPanelFiltersCount: () => Promise<number>;
|
|
15688
16894
|
getDateRangeFilter: (filterName: string) => {
|
|
15689
16895
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -15739,8 +16945,8 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
15739
16945
|
element: () => Promise<any>;
|
|
15740
16946
|
};
|
|
15741
16947
|
getErrorStateByDataHook: (dataHook?: string) => {
|
|
15742
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
15743
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
16948
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
16949
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
15744
16950
|
getTitleText: () => Promise<string>;
|
|
15745
16951
|
getSubtitleText: () => Promise<string>;
|
|
15746
16952
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -15754,7 +16960,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
15754
16960
|
click: () => Promise<void>;
|
|
15755
16961
|
};
|
|
15756
16962
|
getEmptyStateByDataHook: (dataHook?: string) => {
|
|
15757
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
16963
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
15758
16964
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
15759
16965
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
15760
16966
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -15798,7 +17004,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
15798
17004
|
click: () => Promise<void>;
|
|
15799
17005
|
};
|
|
15800
17006
|
getNoResultsStateByDataHook: (dataHook?: string) => {
|
|
15801
|
-
getClearFiltersButton: () => import("@wix/design-system/dist/types/
|
|
17007
|
+
getClearFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
15802
17008
|
getImageGlassArt: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
15803
17009
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
15804
17010
|
getTitleText: () => Promise<string>;
|
|
@@ -15836,8 +17042,22 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
15836
17042
|
isSuccessState: () => Promise<boolean>;
|
|
15837
17043
|
isLoadingState: () => Promise<boolean>;
|
|
15838
17044
|
isErrorState: () => Promise<boolean>;
|
|
15839
|
-
getRetryButton: () => Promise<import("@wix/design-system/dist/types/
|
|
15840
|
-
getErrorText: () => Promise<
|
|
17045
|
+
getRetryButton: () => Promise<import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver>;
|
|
17046
|
+
getErrorText: () => Promise<{
|
|
17047
|
+
getTagName: () => Promise<string>;
|
|
17048
|
+
getText: () => Promise<string>;
|
|
17049
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
17050
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
17051
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
17052
|
+
getId: () => Promise<string>;
|
|
17053
|
+
isLight: () => Promise<boolean>;
|
|
17054
|
+
isSecondary: () => Promise<boolean>;
|
|
17055
|
+
isMasked: () => Promise<boolean>;
|
|
17056
|
+
isWidows: () => Promise<boolean>;
|
|
17057
|
+
exists: () => Promise<boolean>;
|
|
17058
|
+
element: () => Promise<any>;
|
|
17059
|
+
click: () => Promise<void>;
|
|
17060
|
+
}>;
|
|
15841
17061
|
getItemTextAt: (index: number) => Promise<string>;
|
|
15842
17062
|
exists: () => Promise<boolean>;
|
|
15843
17063
|
$: (selector: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
@@ -15870,8 +17090,8 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
15870
17090
|
infiniteScrollLoaderExists: () => Promise<boolean>;
|
|
15871
17091
|
getInfiniteScrollLoaderStatusMessage: () => Promise<string | null>;
|
|
15872
17092
|
getCardErrorStateByDataHook: (dataHook?: string) => {
|
|
15873
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
15874
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
17093
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
17094
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
15875
17095
|
getTitleText: () => Promise<string>;
|
|
15876
17096
|
getSubtitleText: () => Promise<string>;
|
|
15877
17097
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -15885,7 +17105,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
15885
17105
|
click: () => Promise<void>;
|
|
15886
17106
|
};
|
|
15887
17107
|
getTableDefaultNoResultsState: () => {
|
|
15888
|
-
getClearFiltersButton: () => import("@wix/design-system/dist/types/
|
|
17108
|
+
getClearFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
15889
17109
|
getImageGlassArt: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
15890
17110
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
15891
17111
|
getTitleText: () => Promise<string>;
|
|
@@ -15901,7 +17121,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
15901
17121
|
click: () => Promise<void>;
|
|
15902
17122
|
};
|
|
15903
17123
|
getTableDefaultEmptyState: () => {
|
|
15904
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
17124
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
15905
17125
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
15906
17126
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
15907
17127
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -15918,7 +17138,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
15918
17138
|
click: () => Promise<void>;
|
|
15919
17139
|
};
|
|
15920
17140
|
viewsToolbarItemLabelExists: () => Promise<boolean>;
|
|
15921
|
-
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/
|
|
17141
|
+
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
15922
17142
|
scrollDown: (scrollableElementDataHook?: string, options?: {
|
|
15923
17143
|
top?: number | undefined;
|
|
15924
17144
|
}) => Promise<void>;
|
|
@@ -16166,7 +17386,21 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
16166
17386
|
getTypeFormFieldDriver: () => import("@wix/design-system/dist/types/FormField/FormField.uni.driver").FormFieldUniDriver;
|
|
16167
17387
|
getNameFormFieldDriver: () => import("@wix/design-system/dist/types/FormField/FormField.uni.driver").FormFieldUniDriver;
|
|
16168
17388
|
getKeyFormFieldDriver: () => import("@wix/design-system/dist/types/FormField/FormField.uni.driver").FormFieldUniDriver;
|
|
16169
|
-
getFieldKeyTooltip: () =>
|
|
17389
|
+
getFieldKeyTooltip: () => {
|
|
17390
|
+
getTagName: () => Promise<string>;
|
|
17391
|
+
getText: () => Promise<string>;
|
|
17392
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
17393
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
17394
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
17395
|
+
getId: () => Promise<string>;
|
|
17396
|
+
isLight: () => Promise<boolean>;
|
|
17397
|
+
isSecondary: () => Promise<boolean>;
|
|
17398
|
+
isMasked: () => Promise<boolean>;
|
|
17399
|
+
isWidows: () => Promise<boolean>;
|
|
17400
|
+
exists: () => Promise<boolean>;
|
|
17401
|
+
element: () => Promise<any>;
|
|
17402
|
+
click: () => Promise<void>;
|
|
17403
|
+
};
|
|
16170
17404
|
};
|
|
16171
17405
|
getErrorStateNotification: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
16172
17406
|
isSubmitting: () => Promise<boolean>;
|
|
@@ -16182,7 +17416,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
16182
17416
|
getTagByIdx: (idx: number) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
16183
17417
|
getTagById: (tagId: string) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
16184
17418
|
getModalTitle: () => Promise<string>;
|
|
16185
|
-
getCreateBtnDriver: () => import("@wix/design-system/dist/types/
|
|
17419
|
+
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
16186
17420
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
16187
17421
|
clickCloseButton: () => Promise<void>;
|
|
16188
17422
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
@@ -16234,7 +17468,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
16234
17468
|
getTagByIdx: (idx: number) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
16235
17469
|
getTagById: (tagId: string) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
16236
17470
|
getModalTitle: () => Promise<string>;
|
|
16237
|
-
getCreateBtnDriver: () => import("@wix/design-system/dist/types/
|
|
17471
|
+
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
16238
17472
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
16239
17473
|
clickCloseButton: () => Promise<void>;
|
|
16240
17474
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|
|
@@ -16318,6 +17552,47 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
16318
17552
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
16319
17553
|
isOpen: () => Promise<boolean>;
|
|
16320
17554
|
getPlaceholderText: () => Promise<string | null>;
|
|
17555
|
+
getSaveViewModal: () => {
|
|
17556
|
+
exists: () => Promise<boolean>;
|
|
17557
|
+
getTitle: () => Promise<string>;
|
|
17558
|
+
getSubTitle: () => Promise<string>;
|
|
17559
|
+
getSaveButtonText: () => Promise<string>;
|
|
17560
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
17561
|
+
clickSaveButton: () => Promise<void>;
|
|
17562
|
+
getCancelButtonText: () => Promise<string>;
|
|
17563
|
+
clickCancelButton: () => Promise<void>;
|
|
17564
|
+
clickCloseButton: () => Promise<void>;
|
|
17565
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
17566
|
+
getViewNameInputValue: () => Promise<string>;
|
|
17567
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
17568
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
17569
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
17570
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
17571
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
17572
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
17573
|
+
click: () => Promise<void>;
|
|
17574
|
+
element: () => Promise<any>;
|
|
17575
|
+
};
|
|
17576
|
+
getRenameViewModal: () => {
|
|
17577
|
+
exists: () => Promise<boolean>;
|
|
17578
|
+
getTitle: () => Promise<string>;
|
|
17579
|
+
getSubTitle: () => Promise<string>;
|
|
17580
|
+
getSaveButtonText: () => Promise<string>;
|
|
17581
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
17582
|
+
clickSaveButton: () => Promise<void>;
|
|
17583
|
+
getCancelButtonText: () => Promise<string>;
|
|
17584
|
+
clickCancelButton: () => Promise<void>;
|
|
17585
|
+
clickCloseButton: () => Promise<void>;
|
|
17586
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
17587
|
+
getViewNameInputValue: () => Promise<string>;
|
|
17588
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
17589
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
17590
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
17591
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
17592
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
17593
|
+
click: () => Promise<void>;
|
|
17594
|
+
element: () => Promise<any>;
|
|
17595
|
+
};
|
|
16321
17596
|
getViewListItemById: (id: string) => {
|
|
16322
17597
|
click: () => Promise<void>;
|
|
16323
17598
|
select: () => Promise<void>;
|
|
@@ -16347,6 +17622,24 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
16347
17622
|
getCategoriesContent: () => Promise<string[]>;
|
|
16348
17623
|
isViewPendingChanges: () => Promise<boolean>;
|
|
16349
17624
|
isDefaultView: () => Promise<boolean>;
|
|
17625
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
17626
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
17627
|
+
openManageViewPopover: () => Promise<void>;
|
|
17628
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
17629
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
17630
|
+
renameViewActionClick: () => Promise<void>;
|
|
17631
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
17632
|
+
deleteViewActionClick: () => Promise<void>;
|
|
17633
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
17634
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
17635
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
17636
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
17637
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
17638
|
+
saveNewView: (name: string) => Promise<void>;
|
|
17639
|
+
deleteView: (ind: number) => Promise<void>;
|
|
17640
|
+
saveViewChanges: () => Promise<void>;
|
|
17641
|
+
renameView: (name: string) => Promise<void>;
|
|
17642
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
16350
17643
|
click: () => Promise<void>;
|
|
16351
17644
|
element: () => Promise<any>;
|
|
16352
17645
|
};
|
|
@@ -16390,7 +17683,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
16390
17683
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
16391
17684
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
16392
17685
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
16393
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
17686
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
16394
17687
|
click: () => Promise<void>;
|
|
16395
17688
|
element: () => Promise<any>;
|
|
16396
17689
|
};
|
|
@@ -16416,7 +17709,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
16416
17709
|
};
|
|
16417
17710
|
clickClearAllFilters: () => Promise<void>;
|
|
16418
17711
|
getFilterAppliedText: () => Promise<string>;
|
|
16419
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
17712
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
16420
17713
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
16421
17714
|
closeDropdown?: boolean | undefined;
|
|
16422
17715
|
} | undefined) => Promise<string[]>;
|
|
@@ -16772,7 +18065,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
16772
18065
|
isTitleExists: () => Promise<boolean>;
|
|
16773
18066
|
getTitleText: () => Promise<string>;
|
|
16774
18067
|
getSubtitleText: () => Promise<string>;
|
|
16775
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
18068
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
16776
18069
|
applyButton: () => {
|
|
16777
18070
|
getButtonTextContent: () => Promise<string>;
|
|
16778
18071
|
isFocused: () => Promise<boolean>;
|
|
@@ -16849,7 +18142,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
16849
18142
|
scrollDown: () => Promise<void>;
|
|
16850
18143
|
};
|
|
16851
18144
|
clickClearAllFilters: () => Promise<void>;
|
|
16852
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
18145
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
16853
18146
|
getPanelFiltersCount: () => Promise<number>;
|
|
16854
18147
|
getDateRangeFilter: (filterName: string) => {
|
|
16855
18148
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -17157,7 +18450,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
17157
18450
|
isHorizontalScroll: () => Promise<boolean>;
|
|
17158
18451
|
getReorderModeToolbar: () => {
|
|
17159
18452
|
getTitle: () => import("@wix/unidriver-core").UniDriver<any>;
|
|
17160
|
-
getLearnMoreBtn: () => import("@wix/design-system/dist/types/
|
|
18453
|
+
getLearnMoreBtn: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
17161
18454
|
getCancelButton: () => {
|
|
17162
18455
|
getButtonTextContent: () => Promise<string>;
|
|
17163
18456
|
isFocused: () => Promise<boolean>;
|
|
@@ -17307,6 +18600,47 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
17307
18600
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
17308
18601
|
isOpen: () => Promise<boolean>;
|
|
17309
18602
|
getPlaceholderText: () => Promise<string | null>;
|
|
18603
|
+
getSaveViewModal: () => {
|
|
18604
|
+
exists: () => Promise<boolean>;
|
|
18605
|
+
getTitle: () => Promise<string>;
|
|
18606
|
+
getSubTitle: () => Promise<string>;
|
|
18607
|
+
getSaveButtonText: () => Promise<string>;
|
|
18608
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
18609
|
+
clickSaveButton: () => Promise<void>;
|
|
18610
|
+
getCancelButtonText: () => Promise<string>;
|
|
18611
|
+
clickCancelButton: () => Promise<void>;
|
|
18612
|
+
clickCloseButton: () => Promise<void>;
|
|
18613
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
18614
|
+
getViewNameInputValue: () => Promise<string>;
|
|
18615
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
18616
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
18617
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
18618
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
18619
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
18620
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
18621
|
+
click: () => Promise<void>;
|
|
18622
|
+
element: () => Promise<any>;
|
|
18623
|
+
};
|
|
18624
|
+
getRenameViewModal: () => {
|
|
18625
|
+
exists: () => Promise<boolean>;
|
|
18626
|
+
getTitle: () => Promise<string>;
|
|
18627
|
+
getSubTitle: () => Promise<string>;
|
|
18628
|
+
getSaveButtonText: () => Promise<string>;
|
|
18629
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
18630
|
+
clickSaveButton: () => Promise<void>;
|
|
18631
|
+
getCancelButtonText: () => Promise<string>;
|
|
18632
|
+
clickCancelButton: () => Promise<void>;
|
|
18633
|
+
clickCloseButton: () => Promise<void>;
|
|
18634
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
18635
|
+
getViewNameInputValue: () => Promise<string>;
|
|
18636
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
18637
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
18638
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
18639
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
18640
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
18641
|
+
click: () => Promise<void>;
|
|
18642
|
+
element: () => Promise<any>;
|
|
18643
|
+
};
|
|
17310
18644
|
getViewListItemById: (id: string) => {
|
|
17311
18645
|
click: () => Promise<void>;
|
|
17312
18646
|
select: () => Promise<void>;
|
|
@@ -17336,6 +18670,24 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
17336
18670
|
getCategoriesContent: () => Promise<string[]>;
|
|
17337
18671
|
isViewPendingChanges: () => Promise<boolean>;
|
|
17338
18672
|
isDefaultView: () => Promise<boolean>;
|
|
18673
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
18674
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
18675
|
+
openManageViewPopover: () => Promise<void>;
|
|
18676
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
18677
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
18678
|
+
renameViewActionClick: () => Promise<void>;
|
|
18679
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
18680
|
+
deleteViewActionClick: () => Promise<void>;
|
|
18681
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
18682
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
18683
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
18684
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
18685
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
18686
|
+
saveNewView: (name: string) => Promise<void>;
|
|
18687
|
+
deleteView: (ind: number) => Promise<void>;
|
|
18688
|
+
saveViewChanges: () => Promise<void>;
|
|
18689
|
+
renameView: (name: string) => Promise<void>;
|
|
18690
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
17339
18691
|
click: () => Promise<void>;
|
|
17340
18692
|
element: () => Promise<any>;
|
|
17341
18693
|
};
|
|
@@ -17379,7 +18731,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
17379
18731
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
17380
18732
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
17381
18733
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
17382
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
18734
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
17383
18735
|
click: () => Promise<void>;
|
|
17384
18736
|
element: () => Promise<any>;
|
|
17385
18737
|
};
|
|
@@ -17405,7 +18757,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
17405
18757
|
};
|
|
17406
18758
|
clickClearAllFilters: () => Promise<void>;
|
|
17407
18759
|
getFilterAppliedText: () => Promise<string>;
|
|
17408
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
18760
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
17409
18761
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
17410
18762
|
closeDropdown?: boolean | undefined;
|
|
17411
18763
|
} | undefined) => Promise<string[]>;
|
|
@@ -17761,7 +19113,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
17761
19113
|
isTitleExists: () => Promise<boolean>;
|
|
17762
19114
|
getTitleText: () => Promise<string>;
|
|
17763
19115
|
getSubtitleText: () => Promise<string>;
|
|
17764
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
19116
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
17765
19117
|
applyButton: () => {
|
|
17766
19118
|
getButtonTextContent: () => Promise<string>;
|
|
17767
19119
|
isFocused: () => Promise<boolean>;
|
|
@@ -17838,7 +19190,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
17838
19190
|
scrollDown: () => Promise<void>;
|
|
17839
19191
|
};
|
|
17840
19192
|
clickClearAllFilters: () => Promise<void>;
|
|
17841
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
19193
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
17842
19194
|
getPanelFiltersCount: () => Promise<number>;
|
|
17843
19195
|
getDateRangeFilter: (filterName: string) => {
|
|
17844
19196
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -17922,6 +19274,47 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
17922
19274
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
17923
19275
|
isOpen: () => Promise<boolean>;
|
|
17924
19276
|
getPlaceholderText: () => Promise<string | null>;
|
|
19277
|
+
getSaveViewModal: () => {
|
|
19278
|
+
exists: () => Promise<boolean>;
|
|
19279
|
+
getTitle: () => Promise<string>;
|
|
19280
|
+
getSubTitle: () => Promise<string>;
|
|
19281
|
+
getSaveButtonText: () => Promise<string>;
|
|
19282
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
19283
|
+
clickSaveButton: () => Promise<void>;
|
|
19284
|
+
getCancelButtonText: () => Promise<string>;
|
|
19285
|
+
clickCancelButton: () => Promise<void>;
|
|
19286
|
+
clickCloseButton: () => Promise<void>;
|
|
19287
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
19288
|
+
getViewNameInputValue: () => Promise<string>;
|
|
19289
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
19290
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
19291
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
19292
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
19293
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
19294
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
19295
|
+
click: () => Promise<void>;
|
|
19296
|
+
element: () => Promise<any>;
|
|
19297
|
+
};
|
|
19298
|
+
getRenameViewModal: () => {
|
|
19299
|
+
exists: () => Promise<boolean>;
|
|
19300
|
+
getTitle: () => Promise<string>;
|
|
19301
|
+
getSubTitle: () => Promise<string>;
|
|
19302
|
+
getSaveButtonText: () => Promise<string>;
|
|
19303
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
19304
|
+
clickSaveButton: () => Promise<void>;
|
|
19305
|
+
getCancelButtonText: () => Promise<string>;
|
|
19306
|
+
clickCancelButton: () => Promise<void>;
|
|
19307
|
+
clickCloseButton: () => Promise<void>;
|
|
19308
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
19309
|
+
getViewNameInputValue: () => Promise<string>;
|
|
19310
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
19311
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
19312
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
19313
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
19314
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
19315
|
+
click: () => Promise<void>;
|
|
19316
|
+
element: () => Promise<any>;
|
|
19317
|
+
};
|
|
17925
19318
|
getViewListItemById: (id: string) => {
|
|
17926
19319
|
click: () => Promise<void>;
|
|
17927
19320
|
select: () => Promise<void>;
|
|
@@ -17951,6 +19344,24 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
17951
19344
|
getCategoriesContent: () => Promise<string[]>;
|
|
17952
19345
|
isViewPendingChanges: () => Promise<boolean>;
|
|
17953
19346
|
isDefaultView: () => Promise<boolean>;
|
|
19347
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
19348
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
19349
|
+
openManageViewPopover: () => Promise<void>;
|
|
19350
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
19351
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
19352
|
+
renameViewActionClick: () => Promise<void>;
|
|
19353
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
19354
|
+
deleteViewActionClick: () => Promise<void>;
|
|
19355
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
19356
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
19357
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
19358
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
19359
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
19360
|
+
saveNewView: (name: string) => Promise<void>;
|
|
19361
|
+
deleteView: (ind: number) => Promise<void>;
|
|
19362
|
+
saveViewChanges: () => Promise<void>;
|
|
19363
|
+
renameView: (name: string) => Promise<void>;
|
|
19364
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
17954
19365
|
click: () => Promise<void>;
|
|
17955
19366
|
element: () => Promise<any>;
|
|
17956
19367
|
};
|
|
@@ -17994,7 +19405,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
17994
19405
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
17995
19406
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
17996
19407
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
17997
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
19408
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
17998
19409
|
click: () => Promise<void>;
|
|
17999
19410
|
element: () => Promise<any>;
|
|
18000
19411
|
};
|
|
@@ -18020,7 +19431,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
18020
19431
|
};
|
|
18021
19432
|
clickClearAllFilters: () => Promise<void>;
|
|
18022
19433
|
getFilterAppliedText: () => Promise<string>;
|
|
18023
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
19434
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
18024
19435
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
18025
19436
|
closeDropdown?: boolean | undefined;
|
|
18026
19437
|
} | undefined) => Promise<string[]>;
|
|
@@ -18376,7 +19787,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
18376
19787
|
isTitleExists: () => Promise<boolean>;
|
|
18377
19788
|
getTitleText: () => Promise<string>;
|
|
18378
19789
|
getSubtitleText: () => Promise<string>;
|
|
18379
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
19790
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
18380
19791
|
applyButton: () => {
|
|
18381
19792
|
getButtonTextContent: () => Promise<string>;
|
|
18382
19793
|
isFocused: () => Promise<boolean>;
|
|
@@ -18453,7 +19864,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
18453
19864
|
scrollDown: () => Promise<void>;
|
|
18454
19865
|
};
|
|
18455
19866
|
clickClearAllFilters: () => Promise<void>;
|
|
18456
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
19867
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
18457
19868
|
getPanelFiltersCount: () => Promise<number>;
|
|
18458
19869
|
getDateRangeFilter: (filterName: string) => {
|
|
18459
19870
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -18509,8 +19920,8 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
18509
19920
|
element: () => Promise<any>;
|
|
18510
19921
|
};
|
|
18511
19922
|
getErrorStateByDataHook: (dataHook?: string) => {
|
|
18512
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
18513
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
19923
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
19924
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
18514
19925
|
getTitleText: () => Promise<string>;
|
|
18515
19926
|
getSubtitleText: () => Promise<string>;
|
|
18516
19927
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -18524,7 +19935,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
18524
19935
|
click: () => Promise<void>;
|
|
18525
19936
|
};
|
|
18526
19937
|
getEmptyStateByDataHook: (dataHook?: string) => {
|
|
18527
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
19938
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
18528
19939
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
18529
19940
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
18530
19941
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -18541,8 +19952,8 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
18541
19952
|
click: () => Promise<void>;
|
|
18542
19953
|
};
|
|
18543
19954
|
getCardErrorStateByDataHook: (dataHook?: string) => {
|
|
18544
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
18545
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
19955
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
19956
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
18546
19957
|
getTitleText: () => Promise<string>;
|
|
18547
19958
|
getSubtitleText: () => Promise<string>;
|
|
18548
19959
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -18555,7 +19966,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
18555
19966
|
element: () => Promise<any>;
|
|
18556
19967
|
click: () => Promise<void>;
|
|
18557
19968
|
};
|
|
18558
|
-
_toggleShowAllFoldersButton: () => import("@wix/design-system/dist/types/
|
|
19969
|
+
_toggleShowAllFoldersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
18559
19970
|
clickToggleShowAllFoldersButton: () => Promise<void>;
|
|
18560
19971
|
toggleShowAllFoldersButtonExists: () => Promise<boolean>;
|
|
18561
19972
|
foldersSection: () => {
|
|
@@ -18571,8 +19982,8 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
18571
19982
|
refreshLoaderExists: () => Promise<boolean>;
|
|
18572
19983
|
refreshLoaderSkeletonCount: () => Promise<number>;
|
|
18573
19984
|
getErrorStateByDataHook: (dataHook?: string) => {
|
|
18574
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
18575
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
19985
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
19986
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
18576
19987
|
getTitleText: () => Promise<string>;
|
|
18577
19988
|
getSubtitleText: () => Promise<string>;
|
|
18578
19989
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -18586,8 +19997,8 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
18586
19997
|
click: () => Promise<void>;
|
|
18587
19998
|
};
|
|
18588
19999
|
getCardErrorStateByDataHook: (dataHook?: string) => {
|
|
18589
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
18590
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
20000
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
20001
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
18591
20002
|
getTitleText: () => Promise<string>;
|
|
18592
20003
|
getSubtitleText: () => Promise<string>;
|
|
18593
20004
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -18601,7 +20012,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
18601
20012
|
click: () => Promise<void>;
|
|
18602
20013
|
};
|
|
18603
20014
|
getEmptyStateByDataHook: (dataHook?: string) => {
|
|
18604
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
20015
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
18605
20016
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
18606
20017
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
18607
20018
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -18645,7 +20056,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
18645
20056
|
click: () => Promise<void>;
|
|
18646
20057
|
};
|
|
18647
20058
|
getNoResultsStateByDataHook: (dataHook?: string) => {
|
|
18648
|
-
getClearFiltersButton: () => import("@wix/design-system/dist/types/
|
|
20059
|
+
getClearFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
18649
20060
|
getImageGlassArt: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
18650
20061
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
18651
20062
|
getTitleText: () => Promise<string>;
|
|
@@ -18661,6 +20072,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
18661
20072
|
click: () => Promise<void>;
|
|
18662
20073
|
};
|
|
18663
20074
|
getRenderedItemsCount: () => Promise<number>;
|
|
20075
|
+
gridContainerExists: () => Promise<boolean>;
|
|
18664
20076
|
getVirtualizedRowsCount: () => Promise<number>;
|
|
18665
20077
|
initialLoaderSkeletonCount: () => Promise<number>;
|
|
18666
20078
|
getLastRenderedItemIndex: () => Promise<number | null>;
|
|
@@ -18670,6 +20082,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
18670
20082
|
getSubtitle: () => Promise<string | null>;
|
|
18671
20083
|
getBackgroundImageUrl: () => Promise<string | null>;
|
|
18672
20084
|
click: () => Promise<void>;
|
|
20085
|
+
clickOnContainer: () => Promise<void>;
|
|
18673
20086
|
clickFooter: () => Promise<void>;
|
|
18674
20087
|
getPrimaryActionLabel: () => Promise<string>;
|
|
18675
20088
|
isPrimaryActionDisabled: () => Promise<boolean>;
|
|
@@ -18693,6 +20106,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
18693
20106
|
getSubtitle: () => Promise<string | null>;
|
|
18694
20107
|
getBackgroundImageUrl: () => Promise<string | null>;
|
|
18695
20108
|
click: () => Promise<void>;
|
|
20109
|
+
clickOnContainer: () => Promise<void>;
|
|
18696
20110
|
clickFooter: () => Promise<void>;
|
|
18697
20111
|
getPrimaryActionLabel: () => Promise<string>;
|
|
18698
20112
|
isPrimaryActionDisabled: () => Promise<boolean>;
|
|
@@ -18725,7 +20139,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
18725
20139
|
click: () => Promise<void>;
|
|
18726
20140
|
}>;
|
|
18727
20141
|
getCardDefaultEmptyState: (dataHook?: string) => {
|
|
18728
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
20142
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
18729
20143
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
18730
20144
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
18731
20145
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -18785,6 +20199,47 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
18785
20199
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
18786
20200
|
isOpen: () => Promise<boolean>;
|
|
18787
20201
|
getPlaceholderText: () => Promise<string | null>;
|
|
20202
|
+
getSaveViewModal: () => {
|
|
20203
|
+
exists: () => Promise<boolean>;
|
|
20204
|
+
getTitle: () => Promise<string>;
|
|
20205
|
+
getSubTitle: () => Promise<string>;
|
|
20206
|
+
getSaveButtonText: () => Promise<string>;
|
|
20207
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
20208
|
+
clickSaveButton: () => Promise<void>;
|
|
20209
|
+
getCancelButtonText: () => Promise<string>;
|
|
20210
|
+
clickCancelButton: () => Promise<void>;
|
|
20211
|
+
clickCloseButton: () => Promise<void>;
|
|
20212
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
20213
|
+
getViewNameInputValue: () => Promise<string>;
|
|
20214
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
20215
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
20216
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
20217
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
20218
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
20219
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
20220
|
+
click: () => Promise<void>;
|
|
20221
|
+
element: () => Promise<any>;
|
|
20222
|
+
};
|
|
20223
|
+
getRenameViewModal: () => {
|
|
20224
|
+
exists: () => Promise<boolean>;
|
|
20225
|
+
getTitle: () => Promise<string>;
|
|
20226
|
+
getSubTitle: () => Promise<string>;
|
|
20227
|
+
getSaveButtonText: () => Promise<string>;
|
|
20228
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
20229
|
+
clickSaveButton: () => Promise<void>;
|
|
20230
|
+
getCancelButtonText: () => Promise<string>;
|
|
20231
|
+
clickCancelButton: () => Promise<void>;
|
|
20232
|
+
clickCloseButton: () => Promise<void>;
|
|
20233
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
20234
|
+
getViewNameInputValue: () => Promise<string>;
|
|
20235
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
20236
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
20237
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
20238
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
20239
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
20240
|
+
click: () => Promise<void>;
|
|
20241
|
+
element: () => Promise<any>;
|
|
20242
|
+
};
|
|
18788
20243
|
getViewListItemById: (id: string) => {
|
|
18789
20244
|
click: () => Promise<void>;
|
|
18790
20245
|
select: () => Promise<void>;
|
|
@@ -18814,6 +20269,24 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
18814
20269
|
getCategoriesContent: () => Promise<string[]>;
|
|
18815
20270
|
isViewPendingChanges: () => Promise<boolean>;
|
|
18816
20271
|
isDefaultView: () => Promise<boolean>;
|
|
20272
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
20273
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
20274
|
+
openManageViewPopover: () => Promise<void>;
|
|
20275
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
20276
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
20277
|
+
renameViewActionClick: () => Promise<void>;
|
|
20278
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
20279
|
+
deleteViewActionClick: () => Promise<void>;
|
|
20280
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
20281
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
20282
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
20283
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
20284
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
20285
|
+
saveNewView: (name: string) => Promise<void>;
|
|
20286
|
+
deleteView: (ind: number) => Promise<void>;
|
|
20287
|
+
saveViewChanges: () => Promise<void>;
|
|
20288
|
+
renameView: (name: string) => Promise<void>;
|
|
20289
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
18817
20290
|
click: () => Promise<void>;
|
|
18818
20291
|
element: () => Promise<any>;
|
|
18819
20292
|
};
|
|
@@ -18857,7 +20330,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
18857
20330
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
18858
20331
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
18859
20332
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
18860
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
20333
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
18861
20334
|
click: () => Promise<void>;
|
|
18862
20335
|
element: () => Promise<any>;
|
|
18863
20336
|
};
|
|
@@ -18883,7 +20356,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
18883
20356
|
};
|
|
18884
20357
|
clickClearAllFilters: () => Promise<void>;
|
|
18885
20358
|
getFilterAppliedText: () => Promise<string>;
|
|
18886
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
20359
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
18887
20360
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
18888
20361
|
closeDropdown?: boolean | undefined;
|
|
18889
20362
|
} | undefined) => Promise<string[]>;
|
|
@@ -19239,7 +20712,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
19239
20712
|
isTitleExists: () => Promise<boolean>;
|
|
19240
20713
|
getTitleText: () => Promise<string>;
|
|
19241
20714
|
getSubtitleText: () => Promise<string>;
|
|
19242
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
20715
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
19243
20716
|
applyButton: () => {
|
|
19244
20717
|
getButtonTextContent: () => Promise<string>;
|
|
19245
20718
|
isFocused: () => Promise<boolean>;
|
|
@@ -19316,7 +20789,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
19316
20789
|
scrollDown: () => Promise<void>;
|
|
19317
20790
|
};
|
|
19318
20791
|
clickClearAllFilters: () => Promise<void>;
|
|
19319
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
20792
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
19320
20793
|
getPanelFiltersCount: () => Promise<number>;
|
|
19321
20794
|
getDateRangeFilter: (filterName: string) => {
|
|
19322
20795
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -19391,7 +20864,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
19391
20864
|
};
|
|
19392
20865
|
enterSearchText: (text: string) => Promise<void>;
|
|
19393
20866
|
clearSearchText: () => Promise<void>;
|
|
19394
|
-
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/
|
|
20867
|
+
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
19395
20868
|
scrollDown: (scrollableElementDataHook?: string) => Promise<void>;
|
|
19396
20869
|
scrollDownToItem: (index: number, { timeout, delay, scrollableElementDataHook, }?: {
|
|
19397
20870
|
timeout?: number | undefined;
|
|
@@ -19519,6 +20992,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
19519
20992
|
getSubtitle: () => Promise<string | null>;
|
|
19520
20993
|
getBackgroundImageUrl: () => Promise<string | null>;
|
|
19521
20994
|
click: () => Promise<void>;
|
|
20995
|
+
clickOnContainer: () => Promise<void>;
|
|
19522
20996
|
clickFooter: () => Promise<void>;
|
|
19523
20997
|
getPrimaryActionLabel: () => Promise<string>;
|
|
19524
20998
|
isPrimaryActionDisabled: () => Promise<boolean>;
|
|
@@ -19544,8 +21018,22 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
19544
21018
|
isSuccessState: () => Promise<boolean>;
|
|
19545
21019
|
isLoadingState: () => Promise<boolean>;
|
|
19546
21020
|
isErrorState: () => Promise<boolean>;
|
|
19547
|
-
getRetryButton: () => Promise<import("@wix/design-system/dist/types/
|
|
19548
|
-
getErrorText: () => Promise<
|
|
21021
|
+
getRetryButton: () => Promise<import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver>;
|
|
21022
|
+
getErrorText: () => Promise<{
|
|
21023
|
+
getTagName: () => Promise<string>;
|
|
21024
|
+
getText: () => Promise<string>;
|
|
21025
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
21026
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
21027
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
21028
|
+
getId: () => Promise<string>;
|
|
21029
|
+
isLight: () => Promise<boolean>;
|
|
21030
|
+
isSecondary: () => Promise<boolean>;
|
|
21031
|
+
isMasked: () => Promise<boolean>;
|
|
21032
|
+
isWidows: () => Promise<boolean>;
|
|
21033
|
+
exists: () => Promise<boolean>;
|
|
21034
|
+
element: () => Promise<any>;
|
|
21035
|
+
click: () => Promise<void>;
|
|
21036
|
+
}>;
|
|
19549
21037
|
getItemTextAt: (index: number) => Promise<string>;
|
|
19550
21038
|
exists: () => Promise<boolean>;
|
|
19551
21039
|
$: (selector: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
@@ -19568,6 +21056,15 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
19568
21056
|
isDisplayed?: (() => Promise<boolean>) | undefined;
|
|
19569
21057
|
scrollIntoView?: (() => Promise<{}>) | undefined;
|
|
19570
21058
|
}>;
|
|
21059
|
+
getSectionHeaderAt: (index: number) => {
|
|
21060
|
+
getPrimaryAction: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
21061
|
+
getTitle: () => Promise<string>;
|
|
21062
|
+
exists: () => Promise<boolean>;
|
|
21063
|
+
element: () => Promise<any>;
|
|
21064
|
+
click: () => Promise<void>;
|
|
21065
|
+
};
|
|
21066
|
+
getSectionHeadersCount: () => Promise<number>;
|
|
21067
|
+
getSectionGridAt: (index: number) => any;
|
|
19571
21068
|
exists: () => Promise<boolean>;
|
|
19572
21069
|
click: () => Promise<void>;
|
|
19573
21070
|
element: () => Promise<any>;
|
|
@@ -19591,8 +21088,8 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
19591
21088
|
refreshLoaderExists: () => Promise<boolean>;
|
|
19592
21089
|
refreshLoaderSkeletonCount: () => Promise<number>;
|
|
19593
21090
|
getErrorStateByDataHook: (dataHook?: string) => {
|
|
19594
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
19595
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
21091
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
21092
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
19596
21093
|
getTitleText: () => Promise<string>;
|
|
19597
21094
|
getSubtitleText: () => Promise<string>;
|
|
19598
21095
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -19606,8 +21103,8 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
19606
21103
|
click: () => Promise<void>;
|
|
19607
21104
|
};
|
|
19608
21105
|
getCardErrorStateByDataHook: (dataHook?: string) => {
|
|
19609
|
-
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/
|
|
19610
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
21106
|
+
getButtonByDataHook: (dataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
21107
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
19611
21108
|
getTitleText: () => Promise<string>;
|
|
19612
21109
|
getSubtitleText: () => Promise<string>;
|
|
19613
21110
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -19621,7 +21118,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
19621
21118
|
click: () => Promise<void>;
|
|
19622
21119
|
};
|
|
19623
21120
|
getEmptyStateByDataHook: (dataHook?: string) => {
|
|
19624
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
21121
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
19625
21122
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
19626
21123
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
19627
21124
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -19665,7 +21162,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
19665
21162
|
click: () => Promise<void>;
|
|
19666
21163
|
};
|
|
19667
21164
|
getNoResultsStateByDataHook: (dataHook?: string) => {
|
|
19668
|
-
getClearFiltersButton: () => import("@wix/design-system/dist/types/
|
|
21165
|
+
getClearFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
19669
21166
|
getImageGlassArt: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
19670
21167
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
19671
21168
|
getTitleText: () => Promise<string>;
|
|
@@ -19681,6 +21178,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
19681
21178
|
click: () => Promise<void>;
|
|
19682
21179
|
};
|
|
19683
21180
|
getRenderedItemsCount: () => Promise<number>;
|
|
21181
|
+
gridContainerExists: () => Promise<boolean>;
|
|
19684
21182
|
getVirtualizedRowsCount: () => Promise<number>;
|
|
19685
21183
|
initialLoaderSkeletonCount: () => Promise<number>;
|
|
19686
21184
|
getLastRenderedItemIndex: () => Promise<number | null>;
|
|
@@ -19690,6 +21188,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
19690
21188
|
getSubtitle: () => Promise<string | null>;
|
|
19691
21189
|
getBackgroundImageUrl: () => Promise<string | null>;
|
|
19692
21190
|
click: () => Promise<void>;
|
|
21191
|
+
clickOnContainer: () => Promise<void>;
|
|
19693
21192
|
clickFooter: () => Promise<void>;
|
|
19694
21193
|
getPrimaryActionLabel: () => Promise<string>;
|
|
19695
21194
|
isPrimaryActionDisabled: () => Promise<boolean>;
|
|
@@ -19713,6 +21212,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
19713
21212
|
getSubtitle: () => Promise<string | null>;
|
|
19714
21213
|
getBackgroundImageUrl: () => Promise<string | null>;
|
|
19715
21214
|
click: () => Promise<void>;
|
|
21215
|
+
clickOnContainer: () => Promise<void>;
|
|
19716
21216
|
clickFooter: () => Promise<void>;
|
|
19717
21217
|
getPrimaryActionLabel: () => Promise<string>;
|
|
19718
21218
|
isPrimaryActionDisabled: () => Promise<boolean>;
|
|
@@ -19745,7 +21245,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
19745
21245
|
click: () => Promise<void>;
|
|
19746
21246
|
}>;
|
|
19747
21247
|
getCardDefaultEmptyState: (dataHook?: string) => {
|
|
19748
|
-
getNewItemButton: () => import("@wix/design-system/dist/types/
|
|
21248
|
+
getNewItemButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
19749
21249
|
getImageAddItem: () => import("@wix/design-system/dist/types/Image/Image.uni.driver").ImageUniDriver;
|
|
19750
21250
|
getCustomCta: (datahook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
19751
21251
|
wait: (timeout?: number | undefined) => Promise<void>;
|
|
@@ -19805,6 +21305,47 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
19805
21305
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
19806
21306
|
isOpen: () => Promise<boolean>;
|
|
19807
21307
|
getPlaceholderText: () => Promise<string | null>;
|
|
21308
|
+
getSaveViewModal: () => {
|
|
21309
|
+
exists: () => Promise<boolean>;
|
|
21310
|
+
getTitle: () => Promise<string>;
|
|
21311
|
+
getSubTitle: () => Promise<string>;
|
|
21312
|
+
getSaveButtonText: () => Promise<string>;
|
|
21313
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
21314
|
+
clickSaveButton: () => Promise<void>;
|
|
21315
|
+
getCancelButtonText: () => Promise<string>;
|
|
21316
|
+
clickCancelButton: () => Promise<void>;
|
|
21317
|
+
clickCloseButton: () => Promise<void>;
|
|
21318
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
21319
|
+
getViewNameInputValue: () => Promise<string>;
|
|
21320
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
21321
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
21322
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
21323
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
21324
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
21325
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
21326
|
+
click: () => Promise<void>;
|
|
21327
|
+
element: () => Promise<any>;
|
|
21328
|
+
};
|
|
21329
|
+
getRenameViewModal: () => {
|
|
21330
|
+
exists: () => Promise<boolean>;
|
|
21331
|
+
getTitle: () => Promise<string>;
|
|
21332
|
+
getSubTitle: () => Promise<string>;
|
|
21333
|
+
getSaveButtonText: () => Promise<string>;
|
|
21334
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
21335
|
+
clickSaveButton: () => Promise<void>;
|
|
21336
|
+
getCancelButtonText: () => Promise<string>;
|
|
21337
|
+
clickCancelButton: () => Promise<void>;
|
|
21338
|
+
clickCloseButton: () => Promise<void>;
|
|
21339
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
21340
|
+
getViewNameInputValue: () => Promise<string>;
|
|
21341
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
21342
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
21343
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
21344
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
21345
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
21346
|
+
click: () => Promise<void>;
|
|
21347
|
+
element: () => Promise<any>;
|
|
21348
|
+
};
|
|
19808
21349
|
getViewListItemById: (id: string) => {
|
|
19809
21350
|
click: () => Promise<void>;
|
|
19810
21351
|
select: () => Promise<void>;
|
|
@@ -19834,6 +21375,24 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
19834
21375
|
getCategoriesContent: () => Promise<string[]>;
|
|
19835
21376
|
isViewPendingChanges: () => Promise<boolean>;
|
|
19836
21377
|
isDefaultView: () => Promise<boolean>;
|
|
21378
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
21379
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
21380
|
+
openManageViewPopover: () => Promise<void>;
|
|
21381
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
21382
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
21383
|
+
renameViewActionClick: () => Promise<void>;
|
|
21384
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
21385
|
+
deleteViewActionClick: () => Promise<void>;
|
|
21386
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
21387
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
21388
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
21389
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
21390
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
21391
|
+
saveNewView: (name: string) => Promise<void>;
|
|
21392
|
+
deleteView: (ind: number) => Promise<void>;
|
|
21393
|
+
saveViewChanges: () => Promise<void>;
|
|
21394
|
+
renameView: (name: string) => Promise<void>;
|
|
21395
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
19837
21396
|
click: () => Promise<void>;
|
|
19838
21397
|
element: () => Promise<any>;
|
|
19839
21398
|
};
|
|
@@ -19877,7 +21436,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
19877
21436
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
19878
21437
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
19879
21438
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
19880
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
21439
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
19881
21440
|
click: () => Promise<void>;
|
|
19882
21441
|
element: () => Promise<any>;
|
|
19883
21442
|
};
|
|
@@ -19903,7 +21462,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
19903
21462
|
};
|
|
19904
21463
|
clickClearAllFilters: () => Promise<void>;
|
|
19905
21464
|
getFilterAppliedText: () => Promise<string>;
|
|
19906
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
21465
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
19907
21466
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
19908
21467
|
closeDropdown?: boolean | undefined;
|
|
19909
21468
|
} | undefined) => Promise<string[]>;
|
|
@@ -20259,7 +21818,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
20259
21818
|
isTitleExists: () => Promise<boolean>;
|
|
20260
21819
|
getTitleText: () => Promise<string>;
|
|
20261
21820
|
getSubtitleText: () => Promise<string>;
|
|
20262
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
21821
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
20263
21822
|
applyButton: () => {
|
|
20264
21823
|
getButtonTextContent: () => Promise<string>;
|
|
20265
21824
|
isFocused: () => Promise<boolean>;
|
|
@@ -20336,7 +21895,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
20336
21895
|
scrollDown: () => Promise<void>;
|
|
20337
21896
|
};
|
|
20338
21897
|
clickClearAllFilters: () => Promise<void>;
|
|
20339
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
21898
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
20340
21899
|
getPanelFiltersCount: () => Promise<number>;
|
|
20341
21900
|
getDateRangeFilter: (filterName: string) => {
|
|
20342
21901
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -20411,7 +21970,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
20411
21970
|
};
|
|
20412
21971
|
enterSearchText: (text: string) => Promise<void>;
|
|
20413
21972
|
clearSearchText: () => Promise<void>;
|
|
20414
|
-
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/
|
|
21973
|
+
getEmptyStateClearFiltersButton: (emptyStateDataHook: string) => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
20415
21974
|
scrollDown: (scrollableElementDataHook?: string) => Promise<void>;
|
|
20416
21975
|
scrollDownToItem: (index: number, { timeout, delay, scrollableElementDataHook, }?: {
|
|
20417
21976
|
timeout?: number | undefined;
|
|
@@ -20539,6 +22098,7 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
20539
22098
|
getSubtitle: () => Promise<string | null>;
|
|
20540
22099
|
getBackgroundImageUrl: () => Promise<string | null>;
|
|
20541
22100
|
click: () => Promise<void>;
|
|
22101
|
+
clickOnContainer: () => Promise<void>;
|
|
20542
22102
|
clickFooter: () => Promise<void>;
|
|
20543
22103
|
getPrimaryActionLabel: () => Promise<string>;
|
|
20544
22104
|
isPrimaryActionDisabled: () => Promise<boolean>;
|
|
@@ -20564,8 +22124,22 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
20564
22124
|
isSuccessState: () => Promise<boolean>;
|
|
20565
22125
|
isLoadingState: () => Promise<boolean>;
|
|
20566
22126
|
isErrorState: () => Promise<boolean>;
|
|
20567
|
-
getRetryButton: () => Promise<import("@wix/design-system/dist/types/
|
|
20568
|
-
getErrorText: () => Promise<
|
|
22127
|
+
getRetryButton: () => Promise<import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver>;
|
|
22128
|
+
getErrorText: () => Promise<{
|
|
22129
|
+
getTagName: () => Promise<string>;
|
|
22130
|
+
getText: () => Promise<string>;
|
|
22131
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
22132
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
22133
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
22134
|
+
getId: () => Promise<string>;
|
|
22135
|
+
isLight: () => Promise<boolean>;
|
|
22136
|
+
isSecondary: () => Promise<boolean>;
|
|
22137
|
+
isMasked: () => Promise<boolean>;
|
|
22138
|
+
isWidows: () => Promise<boolean>;
|
|
22139
|
+
exists: () => Promise<boolean>;
|
|
22140
|
+
element: () => Promise<any>;
|
|
22141
|
+
click: () => Promise<void>;
|
|
22142
|
+
}>;
|
|
20569
22143
|
getItemTextAt: (index: number) => Promise<string>;
|
|
20570
22144
|
exists: () => Promise<boolean>;
|
|
20571
22145
|
$: (selector: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
@@ -20588,6 +22162,15 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
20588
22162
|
isDisplayed?: (() => Promise<boolean>) | undefined;
|
|
20589
22163
|
scrollIntoView?: (() => Promise<{}>) | undefined;
|
|
20590
22164
|
}>;
|
|
22165
|
+
getSectionHeaderAt: (index: number) => {
|
|
22166
|
+
getPrimaryAction: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
22167
|
+
getTitle: () => Promise<string>;
|
|
22168
|
+
exists: () => Promise<boolean>;
|
|
22169
|
+
element: () => Promise<any>;
|
|
22170
|
+
click: () => Promise<void>;
|
|
22171
|
+
};
|
|
22172
|
+
getSectionHeadersCount: () => Promise<number>;
|
|
22173
|
+
getSectionGridAt: (index: number) => any;
|
|
20591
22174
|
exists: () => Promise<boolean>;
|
|
20592
22175
|
click: () => Promise<void>;
|
|
20593
22176
|
element: () => Promise<any>;
|
|
@@ -20619,8 +22202,22 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
20619
22202
|
isSuccessState: () => Promise<boolean>;
|
|
20620
22203
|
isLoadingState: () => Promise<boolean>;
|
|
20621
22204
|
isErrorState: () => Promise<boolean>;
|
|
20622
|
-
getRetryButton: () => Promise<import("@wix/design-system/dist/types/
|
|
20623
|
-
getErrorText: () => Promise<
|
|
22205
|
+
getRetryButton: () => Promise<import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver>;
|
|
22206
|
+
getErrorText: () => Promise<{
|
|
22207
|
+
getTagName: () => Promise<string>;
|
|
22208
|
+
getText: () => Promise<string>;
|
|
22209
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
22210
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
22211
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
22212
|
+
getId: () => Promise<string>;
|
|
22213
|
+
isLight: () => Promise<boolean>;
|
|
22214
|
+
isSecondary: () => Promise<boolean>;
|
|
22215
|
+
isMasked: () => Promise<boolean>;
|
|
22216
|
+
isWidows: () => Promise<boolean>;
|
|
22217
|
+
exists: () => Promise<boolean>;
|
|
22218
|
+
element: () => Promise<any>;
|
|
22219
|
+
click: () => Promise<void>;
|
|
22220
|
+
}>;
|
|
20624
22221
|
getItemTextAt: (index: number) => Promise<string>;
|
|
20625
22222
|
exists: () => Promise<boolean>;
|
|
20626
22223
|
$: (selector: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
@@ -20653,8 +22250,22 @@ export declare const TableGridSwitchFoldersTestkit: (obj: {
|
|
|
20653
22250
|
isSuccessState: () => Promise<boolean>;
|
|
20654
22251
|
isLoadingState: () => Promise<boolean>;
|
|
20655
22252
|
isErrorState: () => Promise<boolean>;
|
|
20656
|
-
getRetryButton: () => Promise<import("@wix/design-system/dist/types/
|
|
20657
|
-
getErrorText: () => Promise<
|
|
22253
|
+
getRetryButton: () => Promise<import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver>;
|
|
22254
|
+
getErrorText: () => Promise<{
|
|
22255
|
+
getTagName: () => Promise<string>;
|
|
22256
|
+
getText: () => Promise<string>;
|
|
22257
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
22258
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
22259
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
22260
|
+
getId: () => Promise<string>;
|
|
22261
|
+
isLight: () => Promise<boolean>;
|
|
22262
|
+
isSecondary: () => Promise<boolean>;
|
|
22263
|
+
isMasked: () => Promise<boolean>;
|
|
22264
|
+
isWidows: () => Promise<boolean>;
|
|
22265
|
+
exists: () => Promise<boolean>;
|
|
22266
|
+
element: () => Promise<any>;
|
|
22267
|
+
click: () => Promise<void>;
|
|
22268
|
+
}>;
|
|
20658
22269
|
getItemTextAt: (index: number) => Promise<string>;
|
|
20659
22270
|
exists: () => Promise<boolean>;
|
|
20660
22271
|
$: (selector: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
@@ -20739,6 +22350,47 @@ export declare const InfiniteScrollCollectionListTestkit: (obj: {
|
|
|
20739
22350
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
20740
22351
|
isOpen: () => Promise<boolean>;
|
|
20741
22352
|
getPlaceholderText: () => Promise<string | null>;
|
|
22353
|
+
getSaveViewModal: () => {
|
|
22354
|
+
exists: () => Promise<boolean>;
|
|
22355
|
+
getTitle: () => Promise<string>;
|
|
22356
|
+
getSubTitle: () => Promise<string>;
|
|
22357
|
+
getSaveButtonText: () => Promise<string>;
|
|
22358
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
22359
|
+
clickSaveButton: () => Promise<void>;
|
|
22360
|
+
getCancelButtonText: () => Promise<string>;
|
|
22361
|
+
clickCancelButton: () => Promise<void>;
|
|
22362
|
+
clickCloseButton: () => Promise<void>;
|
|
22363
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
22364
|
+
getViewNameInputValue: () => Promise<string>;
|
|
22365
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
22366
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
22367
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
22368
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
22369
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
22370
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
22371
|
+
click: () => Promise<void>;
|
|
22372
|
+
element: () => Promise<any>;
|
|
22373
|
+
};
|
|
22374
|
+
getRenameViewModal: () => {
|
|
22375
|
+
exists: () => Promise<boolean>;
|
|
22376
|
+
getTitle: () => Promise<string>;
|
|
22377
|
+
getSubTitle: () => Promise<string>;
|
|
22378
|
+
getSaveButtonText: () => Promise<string>;
|
|
22379
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
22380
|
+
clickSaveButton: () => Promise<void>;
|
|
22381
|
+
getCancelButtonText: () => Promise<string>;
|
|
22382
|
+
clickCancelButton: () => Promise<void>;
|
|
22383
|
+
clickCloseButton: () => Promise<void>;
|
|
22384
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
22385
|
+
getViewNameInputValue: () => Promise<string>;
|
|
22386
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
22387
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
22388
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
22389
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
22390
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
22391
|
+
click: () => Promise<void>;
|
|
22392
|
+
element: () => Promise<any>;
|
|
22393
|
+
};
|
|
20742
22394
|
getViewListItemById: (id: string) => {
|
|
20743
22395
|
click: () => Promise<void>;
|
|
20744
22396
|
select: () => Promise<void>;
|
|
@@ -20768,6 +22420,24 @@ export declare const InfiniteScrollCollectionListTestkit: (obj: {
|
|
|
20768
22420
|
getCategoriesContent: () => Promise<string[]>;
|
|
20769
22421
|
isViewPendingChanges: () => Promise<boolean>;
|
|
20770
22422
|
isDefaultView: () => Promise<boolean>;
|
|
22423
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
22424
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
22425
|
+
openManageViewPopover: () => Promise<void>;
|
|
22426
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
22427
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
22428
|
+
renameViewActionClick: () => Promise<void>;
|
|
22429
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
22430
|
+
deleteViewActionClick: () => Promise<void>;
|
|
22431
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
22432
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
22433
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
22434
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
22435
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
22436
|
+
saveNewView: (name: string) => Promise<void>;
|
|
22437
|
+
deleteView: (ind: number) => Promise<void>;
|
|
22438
|
+
saveViewChanges: () => Promise<void>;
|
|
22439
|
+
renameView: (name: string) => Promise<void>;
|
|
22440
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
20771
22441
|
click: () => Promise<void>;
|
|
20772
22442
|
element: () => Promise<any>;
|
|
20773
22443
|
};
|
|
@@ -20811,7 +22481,7 @@ export declare const InfiniteScrollCollectionListTestkit: (obj: {
|
|
|
20811
22481
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
20812
22482
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
20813
22483
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
20814
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
22484
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
20815
22485
|
click: () => Promise<void>;
|
|
20816
22486
|
element: () => Promise<any>;
|
|
20817
22487
|
};
|
|
@@ -20837,7 +22507,7 @@ export declare const InfiniteScrollCollectionListTestkit: (obj: {
|
|
|
20837
22507
|
};
|
|
20838
22508
|
clickClearAllFilters: () => Promise<void>;
|
|
20839
22509
|
getFilterAppliedText: () => Promise<string>;
|
|
20840
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
22510
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
20841
22511
|
selectFilterOptions: (filterName: string, ids: string[], options?: {
|
|
20842
22512
|
closeDropdown?: boolean | undefined;
|
|
20843
22513
|
} | undefined) => Promise<string[]>;
|
|
@@ -21193,7 +22863,7 @@ export declare const InfiniteScrollCollectionListTestkit: (obj: {
|
|
|
21193
22863
|
isTitleExists: () => Promise<boolean>;
|
|
21194
22864
|
getTitleText: () => Promise<string>;
|
|
21195
22865
|
getSubtitleText: () => Promise<string>;
|
|
21196
|
-
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
22866
|
+
getSubtitleLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
21197
22867
|
applyButton: () => {
|
|
21198
22868
|
getButtonTextContent: () => Promise<string>;
|
|
21199
22869
|
isFocused: () => Promise<boolean>;
|
|
@@ -21270,7 +22940,7 @@ export declare const InfiniteScrollCollectionListTestkit: (obj: {
|
|
|
21270
22940
|
scrollDown: () => Promise<void>;
|
|
21271
22941
|
};
|
|
21272
22942
|
clickClearAllFilters: () => Promise<void>;
|
|
21273
|
-
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/
|
|
22943
|
+
getClearAllFiltersButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
21274
22944
|
getPanelFiltersCount: () => Promise<number>;
|
|
21275
22945
|
getDateRangeFilter: (filterName: string) => {
|
|
21276
22946
|
_getRadioGroup: () => import("@wix/design-system/dist/types/RadioGroup/RadioGroup.uni.driver").RadioGroupUniDriver;
|
|
@@ -21329,8 +22999,22 @@ export declare const InfiniteScrollCollectionListTestkit: (obj: {
|
|
|
21329
22999
|
isSuccessState: () => Promise<boolean>;
|
|
21330
23000
|
isLoadingState: () => Promise<boolean>;
|
|
21331
23001
|
isErrorState: () => Promise<boolean>;
|
|
21332
|
-
getRetryButton: () => Promise<import("@wix/design-system/dist/types/
|
|
21333
|
-
getErrorText: () => Promise<
|
|
23002
|
+
getRetryButton: () => Promise<import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver>;
|
|
23003
|
+
getErrorText: () => Promise<{
|
|
23004
|
+
getTagName: () => Promise<string>;
|
|
23005
|
+
getText: () => Promise<string>;
|
|
23006
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
23007
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
23008
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
23009
|
+
getId: () => Promise<string>;
|
|
23010
|
+
isLight: () => Promise<boolean>;
|
|
23011
|
+
isSecondary: () => Promise<boolean>;
|
|
23012
|
+
isMasked: () => Promise<boolean>;
|
|
23013
|
+
isWidows: () => Promise<boolean>;
|
|
23014
|
+
exists: () => Promise<boolean>;
|
|
23015
|
+
element: () => Promise<any>;
|
|
23016
|
+
click: () => Promise<void>;
|
|
23017
|
+
}>;
|
|
21334
23018
|
getItemTextAt: (index: number) => Promise<string>;
|
|
21335
23019
|
exists: () => Promise<boolean>;
|
|
21336
23020
|
$: (selector: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
@@ -21509,7 +23193,21 @@ export declare const PickerModalTestkit: (obj: {
|
|
|
21509
23193
|
exists: () => Promise<boolean>;
|
|
21510
23194
|
element: () => Promise<any>;
|
|
21511
23195
|
};
|
|
21512
|
-
getSelectedItemsCountText: () =>
|
|
23196
|
+
getSelectedItemsCountText: () => {
|
|
23197
|
+
getTagName: () => Promise<string>;
|
|
23198
|
+
getText: () => Promise<string>;
|
|
23199
|
+
getSize: () => Promise<import("@wix/design-system").TextSize>;
|
|
23200
|
+
getSkin: () => Promise<import("@wix/design-system").TextSkin>;
|
|
23201
|
+
getWeight: () => Promise<import("@wix/design-system").TextWeight>;
|
|
23202
|
+
getId: () => Promise<string>;
|
|
23203
|
+
isLight: () => Promise<boolean>;
|
|
23204
|
+
isSecondary: () => Promise<boolean>;
|
|
23205
|
+
isMasked: () => Promise<boolean>;
|
|
23206
|
+
isWidows: () => Promise<boolean>;
|
|
23207
|
+
exists: () => Promise<boolean>;
|
|
23208
|
+
element: () => Promise<any>;
|
|
23209
|
+
click: () => Promise<void>;
|
|
23210
|
+
};
|
|
21513
23211
|
customNotificationExists: () => Promise<boolean>;
|
|
21514
23212
|
getFilterDropdown: (filterName: string) => import("@wix/design-system/dist/types/Dropdown/Dropdown.uni.driver").DropdownUniDriver;
|
|
21515
23213
|
filterDropdownExists: (filterName: string) => Promise<boolean>;
|
|
@@ -21542,6 +23240,47 @@ export declare const ViewsStandaloneTestkit: (obj: {
|
|
|
21542
23240
|
getViewsPopoverContent: () => Promise<string[]>;
|
|
21543
23241
|
isOpen: () => Promise<boolean>;
|
|
21544
23242
|
getPlaceholderText: () => Promise<string | null>;
|
|
23243
|
+
getSaveViewModal: () => {
|
|
23244
|
+
exists: () => Promise<boolean>;
|
|
23245
|
+
getTitle: () => Promise<string>;
|
|
23246
|
+
getSubTitle: () => Promise<string>;
|
|
23247
|
+
getSaveButtonText: () => Promise<string>;
|
|
23248
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
23249
|
+
clickSaveButton: () => Promise<void>;
|
|
23250
|
+
getCancelButtonText: () => Promise<string>;
|
|
23251
|
+
clickCancelButton: () => Promise<void>;
|
|
23252
|
+
clickCloseButton: () => Promise<void>;
|
|
23253
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
23254
|
+
getViewNameInputValue: () => Promise<string>;
|
|
23255
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
23256
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
23257
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
23258
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
23259
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
23260
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
23261
|
+
click: () => Promise<void>;
|
|
23262
|
+
element: () => Promise<any>;
|
|
23263
|
+
};
|
|
23264
|
+
getRenameViewModal: () => {
|
|
23265
|
+
exists: () => Promise<boolean>;
|
|
23266
|
+
getTitle: () => Promise<string>;
|
|
23267
|
+
getSubTitle: () => Promise<string>;
|
|
23268
|
+
getSaveButtonText: () => Promise<string>;
|
|
23269
|
+
isSaveButtonDisabled: () => Promise<boolean>;
|
|
23270
|
+
clickSaveButton: () => Promise<void>;
|
|
23271
|
+
getCancelButtonText: () => Promise<string>;
|
|
23272
|
+
clickCancelButton: () => Promise<void>;
|
|
23273
|
+
clickCloseButton: () => Promise<void>;
|
|
23274
|
+
viewNameFormFieldExists: () => Promise<boolean>;
|
|
23275
|
+
getViewNameInputValue: () => Promise<string>;
|
|
23276
|
+
getViewNameFormFieldTitle: () => Promise<HTMLElement | null>;
|
|
23277
|
+
getViewNameInputPlaceholder: () => Promise<string | null>;
|
|
23278
|
+
fillViewNameInput: (value: string) => Promise<void>;
|
|
23279
|
+
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
23280
|
+
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
23281
|
+
click: () => Promise<void>;
|
|
23282
|
+
element: () => Promise<any>;
|
|
23283
|
+
};
|
|
21545
23284
|
getViewListItemById: (id: string) => {
|
|
21546
23285
|
click: () => Promise<void>;
|
|
21547
23286
|
select: () => Promise<void>;
|
|
@@ -21571,6 +23310,24 @@ export declare const ViewsStandaloneTestkit: (obj: {
|
|
|
21571
23310
|
getCategoriesContent: () => Promise<string[]>;
|
|
21572
23311
|
isViewPendingChanges: () => Promise<boolean>;
|
|
21573
23312
|
isDefaultView: () => Promise<boolean>;
|
|
23313
|
+
manageViewPopoverExists: () => Promise<boolean>;
|
|
23314
|
+
isManageViewPopoverOpen: () => Promise<boolean>;
|
|
23315
|
+
openManageViewPopover: () => Promise<void>;
|
|
23316
|
+
saveViewChangesActionClick: () => Promise<void>;
|
|
23317
|
+
saveNewViewActionClick: () => Promise<void>;
|
|
23318
|
+
renameViewActionClick: () => Promise<void>;
|
|
23319
|
+
setAsDefaultViewActionClick: () => Promise<void>;
|
|
23320
|
+
deleteViewActionClick: () => Promise<void>;
|
|
23321
|
+
getSaveViewChangesBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
23322
|
+
getSaveNewViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
23323
|
+
getDeleteViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
23324
|
+
getRenameViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
23325
|
+
getSetAsDefaultViewBtn: () => Promise<import("@wix/design-system/dist/types/DropdownLayout/DropdownLayout.uni.driver").DropdownLayoutOptionUniDriver>;
|
|
23326
|
+
saveNewView: (name: string) => Promise<void>;
|
|
23327
|
+
deleteView: (ind: number) => Promise<void>;
|
|
23328
|
+
saveViewChanges: () => Promise<void>;
|
|
23329
|
+
renameView: (name: string) => Promise<void>;
|
|
23330
|
+
setAsDefaultView: (ind: number) => Promise<void>;
|
|
21574
23331
|
click: () => Promise<void>;
|
|
21575
23332
|
element: () => Promise<any>;
|
|
21576
23333
|
}>;
|
|
@@ -21595,7 +23352,7 @@ export declare const ViewsStandaloneSaveModalTestkit: (obj: {
|
|
|
21595
23352
|
fillViewNameInput: (value: string) => Promise<void>;
|
|
21596
23353
|
getViewNameInputStatusMessage: () => Promise<string | null>;
|
|
21597
23354
|
getViewNameHasErrorStatus: () => Promise<boolean>;
|
|
21598
|
-
getLearnMoreButton: () => import("@wix/design-system/dist/types/
|
|
23355
|
+
getLearnMoreButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
21599
23356
|
click: () => Promise<void>;
|
|
21600
23357
|
element: () => Promise<any>;
|
|
21601
23358
|
}>;
|
|
@@ -21642,7 +23399,7 @@ export declare const EntityPageTestkit: (obj: {
|
|
|
21642
23399
|
showsSkeletonHeader: () => Promise<boolean>;
|
|
21643
23400
|
getChildByDataHook: (dataHook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
21644
23401
|
getErrorState: () => {
|
|
21645
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
23402
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
21646
23403
|
getTitleText: () => Promise<string>;
|
|
21647
23404
|
getSubtitleText: () => Promise<string>;
|
|
21648
23405
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -21667,7 +23424,7 @@ export declare const EntityPageTestkit: (obj: {
|
|
|
21667
23424
|
getChildByDataHook: (childDataHook: string) => import("@wix/unidriver-core").UniDriver<any>;
|
|
21668
23425
|
};
|
|
21669
23426
|
getErrorState: () => {
|
|
21670
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
23427
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
21671
23428
|
getTitleText: () => Promise<string>;
|
|
21672
23429
|
getSubtitleText: () => Promise<string>;
|
|
21673
23430
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -21711,7 +23468,7 @@ export declare const ErrorCardTestkit: (obj: {
|
|
|
21711
23468
|
page: any;
|
|
21712
23469
|
wrapper?: any;
|
|
21713
23470
|
}) => Promise<{
|
|
21714
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
23471
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
21715
23472
|
getTitleText: () => Promise<string>;
|
|
21716
23473
|
getSubtitleText: () => Promise<string>;
|
|
21717
23474
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -21729,7 +23486,7 @@ export declare const PageErrorStateTestkit: (obj: {
|
|
|
21729
23486
|
page: any;
|
|
21730
23487
|
wrapper?: any;
|
|
21731
23488
|
}) => Promise<{
|
|
21732
|
-
getRetryButton: () => import("@wix/design-system/dist/types/
|
|
23489
|
+
getRetryButton: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
21733
23490
|
getTitleText: () => Promise<string>;
|
|
21734
23491
|
getSubtitleText: () => Promise<string>;
|
|
21735
23492
|
hasTheme: (themeName: import("@wix/design-system").EmptyStateTheme) => Promise<boolean>;
|
|
@@ -21752,7 +23509,7 @@ export declare const ManageTagsModalTestkit: (obj: {
|
|
|
21752
23509
|
getTagByIdx: (idx: number) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
21753
23510
|
getTagById: (tagId: string) => import("@wix/design-system/dist/types/Tag/Tag.uni.driver").TagUniDriver;
|
|
21754
23511
|
getModalTitle: () => Promise<string>;
|
|
21755
|
-
getCreateBtnDriver: () => import("@wix/design-system/dist/types/
|
|
23512
|
+
getCreateBtnDriver: () => import("@wix/design-system/dist/types/Button/ButtonCore/ButtonCore.uni.driver").ButtonCoreDriver;
|
|
21756
23513
|
getNotificationDriver: () => import("@wix/design-system/dist/types/FloatingNotification/FloatingNotification.uni.driver").FloatingNotificationUniDriver;
|
|
21757
23514
|
clickCloseButton: () => Promise<void>;
|
|
21758
23515
|
getSearchDriver: () => import("@wix/design-system/dist/types/Search/Search.uni.driver").SearchUniDriver;
|