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 217b0108c..000000000 --- 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 7288697ba..bedbc048e 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',