diff --git a/packages/element-library/src/audioSticker/test/output.js b/packages/element-library/src/audioSticker/test/output.js index df4b78cf948f..298ad87968b1 100644 --- a/packages/element-library/src/audioSticker/test/output.js +++ b/packages/element-library/src/audioSticker/test/output.js @@ -37,6 +37,7 @@ describe('AudioSticker output', () => { box: { width: 1080, height: 1920, x: 50, y: 100, rotationAngle: 0 }, }; + // Note: This test will fail until this PR - https://github.com/ampproject/amphtml/pull/39913 is merged. await expect().toBeValidAMPStoryElement(); }); });