Skip to content

Commit 95af17d

Browse files
committed
fixing the Auto Save test in App.test.js
1 parent 723cf39 commit 95af17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/App.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe('App component', () => {
2929
);
3030

3131
expect(screen.getByPlaceholderText('Top level name')).toBeInTheDocument();
32-
expect(screen.getByText('Auto save')).toBeInTheDocument();
32+
expect(screen.getByText('Auto Save')).toBeInTheDocument();
3333
expect(screen.getByText('Auto Mode')).toBeInTheDocument();
3434
});
3535
});

0 commit comments

Comments
 (0)