Skip to content

Commit

Permalink
MWPW-147299
Browse files Browse the repository at this point in the history
  • Loading branch information
Blainegunn committed Jun 5, 2024
1 parent a1e65cd commit daca2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/milo/howto.block.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ test.describe('Milo HowTo block test suite', () => {

expect(await webUtil.verifyCSS_(howTo.foreground, howTo.cssProperties['.how-to .foreground'])).toBeTruthy();
expect(await webUtil.verifyCSS_(howTo.heading, howTo.cssProperties['body-m'])).toBeTruthy();
expect(await webUtil.verifyCSS_(howTo.image, howTo.cssProperties['how-to-image'])).toBeTruthy();
expect(await webUtil.verifyCSS_(howTo.image, howTo.cssProperties['how-to-media'])).toBeTruthy();
});
});

Expand Down

0 comments on commit daca2f3

Please sign in to comment.