Skip to content

Commit

Permalink
Test(e2e): Update & Enable Tooltip visual tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelklibani committed Jul 17, 2024
1 parent 26c38bd commit 5e44a43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/e2e/demo-components-compare.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ import { expect, test } from '@playwright/test';
import { readdirSync } from 'fs';

// Tests that are intentionally broken, but will be fixed in the future
const IGNORED_TESTS = [
'Tooltip', // Should be fixed when DS-1087 and DS-1088 are merged
];
const IGNORED_TESTS = [];

const runComponentCompareTests = (testConfig) => {
const { packageDir, componentsDir, srcDir = '', packageName } = testConfig;
Expand Down
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 5e44a43

Please sign in to comment.