@linzjs/step-ag-grid 28.2.3 → 28.2.4
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.
|
@@ -149,7 +149,7 @@ export const editCell = async (rowId: number | string, colId: string, within?: H
|
|
|
149
149
|
async () => {
|
|
150
150
|
const cell = await findCell(rowId, colId, within);
|
|
151
151
|
await user.dblClick(cell);
|
|
152
|
-
await waitFor(findOpenPopover, { timeout:
|
|
152
|
+
await waitFor(findOpenPopover, { timeout: 4000 });
|
|
153
153
|
},
|
|
154
154
|
{ timeout: 5000 },
|
|
155
155
|
);
|
package/package.json
CHANGED
|
@@ -149,7 +149,7 @@ export const editCell = async (rowId: number | string, colId: string, within?: H
|
|
|
149
149
|
async () => {
|
|
150
150
|
const cell = await findCell(rowId, colId, within);
|
|
151
151
|
await user.dblClick(cell);
|
|
152
|
-
await waitFor(findOpenPopover, { timeout:
|
|
152
|
+
await waitFor(findOpenPopover, { timeout: 4000 });
|
|
153
153
|
},
|
|
154
154
|
{ timeout: 5000 },
|
|
155
155
|
);
|