Skip to content

Commit

Permalink
Ya van los test de ayudaSocial
Browse files Browse the repository at this point in the history
  • Loading branch information
iyanfdezz committed Apr 27, 2024
1 parent e518a98 commit 0f02920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/pages/Ayuda/AyudaSocial.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('AyudaSocial Component', () => {
it('renders the correct title and description', () => {
const { getByText } = renderComponentWithRouter();
const titleElement = getByText(/Ayuda: Social/i);
const descriptionElement = getByText(/Nuestra aplicación cuenta con un apartado Social donde podrás compartir tu experiencia de juego con otros usuarios./i);
const descriptionElement = getByText(/Nuestra aplicación cuenta con un apartado Social donde podras compartir tu experiencia de juego con otros usuarios./i);
expect(titleElement).toBeInTheDocument();
expect(descriptionElement).toBeInTheDocument();
});
Expand Down

0 comments on commit 0f02920

Please sign in to comment.