Skip to content

Commit

Permalink
unskip broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
avertrees committed Dec 3, 2024
1 parent 7aef375 commit e6317f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/components/featuredItem/campaignHero.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ describe("Campaign Hero", () => {
});
});

it.skip("renders the fallback image if the image returns an error", async () => {
it("renders the fallback image if the image returns an error", async () => {
const mockFeaturedItemData = {
featuredItem: {
imageID: "1269908",
backgroundImageSrc: "/foobar.jpg", //bad image
foregroundImageSrc: "/foobar.jpg",
uuid: "510d47e0-cb17-a3d9-e040-e00a18064a99",
title: "Momoyogusa",
href: "https://digitalcollections.nypl.org/items/510d47e0-cb17-a3d9-e040-e00a18064a99",
href: "/items/510d47e0-cb17-a3d9-e040-e00a18064a99",
},
numberOfDigitizedItems: "876,067",
};
Expand Down

0 comments on commit e6317f3

Please sign in to comment.