Add Git and Open VSX registry ('Extension') support #275
Annotations
3 errors, 1 warning, and 1 notice
Run Playwright tests:
e2e-tests/src/page-objects/system-diagram/system-diagram.ts#L196
1) diagram/system/add-edit-delete-attributes.spec.ts:89:8 › Add/Edit/Delete attributes to/from an entity in a diagram › Delete the attribute via properties view
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('body').locator('div.sprotty:not(.sprotty-hidden)').locator('[data-svg-metadata-type="graph"]').locator('id=system-diagram_1_EMPTY.EmptyEntityNode').and(locator('body').locator('div.sprotty:not(.sprotty-hidden)').locator('[data-svg-metadata-type="graph"]').locator('[data-svg-metadata-type="node:entity"]')).locator('[data-svg-metadata-type="comp:attribute"]').first()
============================================================
at ../page-objects/system-diagram/system-diagram.ts:196
194 | const id = await childLocator.getAttribute('id');
195 | // eslint-disable-next-line no-null/no-null
> 196 | if (id !== null && (await isEqualLocatorType(childLocator, constructor))) {
| ^
197 | elements.push(await this.getModelElement(`id=${id}`, constructor, options));
198 | }
199 | }
at isEqualLocatorType (/home/runner/work/crossmodel/crossmodel/node_modules/@eclipse-glsp/glsp-playwright/src/glsp/graph/elements/element.ts:65:36)
at SystemDiagramGraph.getModelElements (/home/runner/work/crossmodel/crossmodel/e2e-tests/src/page-objects/system-diagram/system-diagram.ts:196:57)
at /home/runner/work/crossmodel/crossmodel/e2e-tests/src/tests/diagram/system/add-edit-delete-attributes.spec.ts:107:30
|
Run Playwright tests:
e2e-tests/src/page-objects/system-diagram/system-diagram.ts#L197
1) diagram/system/add-edit-delete-attributes.spec.ts:89:8 › Add/Edit/Delete attributes to/from an entity in a diagram › Delete the attribute via properties view
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('body').locator('div.sprotty:not(.sprotty-hidden)').locator('[data-svg-metadata-type="graph"]').locator('id=system-diagram_1_EMPTY.EmptyEntityNode.New_Attribute')
============================================================
at ../page-objects/system-diagram/system-diagram.ts:197
195 | // eslint-disable-next-line no-null/no-null
196 | if (id !== null && (await isEqualLocatorType(childLocator, constructor))) {
> 197 | elements.push(await this.getModelElement(`id=${id}`, constructor, options));
| ^
198 | }
199 | }
200 | }
at definedGLSPAttr (/home/runner/work/crossmodel/crossmodel/node_modules/@eclipse-glsp/glsp-playwright/src/utils/ts.utils.ts:49:38)
at Attribute.idAttr (/home/runner/work/crossmodel/crossmodel/node_modules/@eclipse-glsp/glsp-playwright/src/glsp/graph/elements/element.ts:122:31)
at assertEqualType (/home/runner/work/crossmodel/crossmodel/node_modules/@eclipse-glsp/glsp-playwright/src/glsp/graph/elements/element.ts:36:42)
at SystemDiagramGraph.getModelElement (/home/runner/work/crossmodel/crossmodel/node_modules/@eclipse-glsp/glsp-playwright/src/glsp/graph/graph.po.ts:65:13)
at SystemDiagramGraph.getModelElements (/home/runner/work/crossmodel/crossmodel/e2e-tests/src/page-objects/system-diagram/system-diagram.ts:197:30)
at /home/runner/work/crossmodel/crossmodel/e2e-tests/src/tests/diagram/system/add-edit-delete-attributes.spec.ts:107:30
|
Run Playwright tests
The process '/usr/bin/xvfb-run' failed with exit code 1
|
Run Playwright tests:
e2e-tests/diagram/system/add-edit-delete-attributes.spec.ts#L1
e2e-tests/diagram/system/add-edit-delete-attributes.spec.ts took 41.2s
|
Run Playwright tests
1 failed
diagram/system/add-edit-delete-attributes.spec.ts:89:8 › Add/Edit/Delete attributes to/from an entity in a diagram › Delete the attribute via properties view
26 passed (2.9m)
|
Loading