add tests for the node resize feature and properties panel #229
Annotations
13 errors, 3 warnings, and 1 notice
run (windows-latest)
Process completed with exit code 1.
|
run (macos-latest)
Process completed with exit code 1.
|
[webkit] › drdArtifacts/changeTextAnnotationProperties.spec.ts:64:7 › Change Properties - Text Annotation › should change the Text Annotation node font:
packages/dmn-editor/tests/e2e/drdArtifacts/changeTextAnnotationProperties.spec.ts#L76
1) [webkit] › drdArtifacts/changeTextAnnotationProperties.spec.ts:64:7 › Change Properties - Text Annotation › should change the Text Annotation node font
Error: Screenshot comparison failed:
904 pixels (ratio 0.03 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(change-text-annotation-font.png) with timeout 10000ms
- verifying given screenshot expectation
- waiting for locator('div[data-nodelabel="New text annotation"]')
- locator resolved to <div tabindex="-1" data-nodelabel="New text annotatio…>…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- 904 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('div[data-nodelabel="New text annotation"]')
- locator resolved to <div tabindex="-1" data-nodelabel="New text annotatio…>…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- captured a stable screenshot
- 904 pixels (ratio 0.03 of all image pixels) are different.
Expected: /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/tests/e2e/__screenshots__/webkit/drdArtifacts/change-text-annotation-font.png
Received: /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/dist-e2e-tests/output/drdArtifacts-changeTextAnnotationProperties-Ch-52f36-ion-should-change-the-Text-Annotation-node-font-webkit/change-text-annotation-font-actual.png
Diff: /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/dist-e2e-tests/output/drdArtifacts-changeTextAnnotationProperties-Ch-52f36-ion-should-change-the-Text-Annotation-node-font-webkit/change-text-annotation-font-diff.png
74 | });
75 |
> 76 | await expect(nodes.get({ name: DefaultNodeName.TEXT_ANNOTATION })).toHaveScreenshot(
| ^
77 | "change-text-annotation-font.png"
78 | );
79 | });
at /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/tests/e2e/drdArtifacts/changeTextAnnotationProperties.spec.ts:76:72
|
[webkit] › drdArtifacts/changeTextAnnotationProperties.spec.ts:64:7 › Change Properties - Text Annotation › should change the Text Annotation node font:
packages/dmn-editor/tests/e2e/drdArtifacts/changeTextAnnotationProperties.spec.ts#L76
1) [webkit] › drdArtifacts/changeTextAnnotationProperties.spec.ts:64:7 › Change Properties - Text Annotation › should change the Text Annotation node font
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
904 pixels (ratio 0.03 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(change-text-annotation-font.png) with timeout 10000ms
- verifying given screenshot expectation
- waiting for locator('div[data-nodelabel="New text annotation"]')
- locator resolved to <div tabindex="-1" data-nodelabel="New text annotatio…>…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- 904 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('div[data-nodelabel="New text annotation"]')
- locator resolved to <div tabindex="-1" data-nodelabel="New text annotatio…>…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- captured a stable screenshot
- 904 pixels (ratio 0.03 of all image pixels) are different.
Expected: /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/tests/e2e/__screenshots__/webkit/drdArtifacts/change-text-annotation-font.png
Received: /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/dist-e2e-tests/output/drdArtifacts-changeTextAnnotationProperties-Ch-52f36-ion-should-change-the-Text-Annotation-node-font-webkit-retry1/change-text-annotation-font-actual.png
Diff: /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/dist-e2e-tests/output/drdArtifacts-changeTextAnnotationProperties-Ch-52f36-ion-should-change-the-Text-Annotation-node-font-webkit-retry1/change-text-annotation-font-diff.png
74 | });
75 |
> 76 | await expect(nodes.get({ name: DefaultNodeName.TEXT_ANNOTATION })).toHaveScreenshot(
| ^
77 | "change-text-annotation-font.png"
78 | );
79 | });
at /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/tests/e2e/drdArtifacts/changeTextAnnotationProperties.spec.ts:76:72
|
[webkit] › drdArtifacts/changeTextAnnotationProperties.spec.ts:64:7 › Change Properties - Text Annotation › should change the Text Annotation node font:
packages/dmn-editor/tests/e2e/drdArtifacts/changeTextAnnotationProperties.spec.ts#L76
1) [webkit] › drdArtifacts/changeTextAnnotationProperties.spec.ts:64:7 › Change Properties - Text Annotation › should change the Text Annotation node font
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
904 pixels (ratio 0.03 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(change-text-annotation-font.png) with timeout 10000ms
- verifying given screenshot expectation
- waiting for locator('div[data-nodelabel="New text annotation"]')
- locator resolved to <div tabindex="-1" data-nodelabel="New text annotatio…>…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- 904 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('div[data-nodelabel="New text annotation"]')
- locator resolved to <div tabindex="-1" data-nodelabel="New text annotatio…>…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- captured a stable screenshot
- 904 pixels (ratio 0.03 of all image pixels) are different.
Expected: /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/tests/e2e/__screenshots__/webkit/drdArtifacts/change-text-annotation-font.png
Received: /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/dist-e2e-tests/output/drdArtifacts-changeTextAnnotationProperties-Ch-52f36-ion-should-change-the-Text-Annotation-node-font-webkit-retry2/change-text-annotation-font-actual.png
Diff: /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/dist-e2e-tests/output/drdArtifacts-changeTextAnnotationProperties-Ch-52f36-ion-should-change-the-Text-Annotation-node-font-webkit-retry2/change-text-annotation-font-diff.png
74 | });
75 |
> 76 | await expect(nodes.get({ name: DefaultNodeName.TEXT_ANNOTATION })).toHaveScreenshot(
| ^
77 | "change-text-annotation-font.png"
78 | );
79 | });
at /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/tests/e2e/drdArtifacts/changeTextAnnotationProperties.spec.ts:76:72
|
[webkit] › drgElements/changeBkmProperties.spec.ts:78:7 › Change Properties - BKM › should change the BKM node font:
packages/dmn-editor/tests/e2e/drgElements/changeBkmProperties.spec.ts#L90
2) [webkit] › drgElements/changeBkmProperties.spec.ts:78:7 › Change Properties - BKM › should change the BKM node font
Error: Screenshot comparison failed:
776 pixels (ratio 0.07 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(change-bkm-font.png) with timeout 10000ms
- verifying given screenshot expectation
- waiting for locator('div[data-nodelabel="New BKM"]')
- locator resolved to <div tabindex="-1" data-nodelabel="New BKM" data-node…>…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- 776 pixels (ratio 0.07 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('div[data-nodelabel="New BKM"]')
- locator resolved to <div tabindex="-1" data-nodelabel="New BKM" data-node…>…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- captured a stable screenshot
- 776 pixels (ratio 0.07 of all image pixels) are different.
Expected: /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/tests/e2e/__screenshots__/webkit/drgElements/change-bkm-font.png
Received: /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/dist-e2e-tests/output/drgElements-changeBkmProperties-Change-Properties---BKM-should-change-the-BKM-node-font-webkit/change-bkm-font-actual.png
Diff: /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/dist-e2e-tests/output/drgElements-changeBkmProperties-Change-Properties---BKM-should-change-the-BKM-node-font-webkit/change-bkm-font-diff.png
88 | });
89 |
> 90 | await expect(nodes.get({ name: DefaultNodeName.BKM })).toHaveScreenshot("change-bkm-font.png");
| ^
91 | });
92 |
93 | test("should reset the BKM node font", async ({ nodes, bkmPropertiesPanel }) => {
at /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/tests/e2e/drgElements/changeBkmProperties.spec.ts:90:60
|
[webkit] › drgElements/changeBkmProperties.spec.ts:78:7 › Change Properties - BKM › should change the BKM node font:
packages/dmn-editor/tests/e2e/drgElements/changeBkmProperties.spec.ts#L90
2) [webkit] › drgElements/changeBkmProperties.spec.ts:78:7 › Change Properties - BKM › should change the BKM node font
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
776 pixels (ratio 0.07 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(change-bkm-font.png) with timeout 10000ms
- verifying given screenshot expectation
- waiting for locator('div[data-nodelabel="New BKM"]')
- locator resolved to <div tabindex="-1" data-nodelabel="New BKM" data-node…>…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- 776 pixels (ratio 0.07 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('div[data-nodelabel="New BKM"]')
- locator resolved to <div tabindex="-1" data-nodelabel="New BKM" data-node…>…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- captured a stable screenshot
- 776 pixels (ratio 0.07 of all image pixels) are different.
Expected: /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/tests/e2e/__screenshots__/webkit/drgElements/change-bkm-font.png
Received: /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/dist-e2e-tests/output/drgElements-changeBkmProperties-Change-Properties---BKM-should-change-the-BKM-node-font-webkit-retry1/change-bkm-font-actual.png
Diff: /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/dist-e2e-tests/output/drgElements-changeBkmProperties-Change-Properties---BKM-should-change-the-BKM-node-font-webkit-retry1/change-bkm-font-diff.png
88 | });
89 |
> 90 | await expect(nodes.get({ name: DefaultNodeName.BKM })).toHaveScreenshot("change-bkm-font.png");
| ^
91 | });
92 |
93 | test("should reset the BKM node font", async ({ nodes, bkmPropertiesPanel }) => {
at /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/tests/e2e/drgElements/changeBkmProperties.spec.ts:90:60
|
[webkit] › drgElements/changeBkmProperties.spec.ts:78:7 › Change Properties - BKM › should change the BKM node font:
packages/dmn-editor/tests/e2e/drgElements/changeBkmProperties.spec.ts#L90
2) [webkit] › drgElements/changeBkmProperties.spec.ts:78:7 › Change Properties - BKM › should change the BKM node font
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
776 pixels (ratio 0.07 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(change-bkm-font.png) with timeout 10000ms
- verifying given screenshot expectation
- waiting for locator('div[data-nodelabel="New BKM"]')
- locator resolved to <div tabindex="-1" data-nodelabel="New BKM" data-node…>…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- 776 pixels (ratio 0.07 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('div[data-nodelabel="New BKM"]')
- locator resolved to <div tabindex="-1" data-nodelabel="New BKM" data-node…>…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- captured a stable screenshot
- 776 pixels (ratio 0.07 of all image pixels) are different.
Expected: /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/tests/e2e/__screenshots__/webkit/drgElements/change-bkm-font.png
Received: /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/dist-e2e-tests/output/drgElements-changeBkmProperties-Change-Properties---BKM-should-change-the-BKM-node-font-webkit-retry2/change-bkm-font-actual.png
Diff: /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/dist-e2e-tests/output/drgElements-changeBkmProperties-Change-Properties---BKM-should-change-the-BKM-node-font-webkit-retry2/change-bkm-font-diff.png
88 | });
89 |
> 90 | await expect(nodes.get({ name: DefaultNodeName.BKM })).toHaveScreenshot("change-bkm-font.png");
| ^
91 | });
92 |
93 | test("should reset the BKM node font", async ({ nodes, bkmPropertiesPanel }) => {
at /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/tests/e2e/drgElements/changeBkmProperties.spec.ts:90:60
|
[webkit] › drgElements/changeDecisionProperties.spec.ts:99:7 › Change Properties - Decision › should change the Decision node font:
packages/dmn-editor/tests/e2e/drgElements/changeDecisionProperties.spec.ts#L111
3) [webkit] › drgElements/changeDecisionProperties.spec.ts:99:7 › Change Properties - Decision › should change the Decision node font
Error: Screenshot comparison failed:
330 pixels (ratio 0.03 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(change-decision-font.png) with timeout 10000ms
- verifying given screenshot expectation
- waiting for locator('div[data-nodelabel="New Decision"]')
- locator resolved to <div tabindex="-1" data-nodelabel="New Decision" data…>…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- 330 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('div[data-nodelabel="New Decision"]')
- locator resolved to <div tabindex="-1" data-nodelabel="New Decision" data…>…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- captured a stable screenshot
- 330 pixels (ratio 0.03 of all image pixels) are different.
Expected: /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/tests/e2e/__screenshots__/webkit/drgElements/change-decision-font.png
Received: /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/dist-e2e-tests/output/drgElements-changeDecisionProperties-Change-Pr-44821---Decision-should-change-the-Decision-node-font-webkit/change-decision-font-actual.png
Diff: /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/dist-e2e-tests/output/drgElements-changeDecisionProperties-Change-Pr-44821---Decision-should-change-the-Decision-node-font-webkit/change-decision-font-diff.png
109 | });
110 |
> 111 | await expect(nodes.get({ name: DefaultNodeName.DECISION })).toHaveScreenshot("change-decision-font.png");
| ^
112 | });
113 |
114 | test("should reset the Decision node font", async ({ nodes, decisionPropertiesPanel }) => {
at /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/tests/e2e/drgElements/changeDecisionProperties.spec.ts:111:65
|
[webkit] › drgElements/changeDecisionProperties.spec.ts:99:7 › Change Properties - Decision › should change the Decision node font:
packages/dmn-editor/tests/e2e/drgElements/changeDecisionProperties.spec.ts#L111
3) [webkit] › drgElements/changeDecisionProperties.spec.ts:99:7 › Change Properties - Decision › should change the Decision node font
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
330 pixels (ratio 0.03 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(change-decision-font.png) with timeout 10000ms
- verifying given screenshot expectation
- waiting for locator('div[data-nodelabel="New Decision"]')
- locator resolved to <div tabindex="-1" data-nodelabel="New Decision" data…>…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- 330 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('div[data-nodelabel="New Decision"]')
- locator resolved to <div tabindex="-1" data-nodelabel="New Decision" data…>…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- captured a stable screenshot
- 330 pixels (ratio 0.03 of all image pixels) are different.
Expected: /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/tests/e2e/__screenshots__/webkit/drgElements/change-decision-font.png
Received: /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/dist-e2e-tests/output/drgElements-changeDecisionProperties-Change-Pr-44821---Decision-should-change-the-Decision-node-font-webkit-retry1/change-decision-font-actual.png
Diff: /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/dist-e2e-tests/output/drgElements-changeDecisionProperties-Change-Pr-44821---Decision-should-change-the-Decision-node-font-webkit-retry1/change-decision-font-diff.png
109 | });
110 |
> 111 | await expect(nodes.get({ name: DefaultNodeName.DECISION })).toHaveScreenshot("change-decision-font.png");
| ^
112 | });
113 |
114 | test("should reset the Decision node font", async ({ nodes, decisionPropertiesPanel }) => {
at /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/tests/e2e/drgElements/changeDecisionProperties.spec.ts:111:65
|
[webkit] › drgElements/changeDecisionProperties.spec.ts:99:7 › Change Properties - Decision › should change the Decision node font:
packages/dmn-editor/tests/e2e/drgElements/changeDecisionProperties.spec.ts#L111
3) [webkit] › drgElements/changeDecisionProperties.spec.ts:99:7 › Change Properties - Decision › should change the Decision node font
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
330 pixels (ratio 0.03 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(change-decision-font.png) with timeout 10000ms
- verifying given screenshot expectation
- waiting for locator('div[data-nodelabel="New Decision"]')
- locator resolved to <div tabindex="-1" data-nodelabel="New Decision" data…>…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- 330 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('div[data-nodelabel="New Decision"]')
- locator resolved to <div tabindex="-1" data-nodelabel="New Decision" data…>…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- captured a stable screenshot
- 330 pixels (ratio 0.03 of all image pixels) are different.
Expected: /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/tests/e2e/__screenshots__/webkit/drgElements/change-decision-font.png
Received: /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/dist-e2e-tests/output/drgElements-changeDecisionProperties-Change-Pr-44821---Decision-should-change-the-Decision-node-font-webkit-retry2/change-decision-font-actual.png
Diff: /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/dist-e2e-tests/output/drgElements-changeDecisionProperties-Change-Pr-44821---Decision-should-change-the-Decision-node-font-webkit-retry2/change-decision-font-diff.png
109 | });
110 |
> 111 | await expect(nodes.get({ name: DefaultNodeName.DECISION })).toHaveScreenshot("change-decision-font.png");
| ^
112 | });
113 |
114 | test("should reset the Decision node font", async ({ nodes, decisionPropertiesPanel }) => {
at /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/tests/e2e/drgElements/changeDecisionProperties.spec.ts:111:65
|
[webkit] › drgElements/changeDecisionServiceProperties.spec.ts:86:7 › Change Properties - Decision Service › should change the Decision Service node font:
packages/dmn-editor/tests/e2e/drgElements/changeDecisionServiceProperties.spec.ts#L98
4) [webkit] › drgElements/changeDecisionServiceProperties.spec.ts:86:7 › Change Properties - Decision Service › should change the Decision Service node font
Error: Screenshot comparison failed:
1180 pixels (ratio 0.02 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(change-decision-service-font.png) with timeout 10000ms
- verifying given screenshot expectation
- waiting for locator('div[data-nodelabel="New Decision Service"]')
- locator resolved to <div tabindex="-1" data-nodelabel="New Decision Servi…>…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- 1180 pixels (ratio 0.02 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('div[data-nodelabel="New Decision Service"]')
- locator resolved to <div tabindex="-1" data-nodelabel="New Decision Servi…>…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for element to be visible and stable
- element is visible and stable
- captured a stable screenshot
- 1180 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/tests/e2e/__screenshots__/webkit/drgElements/change-decision-service-font.png
Received: /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/dist-e2e-tests/output/drgElements-changeDecisionServiceProperties-Ch-4b9c5-ce-should-change-the-Decision-Service-node-font-webkit/change-decision-service-font-actual.png
Diff: /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/dist-e2e-tests/output/drgElements-changeDecisionServiceProperties-Ch-4b9c5-ce-should-change-the-Decision-Service-node-font-webkit/change-decision-service-font-diff.png
96 | });
97 |
> 98 | await expect(nodes.get({ name: DefaultNodeName.DECISION_SERVICE })).toHaveScreenshot(
| ^
99 | "change-decision-service-font.png"
100 | );
101 | });
at /home/runner/work/kie-tools/kie-tools/packages/dmn-editor/tests/e2e/drgElements/changeDecisionServiceProperties.spec.ts:98:73
|
run (ubuntu-latest)
❌ There are 6 test failures. 978 tests succedded, though :)
|
run (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/github-script@v6, pnpm/action-setup@v2, actions/setup-node@v3, actions/setup-java@v3, actions/setup-go@v3, stCarolas/[email protected], al-cheb/configure-pagefile-action@86589fd789a4de3e62ba628dda2cb10027b66d67, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
run (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/github-script@v6, pnpm/action-setup@v2, actions/setup-node@v3, actions/setup-java@v3, actions/setup-go@v3, stCarolas/[email protected], actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
run (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/github-script@v6, pnpm/action-setup@v2, actions/setup-node@v3, actions/setup-java@v3, actions/setup-go@v3, stCarolas/[email protected], actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
🎭 Playwright Run Summary
6 failed
[webkit] › drdArtifacts/changeTextAnnotationProperties.spec.ts:64:7 › Change Properties - Text Annotation › should change the Text Annotation node font
[webkit] › drgElements/changeBkmProperties.spec.ts:78:7 › Change Properties - BKM › should change the BKM node font
[webkit] › drgElements/changeDecisionProperties.spec.ts:99:7 › Change Properties - Decision › should change the Decision node font
[webkit] › drgElements/changeDecisionServiceProperties.spec.ts:86:7 › Change Properties - Decision Service › should change the Decision Service node font
[webkit] › drgElements/changeInputDataProperties.spec.ts:79:7 › Change Properties - Input Data › should change the Input Data node font
[webkit] › drgElements/changeKnowledgeSourceProperties.spec.ts:92:7 › Change Properties - Knowledge Source › should change the Knowledge Source node font
1 flaky
[webkit] › deleteConnectedNodes.spec.ts:100:11 › Delete node - Connected nodes › Connected with multiple nodes › One "from" related to two "to"s › should delete all
96 skipped
881 passed (30.2m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Linux__build-artifacts
Expired
|
217 MB |
|
Linux__end-to-end-tests-artifacts
Expired
|
52.9 MB |
|
Linux__end-to-end-tests-reports
Expired
|
22.4 KB |
|
Linux__tests-reports
Expired
|
345 Bytes |
|
Windows__build-artifacts
Expired
|
230 MB |
|
Windows__end-to-end-tests-artifacts
Expired
|
22 Bytes |
|
Windows__end-to-end-tests-reports
Expired
|
22 Bytes |
|
Windows__tests-reports
Expired
|
840 Bytes |
|
macOS__build-artifacts
Expired
|
216 MB |
|
macOS__end-to-end-tests-artifacts
Expired
|
22 Bytes |
|
macOS__end-to-end-tests-reports
Expired
|
22 Bytes |
|
macOS__tests-reports
Expired
|
686 Bytes |
|