Skip to content

Commit 61cf258

Browse files
committed
Update condition
1 parent a4caa37 commit 61cf258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright/src/test/java/com/microsoft/playwright/TestDefaultBrowserContext2.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ void shouldSupportContrastOption() {
294294
}
295295

296296
static boolean tempDirCanBeOnDifferentRoot() {
297-
return isMac;
297+
return isWindows;
298298
}
299299

300300
@Test

0 commit comments

Comments
 (0)