From d4cb18956fffc74b9b7d0864af39d43818401594 Mon Sep 17 00:00:00 2001 From: Botho <1258870+elbotho@users.noreply.github.com> Date: Wed, 13 Dec 2023 12:56:29 +0100 Subject: [PATCH 1/3] remove outdated comment --- e2e-tests/codecept.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-tests/codecept.config.ts b/e2e-tests/codecept.config.ts index d74adbac53..5f71b983c6 100644 --- a/e2e-tests/codecept.config.ts +++ b/e2e-tests/codecept.config.ts @@ -12,7 +12,7 @@ const isChromium = browser === 'chromium' exports.config = { tests: 'tests/**.ts', - output: './output', // we are not using any artifacts right now, but still need an output directory + output: './output', helpers: { Playwright: { url: frontendUrl, From 3d1cc6dcaad23086b55ea3b112e1d167f51b6d0c Mon Sep 17 00:00:00 2001 From: Botho <1258870+elbotho@users.noreply.github.com> Date: Wed, 13 Dec 2023 12:56:41 +0100 Subject: [PATCH 2/3] add breadcrumbs data-qa --- apps/web/src/components/navigation/breadcrumbs.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/navigation/breadcrumbs.tsx b/apps/web/src/components/navigation/breadcrumbs.tsx index 2b95d55e53..2a53cf84ac 100644 --- a/apps/web/src/components/navigation/breadcrumbs.tsx +++ b/apps/web/src/components/navigation/breadcrumbs.tsx @@ -23,7 +23,7 @@ export function Breadcrumbs({ noIcon, }: BreadcrumbsProps) { return ( -