diff --git a/apps/laboratory/tests/canary.spec.ts b/apps/laboratory/tests/canary.spec.ts index 1562e17d8d..844e0f5b6e 100644 --- a/apps/laboratory/tests/canary.spec.ts +++ b/apps/laboratory/tests/canary.spec.ts @@ -21,7 +21,7 @@ testConnectedMW.afterEach(async ({ browserName }, testInfo) => { REGION, 'https://lab.web3modal.com/', 'HappyPath.sign', - true, + testInfo.status === 'passed', duration ) }