Skip to content

Commit

Permalink
Merge pull request #1563 from mermaid-js/release-promotion
Browse files Browse the repository at this point in the history
Release live editor
  • Loading branch information
sidharthv96 authored Nov 8, 2024
2 parents 765c352 + 6816bd9 commit d8401a8
Show file tree
Hide file tree
Showing 2 changed files with 270 additions and 108 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const verifyFileSizeGreaterThan = (
mode: 'size'
}).then((fileSize: number) => {
expect(fileSize).to.be.gt(size);
expect(fileSize).to.be.lt(size * 1.3);
expect(fileSize).to.be.lt(size * 2);
});
};

Expand Down
Loading

0 comments on commit d8401a8

Please sign in to comment.