diff --git a/projects/styles/.visual/text-transforms.png b/projects/styles/.visual/text-transforms.png deleted file mode 100644 index 9736407b9..000000000 --- a/projects/styles/.visual/text-transforms.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f92356717b479dfdca372672e890ccd6eae9065cf1ab132e94f0ee3b1726dbd5 -size 9813 diff --git a/projects/styles/src/typography.test.visual.ts b/projects/styles/src/typography.test.visual.ts index 2973f1785..ff9663589 100644 --- a/projects/styles/src/typography.test.visual.ts +++ b/projects/styles/src/typography.test.visual.ts @@ -127,22 +127,6 @@ describe('typography visual', () => { expect(report.maxDiffPercentage).toBeLessThan(1); }); - test.skip('text transforms should match visual baseline', async () => { - const report = await visualRunner.render( - 'text-transforms', - /* html */ ` -
-

uppercase

-

LOWERCASE

-

capitalize

-

dignissimos ducimus qui blanditiis praesentium

-
- ` - ); - - expect(report.maxDiffPercentage).toBeLessThan(1); - }); - test('text links should match visual baseline', async () => { const report = await visualRunner.render( 'text-links',