Skip to content

Commit

Permalink
fix: add str check in hasBreadcrumbPath
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene committed Dec 21, 2024
1 parent 6efa274 commit 3fe07c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tests/functional/detailed/common.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 3fe07c0

Please sign in to comment.