Skip to content

Commit

Permalink
test: remove eui deprecated themes from e2e test helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme committed Oct 5, 2023
1 parent 35529f5 commit 9951917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9951917

Please sign in to comment.