add tests for the node resize feature and properties panel #228
Annotations
13 errors and 3 warnings
run (macos-latest)
Process completed with exit code 1.
|
run (macos-latest)
Unhandled error: Error: Cannot find module 'fast-xml-parser'
Require stack:
- /Users/runner/work/kie-tools/kie-tools/scripts/check-junit-report-results/src/parseFile.js
- /Users/runner/work/kie-tools/kie-tools/scripts/check-junit-report-results/src/index.js
- /Users/runner/work/_actions/actions/github-script/v6/dist/index.js
|
run (ubuntu-latest)
Error: item focused with '.only' is not allowed due to the 'forbidOnly' option in '../../playwright.config.ts': "drgElements/changeInputDataProperties.spec.ts Change Properties - Input Data should change the Input Data node font"
at drgElements/changeInputDataProperties.spec.ts:79
77 | });
78 |
> 79 | test.only("should change the Input Data node font", async ({ nodes, inputDataPropertiesPanel }) => {
| ^
80 | await nodes.select({ name: DefaultNodeName.INPUT_DATA });
81 | await inputDataPropertiesPanel.setFont({
82 | fontSize: "40",
|
run (ubuntu-latest)
Error: item focused with '.only' is not allowed due to the 'forbidOnly' option in '../../playwright.config.ts': "drgRequirements/moveKnowledgeRequirementWaypoint.spec.ts Move edge waypoint - Knowledge Requirement Add Multiple Waypoints Knowledge Requirement edge waypoints should not move when the ending nodes are moved"
at drgRequirements/moveKnowledgeRequirementWaypoint.spec.ts:75
73 |
74 | test.describe("Add Multiple Waypoints", () => {
> 75 | test.only("Knowledge Requirement edge waypoints should not move when the ending nodes are moved", async ({
| ^
76 | diagram,
77 | nodes,
78 | edges,
|
run (ubuntu-latest)
Error: item focused with '.only' is not allowed due to the 'forbidOnly' option in '../../playwright.config.ts': "drgRequirements/moveKnowledgeRequirementWaypoint.spec.ts Move edge waypoint - Knowledge Requirement Add Multiple Waypoints Knowledge Requirement edge ending nodes should not move when the waypoints are moved"
at drgRequirements/moveKnowledgeRequirementWaypoint.spec.ts:88
86 | });
87 |
> 88 | test.only("Knowledge Requirement edge ending nodes should not move when the waypoints are moved", async ({
| ^
89 | diagram,
90 | edges,
91 | browserName,
|
run (ubuntu-latest)
Error: item focused with '.only' is not allowed due to the 'forbidOnly' option in '../../playwright.config.ts': "drgElements/changeInputDataProperties.spec.ts Change Properties - Input Data should change the Input Data node font"
at drgElements/changeInputDataProperties.spec.ts:79
77 | });
78 |
> 79 | test.only("should change the Input Data node font", async ({ nodes, inputDataPropertiesPanel }) => {
| ^
80 | await nodes.select({ name: DefaultNodeName.INPUT_DATA });
81 | await inputDataPropertiesPanel.setFont({
82 | fontSize: "40",
|
run (ubuntu-latest)
Error: item focused with '.only' is not allowed due to the 'forbidOnly' option in '../../playwright.config.ts': "drgRequirements/moveKnowledgeRequirementWaypoint.spec.ts Move edge waypoint - Knowledge Requirement Add Multiple Waypoints Knowledge Requirement edge waypoints should not move when the ending nodes are moved"
at drgRequirements/moveKnowledgeRequirementWaypoint.spec.ts:75
73 |
74 | test.describe("Add Multiple Waypoints", () => {
> 75 | test.only("Knowledge Requirement edge waypoints should not move when the ending nodes are moved", async ({
| ^
76 | diagram,
77 | nodes,
78 | edges,
|
run (ubuntu-latest)
Error: item focused with '.only' is not allowed due to the 'forbidOnly' option in '../../playwright.config.ts': "drgRequirements/moveKnowledgeRequirementWaypoint.spec.ts Move edge waypoint - Knowledge Requirement Add Multiple Waypoints Knowledge Requirement edge ending nodes should not move when the waypoints are moved"
at drgRequirements/moveKnowledgeRequirementWaypoint.spec.ts:88
86 | });
87 |
> 88 | test.only("Knowledge Requirement edge ending nodes should not move when the waypoints are moved", async ({
| ^
89 | diagram,
90 | edges,
91 | browserName,
|
run (ubuntu-latest)
Error: item focused with '.only' is not allowed due to the 'forbidOnly' option in '../../playwright.config.ts': "drgElements/changeInputDataProperties.spec.ts Change Properties - Input Data should change the Input Data node font"
at drgElements/changeInputDataProperties.spec.ts:79
77 | });
78 |
> 79 | test.only("should change the Input Data node font", async ({ nodes, inputDataPropertiesPanel }) => {
| ^
80 | await nodes.select({ name: DefaultNodeName.INPUT_DATA });
81 | await inputDataPropertiesPanel.setFont({
82 | fontSize: "40",
|
run (ubuntu-latest)
Error: item focused with '.only' is not allowed due to the 'forbidOnly' option in '../../playwright.config.ts': "drgRequirements/moveKnowledgeRequirementWaypoint.spec.ts Move edge waypoint - Knowledge Requirement Add Multiple Waypoints Knowledge Requirement edge waypoints should not move when the ending nodes are moved"
at drgRequirements/moveKnowledgeRequirementWaypoint.spec.ts:75
73 |
74 | test.describe("Add Multiple Waypoints", () => {
> 75 | test.only("Knowledge Requirement edge waypoints should not move when the ending nodes are moved", async ({
| ^
76 | diagram,
77 | nodes,
78 | edges,
|
run (ubuntu-latest)
Error: item focused with '.only' is not allowed due to the 'forbidOnly' option in '../../playwright.config.ts': "drgRequirements/moveKnowledgeRequirementWaypoint.spec.ts Move edge waypoint - Knowledge Requirement Add Multiple Waypoints Knowledge Requirement edge ending nodes should not move when the waypoints are moved"
at drgRequirements/moveKnowledgeRequirementWaypoint.spec.ts:88
86 | });
87 |
> 88 | test.only("Knowledge Requirement edge ending nodes should not move when the waypoints are moved", async ({
| ^
89 | diagram,
90 | edges,
91 | browserName,
|
run (ubuntu-latest)
Process completed with exit code 1.
|
run (windows-latest)
Process completed with exit code 1.
|
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/.
|
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/.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Linux__build-artifacts
Expired
|
217 MB |
|
Linux__end-to-end-tests-artifacts
Expired
|
176 KB |
|
Linux__end-to-end-tests-reports
Expired
|
343 Bytes |
|
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
|
838 Bytes |
|
macOS__build-artifacts
Expired
|
22 Bytes |
|
macOS__end-to-end-tests-artifacts
Expired
|
22 Bytes |
|
macOS__end-to-end-tests-reports
Expired
|
22 Bytes |
|
macOS__tests-reports
Expired
|
22 Bytes |
|