1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +01:00

Pass correct params to verboseReportOnFailure in beta e2e tests.

This commit is contained in:
Dan 2018-06-22 19:50:00 -02:30
parent 686d14f42d
commit 6c8f4b2dea

View File

@ -63,7 +63,7 @@ describe('MetaMask', function () {
}
}
if (this.currentTest.state === 'failed') {
await verboseReportOnFailure(this.currentTest)
await verboseReportOnFailure(driver, this.currentTest)
}
})