Skip to content

Commit db1ba0c

Browse files
committed
fix: Fix playwright.version path check
1 parent 5dd79bb commit db1ba0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/PlaywrightMixins.cfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
variables.javaSystem = createObject( "java", "java.lang.System" );
1919
variables.javaPaths = createObject( "java", "java.nio.file.Paths" );
2020
21-
variables.playwrightVersion = fileRead( expandPath( "/playwright.version" ) );
21+
variables.playwrightVersion = fileRead( expandPath( "/cbPlaywright/playwright.version" ) );
2222
2323
var driverDir = variables.javaSystem.getEnv( "CBPLAYWRIGHT_DRIVER_DIR" );
2424
if ( isNull( driverDir ) ) {

0 commit comments

Comments
 (0)