Skip to content

Commit

Permalink
MWPW-167455: Remove video test
Browse files Browse the repository at this point in the history
  • Loading branch information
zagi25 committed Feb 20, 2025
1 parent 8c21a0f commit 1bd1b6e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions test/blocks/figure/figure.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ describe('init', () => {

const figures = blockEl.querySelectorAll('.figure');
expect(figures[0].querySelector('a > picture')).to.exist;
expect(figures[1].querySelector('a > video')).to.exist;
expect(figures[1].querySelector('a > video > source')).to.exist;
});

it('should not add any classes to the block element when no pictures are present', () => {
Expand Down
4 changes: 0 additions & 4 deletions test/blocks/figure/mocks/body.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@
<!-- video link -->
<div>
<div>
<p>
<video width="320" height="240" controls data-video-source="movie.mp4">
</video>
</p>
<p><a href="https://blog.adobe.com/en/publish/2022/12/07/kah-milah-ledgester-breathes-life-into-award-winning-art-with-adobe-creative-cloud">https://blog.adobe.com/en/publish/2022/12/07/kah-milah-ledgester-breathes-life-into-award-winning-art-with-adobe-creative-cloud</a></p>
</div>
</div>
Expand Down

0 comments on commit 1bd1b6e

Please sign in to comment.