@linzjs/step-ag-grid 15.0.1 → 15.0.2

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.
@@ -26,7 +26,7 @@ export declare const typeInputByLabel: (value: string, labelText: string) => Pro
26
26
  export declare const typeInputByPlaceholder: (value: string, placeholder: string) => Promise<void>;
27
27
  export declare const typeOtherInput: (value: string) => Promise<void>;
28
28
  export declare const typeOtherTextArea: (value: string) => Promise<void>;
29
- export declare const closeMenu: () => void;
30
- export declare const closePopover: () => void;
29
+ export declare const closeMenu: () => Promise<void>;
30
+ export declare const closePopover: () => Promise<void>;
31
31
  export declare const findActionButton: (text: string, container?: HTMLElement) => Promise<HTMLElement>;
32
32
  export declare const clickActionButton: (text: string, container?: HTMLElement) => Promise<void>;