@linzjs/step-ag-grid 7.16.1 → 7.16.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.
@@ -24753,17 +24753,26 @@ var clickMultiSelectOption = function (value) { return __awaiter(void 0, void 0,
24753
24753
  });
24754
24754
  }); };
24755
24755
  var typeInput = function (value, filter) { return __awaiter(void 0, void 0, void 0, function () {
24756
- var openMenu, input;
24757
24756
  return __generator(this, function (_a) {
24758
24757
  switch (_a.label) {
24759
- case 0: return [4 /*yield*/, findOpenMenu()];
24758
+ case 0: return [4 /*yield*/, act(function () { return __awaiter(void 0, void 0, void 0, function () {
24759
+ var openMenu, input;
24760
+ return __generator(this, function (_a) {
24761
+ switch (_a.label) {
24762
+ case 0: return [4 /*yield*/, findOpenMenu()];
24763
+ case 1:
24764
+ openMenu = _a.sent();
24765
+ return [4 /*yield*/, findQuick(filter, openMenu)];
24766
+ case 2:
24767
+ input = _a.sent();
24768
+ userEvent.clear(input);
24769
+ userEvent.type(input, value);
24770
+ return [2 /*return*/];
24771
+ }
24772
+ });
24773
+ }); })];
24760
24774
  case 1:
24761
- openMenu = _a.sent();
24762
- return [4 /*yield*/, findQuick(filter, openMenu)];
24763
- case 2:
24764
- input = _a.sent();
24765
- userEvent.clear(input);
24766
- userEvent.type(input, value);
24775
+ _a.sent();
24767
24776
  return [2 /*return*/];
24768
24777
  }
24769
24778
  });