Skip to content

Commit

Permalink
Add note for the failing output validation test
Browse files Browse the repository at this point in the history
  • Loading branch information
Swanand01 committed Apr 5, 2024
1 parent 1ca60a9 commit 4dff6c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/element-library/src/audioSticker/test/output.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(<AudioStickerOutput {...props} />).toBeValidAMPStoryElement();
});
});

0 comments on commit 4dff6c8

Please sign in to comment.