Skip to content

Commit

Permalink
Test(e2e): Enable visual testing of rest of the components
Browse files Browse the repository at this point in the history
  • Loading branch information
crishpeen committed Sep 19, 2024
1 parent 2db07ea commit a7a8518
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions tests/e2e/demo-components-compare.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,7 @@ import { readdirSync } from 'fs';
import { formatPackageName, getServerUrl, takeScreenshot, waitForPageLoad } from '../helpers';

// Tests that are intentionally broken, but will be fixed in the future
const IGNORED_TESTS: string[] = [
'Accordion',
'Dropdown',
'Header',
'Icon',
'Spinner',
'Stack',
'Toast',
'UNSTABLE_Slider',
'UNSTABLE_Toggle',
'UNSTABLE_Truncate',
];
const IGNORED_TESTS: string[] = ['Header', 'Toast', 'UNSTABLE_Slider', 'UNSTABLE_Toggle'];

interface TestConfig {
packageDir: string;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a7a8518

Please sign in to comment.