Skip to content

Commit 62083d9

Browse files
committed
tester error
1 parent e72f32a commit 62083d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ControlsPanel/__tests__/ControlsPanel.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe('ControlsPanel', () => {
3434
expect(screen.getByText('Arrange')).toBeInTheDocument();
3535
expect(screen.getByText(/Theme:/)).toBeInTheDocument();
3636
expect(screen.getByText(/Made with by/)).toBeInTheDocument();
37-
expect(screen.getByRole('link', { name: /use the vibe typer/i })).toBeInTheDocument();
37+
expect(screen.getByRole('link', { name: /vibe typer/i })).toBeInTheDocument();
3838
});
3939

4040
it('should call onTerminalCountChange when + button is clicked', () => {

0 commit comments

Comments
 (0)