Skip to content

Commit

Permalink
change home page message banner integration test not not specify webp
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyL0u committed May 24, 2024
1 parent 5a7f015 commit 0ca8478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integration/pages/homePage/messageBannerTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default () => {
expect(messageBanner.querySelector('a').href).toMatchSnapshot();
});

it('has a webp image', () => {
it('has an image', () => {
expect(messageBanner.querySelector('img')).toMatchSnapshot();
});
}
Expand Down

0 comments on commit 0ca8478

Please sign in to comment.