mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Handle failure to build webDriver instance (#9052)
This commit is contained in:
parent
17e9d85401
commit
231867df39
@ -47,7 +47,9 @@ async function withFixtures (options, callback) {
|
||||
}
|
||||
}
|
||||
} catch (error) {
|
||||
await webDriver.verboseReportOnFailure(title)
|
||||
if (webDriver) {
|
||||
await webDriver.verboseReportOnFailure(title)
|
||||
}
|
||||
throw error
|
||||
} finally {
|
||||
await fixtureServer.stop()
|
||||
|
Loading…
Reference in New Issue
Block a user