mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
fix(playwright-test): _removeOutputDirs called without await always returns truthy (#19771)
This commit is contained in:
parent
caec93ef42
commit
13c5019ac9
@ -472,7 +472,7 @@ export class Runner {
|
||||
return { status: 'passed' };
|
||||
|
||||
// Remove output directores.
|
||||
if (!this._removeOutputDirs(options))
|
||||
if (!await this._removeOutputDirs(options))
|
||||
return { status: 'failed' };
|
||||
|
||||
// Run Global setup.
|
||||
|
Loading…
x
Reference in New Issue
Block a user