Skip to content

Commit

Permalink
E2E: Fix Editor Canvas test (#98409)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavande1 authored Jan 16, 2025
1 parent 84c2d45 commit 25c1964
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 25c1964

Please sign in to comment.