Skip to content

Commit 266f6a1

Browse files
committed
fix fixtures.js
1 parent 5e261fd commit 266f6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser-testing/fixtures.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as playwright from '@wordpress/e2e-test-utils-playwright'
22

3-
export const test = base.extend({
3+
export const test = playwright.test.extend({
44
page: async ({ page }, use) => {
55
page.on('console', msg => {
66
if (process.env.SHOW_CONSOLE === 'true') {

0 commit comments

Comments
 (0)