From daca2f3a8570f703f143b77ad810bc187e5c095e Mon Sep 17 00:00:00 2001 From: Blaine Gunn Date: Wed, 5 Jun 2024 16:36:09 -0600 Subject: [PATCH] MWPW-147299 --- tests/milo/howto.block.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/milo/howto.block.test.js b/tests/milo/howto.block.test.js index a45971418..9ad404123 100644 --- a/tests/milo/howto.block.test.js +++ b/tests/milo/howto.block.test.js @@ -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(); }); });