add tests for the node resize feature and properties panel #228
Annotations
10 errors and 1 warning
PARTIAL → Build changed and dependents
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",
|
PARTIAL → Build changed and dependents
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,
|
PARTIAL → Build changed and dependents
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,
|
PARTIAL → Build changed and dependents
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",
|
PARTIAL → Build changed and dependents
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,
|
PARTIAL → Build changed and dependents
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,
|
PARTIAL → Build changed and dependents
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",
|
PARTIAL → Build changed and dependents
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,
|
PARTIAL → Build changed and dependents
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,
|
PARTIAL → Build changed and dependents
Process completed with exit code 1.
|
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/.
|
Loading