Skip to content

Commit

Permalink
MWPW-167455: Change test name
Browse files Browse the repository at this point in the history
  • Loading branch information
zagi25 committed Feb 21, 2025
1 parent f7d669f commit c435ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/blocks/figure/figure.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ describe('init', () => {
expect(blockEl.classList.contains('figure-list-1')).to.be.false;
});

it('should create picture and video figure blocks wrapped in A tag', () => {
it('should create picture figure block wrapped in A tag', () => {
const blockEl = sections[3].querySelector('.figure');
init(blockEl);

Expand Down

0 comments on commit c435ccd

Please sign in to comment.