Skip to content

Commit

Permalink
Test(e2e): Enable Modal visual testing using v3 tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
crishpeen committed Oct 1, 2024
1 parent a4baaa7 commit 2fda13c
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 18 deletions.
33 changes: 15 additions & 18 deletions tests/e2e/components/demo-modal-compare.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,28 +99,25 @@ const modalTestConfigs: ModalTestConfig[] = [
const componentName = 'Modal';

const testConfigs: TestConfig[] = [
// Commented out because we changed tokens and broke utilities, helper and styles used in the demos.
// Should be uncommented in DS-1452 ticket.
// Jan Kryšpín 2024-08-27
// {
// componentName,
// componentsDir: '/src/scss/components',
// packageName: 'web',
// },
// {
// componentName,
// componentsDir: '/src/components',
// packageName: 'web-react',
// },
{
componentName,
componentsDir: '/src/scss/components',
packageName: 'web',
},
{
componentName,
componentsDir: '/src/components',
packageName: 'web-react',
},
];

// Disable web-twig tests for now on CI, because we don't have a way to run them in CI yet.
if (!isTestingEnvironment()) {
// testConfigs.push({
// componentName,
// componentsDir: '/components',
// packageName: 'web-twig',
// });
testConfigs.push({
componentName,
componentsDir: '/components',
packageName: 'web-twig',
});
}

testConfigs.forEach(runComponentCompareTests);
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.
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.
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 2fda13c

Please sign in to comment.