Skip to content

Commit

Permalink
Detalle selección encabezados tabs despues de login
Browse files Browse the repository at this point in the history
  • Loading branch information
uo287627 committed Apr 28, 2024
1 parent 3bdbe84 commit 525cf5c
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((await screen.findAllByText(new RegExp(tabText, 'i'))).length).toBeGreaterThan(0);
});
}

Expand Down

0 comments on commit 525cf5c

Please sign in to comment.