From 9951917b61fa80bbf5e6cbd796bfbbfc9f372ff6 Mon Sep 17 00:00:00 2001 From: nickofthyme Date: Wed, 4 Oct 2023 19:23:50 -0700 Subject: [PATCH] test: remove eui deprecated themes from e2e test helpers --- e2e/helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/helpers.ts b/e2e/helpers.ts index 5a2406731a..47d3717381 100644 --- a/e2e/helpers.ts +++ b/e2e/helpers.ts @@ -122,7 +122,7 @@ interface EachThemeCbParams { urlParam: string; } -export const themeIds = ['light', 'dark', 'eui-light', 'eui-dark']; +export const themeIds = ['light', 'dark']; /** * This is a wrapper around it.each for Themes