Skip to content

Commit

Permalink
faltaban comillas
Browse files Browse the repository at this point in the history
  • Loading branch information
uo287627 committed Apr 28, 2024
1 parent 8bc47b8 commit 3bdbe84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/Login.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ describe('Login Component', () => {
});

await waitFor(async () => {
expect(screen.getByText(new RegExp(tabText,i))).toBeInTheDocument();
expect(screen.getByText(new RegExp(tabText,'i'))).toBeInTheDocument();
});
}

Expand Down

0 comments on commit 3bdbe84

Please sign in to comment.