From 906ea1921e67f890d9970f29f889a14721b459bc Mon Sep 17 00:00:00 2001 From: Patrick Browne Date: Wed, 9 Nov 2022 15:11:10 +0100 Subject: [PATCH 1/2] fix: Show filter drawer on the left --- app/configurator/components/filters.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/configurator/components/filters.tsx b/app/configurator/components/filters.tsx index cf08e2119..e49b7f5c8 100644 --- a/app/configurator/components/filters.tsx +++ b/app/configurator/components/filters.tsx @@ -501,7 +501,7 @@ const MultiFilterContent = ({ ); })} - + Date: Tue, 8 Nov 2022 15:49:55 +0100 Subject: [PATCH 2/2] test: Use line reporter for CI to show test output --- playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.config.ts b/playwright.config.ts index df5b222d8..a35c4f251 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -30,7 +30,7 @@ const config: PlaywrightTestConfig = { retries: process.env.CI ? 2 : 0, workers: 1, /* Reporter to use. See https://playwright.dev/docs/test-reporters */ - reporter: process.env.CI ? "html" : "line", + reporter: process.env.CI ? "list" : "line", /* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */ use: { contextOptions: {