Handle edge cases in E2E

This commit is contained in:
Sidharth Vinod
2024-01-19 19:04:25 +05:30
parent 6f205f89b2
commit a964af67ec
2 changed files with 27 additions and 23 deletions

View File

@@ -1,12 +0,0 @@
import { imgSnapshotTest } from '../../helpers/util.ts';
describe('Flowchart', () => {
it('34: testing the label width in percy', () => {
imgSnapshotTest(
`graph TD
A[Christmas]
`,
{ theme: 'forest', fontFamily: '"Noto Sans SC", sans-serif' }
);
});
});