Skip to content

Commit

Permalink
Use it in one of the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin940726 committed Jan 11, 2024
1 parent 4a8289e commit 55cac6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
25 changes: 0 additions & 25 deletions packages/e2e-tests/plugins/dataviews.php

This file was deleted.

3 changes: 2 additions & 1 deletion test/e2e/specs/site-editor/new-templates-list.spec.js
Expand Up @@ -7,14 +7,15 @@ test.describe( 'Templates', () => {
test.beforeAll( async ( { requestUtils } ) => {
await Promise.all( [
requestUtils.activateTheme( 'emptytheme' ),
requestUtils.activatePlugin( 'gutenberg-test-dataviews' ),
requestUtils.setGutenbergExperiments( [ 'gutenberg-dataviews' ] ),
] );
} );
test.afterAll( async ( { requestUtils } ) => {
await Promise.all( [
requestUtils.activateTheme( 'twentytwentyone' ),
requestUtils.deactivatePlugin( 'gutenberg-test-dataviews' ),
requestUtils.deleteAllTemplates( 'wp_template' ),
requestUtils.setGutenbergExperiments( [] ),
] );
} );
test( 'Sorting', async ( { admin, page } ) => {
Expand Down

0 comments on commit 55cac6f

Please sign in to comment.