mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
ci: enable more Firefox tests that are now passing and fix others (#12502)
This commit is contained in:
@@ -120,7 +120,7 @@ export class FirefoxLauncher extends ProductLauncher {
|
||||
|
||||
if (profileArgIndex !== -1) {
|
||||
userDataDir = firefoxArguments[profileArgIndex + 1];
|
||||
if (!userDataDir || !fs.existsSync(userDataDir)) {
|
||||
if (!userDataDir) {
|
||||
throw new Error(`Firefox profile not found at '${userDataDir}'`);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user