Skip to content

Commit

Permalink
fixes failing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
narbs91 committed Nov 14, 2023
1 parent 525cae7 commit c5f8d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _tests_/pages/index.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe("Glosseta Landing Page", () => {

expect(glossetaContainer).toBeInTheDocument();

expect(logo).toHaveAttribute("src", "/glosseta.png");
expect(logo).toHaveAttribute("src", "/glosseta_social_banner.png");
expect(logo).toHaveAttribute("alt", "Glosseta logo");

expect(glossetaDescription).toBeInTheDocument();
Expand Down

0 comments on commit c5f8d8b

Please sign in to comment.