(iconElement)
| 467 | } |
| 468 | |
| 469 | function waitForAnimationPlay(iconElement) { |
| 470 | return poll( |
| 471 | 'animation play', |
| 472 | () => { |
| 473 | return iconElement.classList.contains('amp-video-eq-play'); |
| 474 | }, |
| 475 | undefined, |
| 476 | timeout |
| 477 | ); |
| 478 | } |
| 479 | }); |
| 480 | }); |
| 481 |
no test coverage detected