Skip to content

Commit

Permalink
chore: apply changes after linting [bot]
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored and github-actions[bot] committed Dec 13, 2024
1 parent 4d980f6 commit 869e686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/demo-playwright/utils/is-flaky-examples.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import {DemoRoute} from '@demo/routes';

const FLAKY_EXAMPLES = new Map<string, number[]>([
[DemoRoute.AppBar, [0]], // Flaky in safari, need to investigate a problem
[
DemoRoute.Carousel,
[
Expand All @@ -15,7 +16,6 @@ const FLAKY_EXAMPLES = new Map<string, number[]>([
[DemoRoute.TabBar, [3]], // Imitating server response (timer(3000))
[DemoRoute.Table, [3, 4]], // Imitating server response (delay(3000)) and virtual scroll
[DemoRoute.Tiles, [0]], // YouTube iframe player
[DemoRoute.AppBar, [0]], // Flaky in safari, need to investigate a problem
]);

export function tuiIsFlakyExample(path: string, exampleIndex: number): boolean {
Expand Down

0 comments on commit 869e686

Please sign in to comment.