Skip to content

Commit

Permalink
Remove unnecessary theme directory name in E2E test
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Jul 17, 2023
1 parent 9b1fc47 commit e7025d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/specs/site-editor/hybrid-theme.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { test, expect } = require( '@wordpress/e2e-test-utils-playwright' );

test.describe( 'Hybrid theme', () => {
test.beforeAll( async ( { requestUtils } ) => {
await requestUtils.activateTheme( 'gutenberg-test-themes/emptyhybrid' );
await requestUtils.activateTheme( 'emptyhybrid' );
} );

test.afterAll( async ( { requestUtils } ) => {
Expand Down

0 comments on commit e7025d2

Please sign in to comment.