From 025e0ecc2f0e1ae179290f2c1a23d4333ec522fc Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Sat, 15 Aug 2026 21:42:50 +0000 Subject: [PATCH] chore(styles): remove invalid overflow-wrap visual quarantine Deletes the skipped row overflow-wrap visual and its baseline. The test is no longer valid per maintainer request. Signed-off-by: Cursor Agent --- .../.visual/row-align-wrap-with-overflow-wrap.png | 3 --- projects/styles/src/layout.test.visual.ts | 14 -------------- 2 files changed, 17 deletions(-) delete mode 100644 projects/styles/.visual/row-align-wrap-with-overflow-wrap.png diff --git a/projects/styles/.visual/row-align-wrap-with-overflow-wrap.png b/projects/styles/.visual/row-align-wrap-with-overflow-wrap.png deleted file mode 100644 index 217b0108c7..0000000000 --- a/projects/styles/.visual/row-align-wrap-with-overflow-wrap.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5322f246e9c9ce7a3de2ccc84ff2d5ff6d9f7ec0a14654fcdfb3bb6966e3e9f0 -size 759 diff --git a/projects/styles/src/layout.test.visual.ts b/projects/styles/src/layout.test.visual.ts index 7288697ba2..bedbc048ec 100644 --- a/projects/styles/src/layout.test.visual.ts +++ b/projects/styles/src/layout.test.visual.ts @@ -525,20 +525,6 @@ describe('row visual', () => { expect(report.maxDiffPercentage).toBeLessThan(1); }); - test.skip('row should allow break words when wrapping long text using min-height', async () => { - const report = await visualRunner.render( - 'row-align-wrap-with-overflow-wrap', - /* html */ ` -
- -

•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎

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