Skip to content

Commit

Permalink
Disable screenshot test for eduverse themes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseyManetov committed Nov 26, 2024
1 parent eb89838 commit 627617e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion uui-e2e-tests/framework/data/testData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export type TPreviewIdByComponentId = {
};

export const THEMES = {
allExceptVanillaThunder: Object.values(TTheme).filter((t) => t !== TTheme.vanilla_thunder),
allExceptVanillaThunder: Object.values(TTheme),
};

/**
Expand Down
7 changes: 3 additions & 4 deletions uui-e2e-tests/framework/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ export enum TTheme {
electric = 'electric',
loveship = 'loveship',
loveship_dark = 'loveship_dark',
promo = 'promo',
vanilla_thunder = 'vanilla_thunder',
eduverse_light = 'eduverse_light',
eduverse_dark = 'eduverse_dark'
promo = 'promo'
// eduverse_light = 'eduverse_light',
// eduverse_dark = 'eduverse_dark'
}

export interface DocExamplePageParams {
Expand Down

0 comments on commit 627617e

Please sign in to comment.