From 173c96686651419d56fd0ffcf22ca8a5fe192c49 Mon Sep 17 00:00:00 2001 From: "Yuichiro Tachibana (Tsuchiya)" Date: Tue, 2 Apr 2024 23:43:59 +0900 Subject: [PATCH] Restore kitchen_sink test in the Lite E2E (#7904) --- .config/playwright.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/playwright.config.js b/.config/playwright.config.js index 2bfe61bdb7..0d5f432fd7 100644 --- a/.config/playwright.config.js +++ b/.config/playwright.config.js @@ -38,7 +38,7 @@ const lite = defineConfig(base, { testMatch: [ "**/file_component_events.spec.ts", "**/chatbot_multimodal.spec.ts", - // "**/kitchen_sink.spec.ts", + "**/kitchen_sink.spec.ts", "**/gallery_component_events.spec.ts" ], workers: 1,