Skip to content

Commit

Permalink
E2E: Fix Editor Canvas test
Browse files Browse the repository at this point in the history
  • Loading branch information
gavande1 committed Jan 15, 2025
1 parent da4b3a9 commit ca44713
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export class EditorComponent {
private async waitForFramedCanvas() {
const parentLocator = await this.parent();
const canvasLocator = parentLocator
.locator( '.block-editor-iframe__scale-container' )
.locator( '.editor-visual-editor' )
.first()
.frameLocator( 'iframe' )
.locator( '.editor-styles-wrapper' );
Expand Down

0 comments on commit ca44713

Please sign in to comment.