From 6ca928f31f2f88cbb255b7c7dcfbde173ef5b1d4 Mon Sep 17 00:00:00 2001 From: omkarht Date: Thu, 6 Nov 2025 15:05:58 +0530 Subject: [PATCH] refactor: update test description for standalone numeric entities in ER diagram --- cypress/integration/rendering/erDiagram.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/rendering/erDiagram.spec.js b/cypress/integration/rendering/erDiagram.spec.js index b9c8bbbf4..6df44932d 100644 --- a/cypress/integration/rendering/erDiagram.spec.js +++ b/cypress/integration/rendering/erDiagram.spec.js @@ -445,7 +445,7 @@ ORDER ||--|{ LINE-ITEM : contains { logLevel: 1 } ); }); - it('should render ER diagram with numeric entity names and attributes', () => { + it('should render ER diagram with standalone numeric entities', () => { imgSnapshotTest( `erDiagram PRODUCT ||--o{ ORDER-ITEM : has