From 3fe07c0587bdcea59bc8dbffacf2567a814b3b3b Mon Sep 17 00:00:00 2001 From: Mohamed-Hacene Date: Sat, 21 Dec 2024 11:12:26 +0100 Subject: [PATCH] fix: add str check in hasBreadcrumbPath --- frontend/tests/functional/detailed/common.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/tests/functional/detailed/common.test.ts b/frontend/tests/functional/detailed/common.test.ts index 7c617626f..f685c18eb 100644 --- a/frontend/tests/functional/detailed/common.test.ts +++ b/frontend/tests/functional/detailed/common.test.ts @@ -63,7 +63,7 @@ for (const key of testPages) { ); await pages[key].itemDetail.hasBreadcrumbPath([ items[key].displayName, - items[key].build.name || items[key].build.email + items[key].build.str || items[key].build.name || items[key].build.email ]); //wait fore the file to load to prevent crashing page.url().includes('evidences')