mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
chore: add e2e test that shows db cleanup problem
This commit is contained in:
parent
45552451fe
commit
985eda2dee
@ -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 ?
|
||||
|
Loading…
x
Reference in New Issue
Block a user