Skip to content

Commit c3fb289

Browse files
committed
tryout
1 parent 32f18a1 commit c3fb289

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/acceptance/codecept.Playwright.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ module.exports.config = {
2323
require: '../support/ScreenshotSessionHelper.js',
2424
outputPath: 'test/acceptance/output',
2525
},
26-
'@codeceptjs/expect-helper': {},
26+
Expect: {
27+
require: '@codeceptjs/expect-helper',
28+
},
2729
},
2830
include: {},
2931
bootstrap: false,

0 commit comments

Comments
 (0)