From 37553fe938efdb7ec5b11be384483b3029308b01 Mon Sep 17 00:00:00 2001 From: Derek Date: Wed, 27 Mar 2024 20:07:48 +0900 Subject: [PATCH] fix(canary): test always reports success (#2077) --- apps/laboratory/tests/canary.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) }