@linzjs/step-ag-grid 7.16.4 → 7.16.5

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@linzjs/step-ag-grid",
3
3
  "repository": "github:linz/step-ag-grid.git",
4
4
  "license": "MIT",
5
- "version": "7.16.4",
5
+ "version": "7.16.5",
6
6
  "keywords": [
7
7
  "aggrid",
8
8
  "ag-grid",
@@ -111,8 +111,8 @@ export const validateMenuOptions = async (
111
111
  };
112
112
 
113
113
  export const clickMenuOption = async (menuOptionText: string | RegExp): Promise<void> => {
114
- const menuOption = await findMenuOption(menuOptionText);
115
114
  await act(async () => {
115
+ const menuOption = await findMenuOption(menuOptionText);
116
116
  userEvent.click(menuOption);
117
117
  });
118
118
  };