Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Knut Sveidqvist
2022-10-19 14:33:55 +02:00
61 changed files with 601 additions and 170 deletions

View File

@@ -45,7 +45,6 @@ export const imgSnapshotTest = (graphStr, _options, api = false, validation) =>
options.fontSize = '16px';
}
const useAppli = Cypress.env('useAppli');
//const useAppli = false;
cy.log('Hello ' + useAppli ? 'Appli' : 'image-snapshot');
const name = (options.name || cy.state('runnable').fullTitle()).replace(/\s+/g, '-');

View File

@@ -21,7 +21,7 @@ describe('Git Graph diagram', () => {
// // Call Open on eyes to initialize a test session
// cy.eyesOpen({
// appName: 'Demo App',
// testName: 'Ultrafast grid demo',
// testName: 'UltraFast grid demo',
// });
// // check the login page with fluent api, see more info here

View File

@@ -167,7 +167,7 @@ describe('Entity Relationship Diagram', () => {
cy.get('svg');
});
it.only('should render entities with generic and array attributes', () => {
it('should render entities with generic and array attributes', () => {
renderGraph(
`
erDiagram

View File

@@ -94,7 +94,7 @@
}
// var diagram = ` graph TD
// A --> B["<a href='javasc`;
// A --> B["<a href='javascript`;
// diagram += `ript#colon;xssAttack()'>AAA</a>"]`;
let diagram = ` graph TD
A --> B["<a href='javasc`;