Skip to content

Commit

Permalink
Add clarifying comment
Browse files Browse the repository at this point in the history
  • Loading branch information
artemiomorales committed Jun 13, 2023
1 parent a6f30de commit 63ef842
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/specs/editor/blocks/image.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -981,6 +981,7 @@ test.describe( 'Image - interactivity', () => {
const postId = await editor.publishPost();
await page.goto( `/?p=${ postId }` );

// The lightbox overlay should not appear in the DOM at all
expect(
await page.locator( '.wp-lightbox-overlay' ).count()
).toEqual( 0 );
Expand Down

0 comments on commit 63ef842

Please sign in to comment.