We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de666b2 commit cc4849dCopy full SHA for cc4849d
1 file changed
test/visual/basicGrid.test.tsx
@@ -40,7 +40,7 @@ function rowKeyGetter(row: Row) {
40
}
41
42
test('basic grid', async () => {
43
- page.render(
+ await page.render(
44
<DataGrid
45
rowKeyGetter={rowKeyGetter}
46
columns={columns}
0 commit comments