Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions projects/styles/.visual/text-transforms.png

This file was deleted.

16 changes: 0 additions & 16 deletions projects/styles/src/typography.test.visual.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 */ `
<div nve-layout="column gap:sm" style="height: 150px; width: 200px">
<p nve-text="body uppercase">uppercase</p>
<p nve-text="body lowercase">LOWERCASE</p>
<p nve-text="body capitalize">capitalize</p>
<p nve-text="body truncate" style="width: 350px;">dignissimos ducimus qui blanditiis praesentium</p>
</div>
`
);

expect(report.maxDiffPercentage).toBeLessThan(1);
});

test('text links should match visual baseline', async () => {
const report = await visualRunner.render(
'text-links',
Expand Down