mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-02-04 07:13:25 +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', () => {
|
context('db clear', () => {
|
||||||
it('should render diagram after fixing destroy participant error', () => {
|
it('should render diagram after fixing destroy participant error', () => {
|
||||||
|
cy.on('uncaught:exception', (err) => {
|
||||||
|
return false;
|
||||||
|
});
|
||||||
|
|
||||||
renderGraph([
|
renderGraph([
|
||||||
`sequenceDiagram
|
`sequenceDiagram
|
||||||
Alice->>Bob: Hello Bob, how are you ?
|
Alice->>Bob: Hello Bob, how are you ?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user