Skip to content

Commit

Permalink
Merge pull request #5505 from wordpress-mobile/fix-issue-with-visual-…
Browse files Browse the repository at this point in the history
…tests

Group block - Visual test - Fix issue with the keyboard
  • Loading branch information
Gerardo Pacheco authored Feb 27, 2023
2 parents e0a895c + 0a382f9 commit e6e078d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions __device-tests__/gutenberg-editor-group-visual.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ describe( 'Gutenberg Editor Visual test for Group Block', () => {

// Select title to unfocus the block
const titleElement = await editorPage.getTitleElement();
titleElement.click();
await titleElement.click();

await editorPage.dismissKeyboard();
// Wait for the keyboard to be hidden
await editorPage.driver.sleep( 3000 );

// Visual test check
const screenshot = await takeScreenshot();
Expand Down
2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 141 files

0 comments on commit e6e078d

Please sign in to comment.