Skip to content

Commit

Permalink
E2E Editor Page - Update dismissKeyboard to use WebdiverIO's hideKeyb…
Browse files Browse the repository at this point in the history
…oard (#55211)
  • Loading branch information
Gerardo Pacheco authored Oct 11, 2023
1 parent 35293d9 commit 3027b7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ class EditorPage {
// On Android with the landspace orientation set, we use the
// driver functionality to hide the keyboard.
if ( isAndroid() && orientation === 'LANDSCAPE' ) {
return await this.driver.hideDeviceKeyboard();
return await this.driver.hideKeyboard();
}

const hideKeyboardButton = isAndroid()
Expand Down

0 comments on commit 3027b7e

Please sign in to comment.