chore: add e2e test that shows db cleanup problem

This commit is contained in:
Faris Nabiev 2023-10-13 00:43:48 +03:00
parent 45552451fe
commit 985eda2dee
1 changed files with 4 additions and 0 deletions

View File

@ -932,6 +932,10 @@ context('Sequence diagram', () => {
});
context('db clear', () => {
it('should render diagram after fixing destroy participant error', () => {
cy.on('uncaught:exception', (err) => {
return false;
});
renderGraph([
`sequenceDiagram
Alice->>Bob: Hello Bob, how are you ?