We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04fdc51 commit 8370ceeCopy full SHA for 8370cee
extensions/amp-story/1.0/test/test-amp-story.js
@@ -545,6 +545,7 @@ describes.realWin(
545
546
const consentEl = win.document.createElement('amp-consent');
547
const storyConsentEl = win.document.createElement('amp-story-consent');
548
+ storyConsentEl.setAttribute('layout', 'nodisplay');
549
consentEl.appendChild(storyConsentEl);
550
element.appendChild(consentEl);
551
0 commit comments