You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, we do await page.click( '.editor-default-block-appender__content' ); in the e2e tests a lot, but really this could just be a test helper like await clickBlockAppender( page ). This change would:
State the intent/action more clearly
DRY up the code
The text was updated successfully, but these errors were encountered:
See:
#8301 (comment)
Basically, we do
await page.click( '.editor-default-block-appender__content' );
in the e2e tests a lot, but really this could just be a test helper likeawait clickBlockAppender( page )
. This change would:The text was updated successfully, but these errors were encountered: