Skip to content

Commit

Permalink
e2e test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
karthick-murugan committed Jan 9, 2025
1 parent db39968 commit 5264e9c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/e2e/specs/editor/various/style-variation.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand All @@ -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(
Expand Down

0 comments on commit 5264e9c

Please sign in to comment.