Skip to content

Commit

Permalink
Merge pull request #6301 from wordpress-mobile/test/functionality-tes…
Browse files Browse the repository at this point in the history
…t-gallery-update-util-name

Update Gallery test to use the updated `closeMediaPicker` util
  • Loading branch information
Gerardo Pacheco authored Oct 19, 2023
2 parents c63ebc2 + 8ee0446 commit 743bb1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __device-tests__/gutenberg-editor-gallery-visual.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe( 'Gutenberg Editor Visual test for Gallery Block', () => {
it( 'should be able to render the placeholder correctly', async () => {
await editorPage.initializeEditor();
await editorPage.addNewBlock( blockNames.gallery );
await editorPage.closePicker();
await editorPage.closeMediaPicker();

// Visual test check
const screenshot = await takeScreenshot();
Expand Down

0 comments on commit 743bb1a

Please sign in to comment.