@linzjs/step-ag-grid 21.0.2 → 21.0.3
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 +1 -1
- package/src/utils/testUtil.ts +1 -1
package/package.json
CHANGED
package/src/utils/testUtil.ts
CHANGED
|
@@ -133,7 +133,7 @@ export const findCellContains = async (
|
|
|
133
133
|
return await waitFor(
|
|
134
134
|
async () => {
|
|
135
135
|
const row = await findRow(rowId, within);
|
|
136
|
-
return
|
|
136
|
+
return getQuick({ tagName: `[col-id='${colId}']`, text }, row);
|
|
137
137
|
},
|
|
138
138
|
{ timeout: 10000 },
|
|
139
139
|
);
|