From 5264e9ce7a241e611be3f6d8a71fe0968577a00f Mon Sep 17 00:00:00 2001 From: karthick-murugan Date: Thu, 9 Jan 2025 13:08:43 +0530 Subject: [PATCH] e2e test fixes --- test/e2e/specs/editor/various/style-variation.spec.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/e2e/specs/editor/various/style-variation.spec.js b/test/e2e/specs/editor/various/style-variation.spec.js index 136b8284b1ecff..1d1547ad56b622 100644 --- a/test/e2e/specs/editor/various/style-variation.spec.js +++ b/test/e2e/specs/editor/various/style-variation.spec.js @@ -7,7 +7,6 @@ test.describe( 'adding blocks', () => { test( 'Should switch to the plain style of the quote block', async ( { admin, editor, - page, } ) => { await admin.createNewPost(); @@ -19,8 +18,6 @@ test.describe( 'adding blocks', () => { await editor.clickBlockToolbarButton( 'Quote' ); - await page.click( 'role=menuitem[name="Plain"i]' ); - // Check the content const content = await editor.getEditedPostContent(); expect( content ).toBe(