Skip to content

Commit

Permalink
Update social media test
Browse files Browse the repository at this point in the history
  • Loading branch information
zehguilherme authored Apr 29, 2024
1 parent e1dda71 commit e70e23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/Footer/Footer.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe("Home page", () => {
const instagramLink = screen.getByLabelText("Navegar para o Instagram");
expect(instagramLink).toHaveAttribute(
"href",
"https://www.instagram.com/studio.amandaborges"
"https://www.instagram.com/amanda_detalha"
);

const { container: instagramHtmlElement } = render(<Instagram />);
Expand Down

0 comments on commit e70e23e

Please sign in to comment.