End to end tests and docs #12772
Annotations
2 errors
packages/mermaid/scripts/docs.spec.ts > docs.mts > buildShapeDoc > should build shapesTable based on the shapeDefs:
packages/mermaid/scripts/docs.spec.ts#L171
Error: Snapshot `docs.mts > buildShapeDoc > should build shapesTable based on the shapeDefs 1` mismatched
- Expected
+ Received
@@ -19,10 +19,11 @@
| Event | Rounded Rectangle | `rounded` | Represents an event | `event` |
| Extract | Triangle | `tri` | Extraction process | `extract`, `triangle` |
| Fork/Join | Filled Rectangle | `fork` | Fork or join in process flow | `join` |
| Internal Storage | Window Pane | `win-pane` | Internal storage | `internal-storage`, `window-pane` |
| Junction | Filled Circle | `f-circ` | Junction point | `filled-circle`, `junction` |
+ | Kanban Item | Kanban Item | `kanbanItem` | Item on a kanban board | `kanban-item` |
| Lined Document | Lined Document | `lin-doc` | Lined document | `lined-document` |
| Lined/Shaded Process | Lined Rectangle | `lin-rect` | Lined process shape | `lin-proc`, `lined-process`, `lined-rectangle`, `shaded-process` |
| Loop Limit | Trapezoidal Pentagon | `notch-pent` | Loop limit step | `loop-limit`, `notched-pentagon` |
| Manual File | Flipped Triangle | `flip-tri` | Manual file operation | `flipped-triangle`, `manual-file` |
| Manual Input | Sloped Rectangle | `sl-rect` | Manual input step | `manual-input`, `sloped-rectangle` |
❯ packages/mermaid/scripts/docs.spec.ts:171:31
|
unit-test
Process completed with exit code 1.
|