Skip to content

Commit

Permalink
Do not activate a theme in font appearance e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikachan committed Jul 9, 2024
1 parent b407be1 commit 9d7dfc4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/e2e/specs/editor/various/font-appearance-control.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
const { test, expect } = require( '@wordpress/e2e-test-utils-playwright' );

test.describe( 'Font Appearance Control dropdown menu', () => {
test.beforeAll( async ( { requestUtils } ) => {
await requestUtils.activateTheme( 'twentytwentyfour' );
} );

test.beforeEach( async ( { admin } ) => {
await admin.createNewPost();
} );
Expand Down

0 comments on commit 9d7dfc4

Please sign in to comment.