()
| 16 | `; |
| 17 | |
| 18 | function waitForCarouselLayout() { |
| 19 | const carousel = document.querySelector('amp-carousel'); |
| 20 | return whenUpgradedToCustomElement(carousel).then(() => |
| 21 | carousel.signals().whenSignal(CommonSignals_Enum.LOAD_START) |
| 22 | ); |
| 23 | } |
| 24 | |
| 25 | describes.integration( |
| 26 | 'type=carousel with single image', |
no test coverage detected