Skip to content

Commit f855027

Browse files
committed
Fix screenshot name
1 parent 6de1c71 commit f855027

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/visual/treeGrid.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ test('tree grid', async () => {
7575
/>
7676
);
7777

78-
await expect(getGrid()).toMatchScreenshot('basic-grid');
78+
await expect(getGrid()).toMatchScreenshot('tree-grid');
7979
});
8080

8181
function rowKeyGetter(row: Row) {

0 commit comments

Comments
 (0)