Skip to content

Commit

Permalink
Print menuButton
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyhun committed Jan 19, 2021
1 parent 99d028d commit 9e16a13
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,11 @@ const toggleHtmlMode = async ( driver, toggleOn ) => {
await showHtmlButton.click();
} else {
const menuButton = await driver.elementByAccessibilityId( '...' );
// eslint-disable-next-line no-console
console.log(
'XXX ~ file: utils.js ~ line 386 ~ toggleHtmlMode ~ menuButton',
menuButton
);
await menuButton.click();
let toggleHtmlButton;
if ( toggleOn ) {
Expand Down

0 comments on commit 9e16a13

Please sign in to comment.