@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 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": "21.0.2",
5
+ "version": "21.0.3",
6
6
  "keywords": [
7
7
  "aggrid",
8
8
  "ag-grid",
@@ -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 await findQuick({ tagName: `[col-id='${colId}']`, text }, row);
136
+ return getQuick({ tagName: `[col-id='${colId}']`, text }, row);
137
137
  },
138
138
  { timeout: 10000 },
139
139
  );