Skip to content

Commit dcbdb4a

Browse files
authored
test: fixed executable path test if ran in Docker (#4219)
1 parent 1ef090c commit dcbdb4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/browsertype-basic.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ it('browserType.executablePath should work', test => {
2323
}, async ({browserType}) => {
2424
const executablePath = browserType.executablePath();
2525
expect(fs.existsSync(executablePath)).toBe(true);
26-
expect(fs.realpathSync(executablePath)).toBe(executablePath);
2726
});
2827

2928
it('browserType.name should work', async ({browserType, isChromium, isFirefox, isWebKit}) => {

0 commit comments

Comments
 (0)