From 4dff6c82a9079088c461bb6d859cb82d5e477191 Mon Sep 17 00:00:00 2001 From: Swanand01 Date: Fri, 5 Apr 2024 19:13:20 +0530 Subject: [PATCH] Add note for the failing output validation test --- packages/element-library/src/audioSticker/test/output.js | 1 + 1 file changed, 1 insertion(+) 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(); }); });