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 8c59b37 commit 113b15a
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions tests/e2e/demo-components-compare.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +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',
'FileUploader',
'Header',
'Icon',
'Item',
'Spinner',
'Stack',
'Toast',
'UNSTABLE_Slider',
'UNSTABLE_Toggle',
'UNSTABLE_Truncate',
];
const IGNORED_TESTS: string[] = ['FileUploader', 'Header', 'Item', '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 113b15a

Please sign in to comment.