Skip to content

File dropdown

File dropdown #75

Triggered via pull request March 10, 2025 05:42
@MarkE16MarkE16
synchronize #33
file_dropdown
Status Failure
Total duration 39s
Artifacts

tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
tests/integration/Main.test.tsx > Canvas Interactive Functionality > Element functionality > should create a rectangle: tests/integration/Main.test.tsx#L1013
AssertionError: expected [] to have a length of 1 but got +0 - Expected + Received - 1 + 0 ❯ tests/integration/Main.test.tsx:1013:21
tests/integration/Main.test.tsx > Canvas Interactive Functionality > Element functionality > should create a circle: tests/integration/Main.test.tsx#L1038
AssertionError: expected [] to have a length of 1 but got +0 - Expected + Received - 1 + 0 ❯ tests/integration/Main.test.tsx:1038:21
tests/integration/Main.test.tsx > Canvas Interactive Functionality > Element functionality > should create a triangle: tests/integration/Main.test.tsx#L1063
AssertionError: expected [] to have a length of 1 but got +0 - Expected + Received - 1 + 0 ❯ tests/integration/Main.test.tsx:1063:21
tests/integration/Main.test.tsx > Canvas Interactive Functionality > Element functionality > should focus an element on mouse down: tests/integration/Main.test.tsx#L1187
AssertionError: expected [] to have a length of 1 but got +0 - Expected + Received - 1 + 0 ❯ tests/integration/Main.test.tsx:1187:21
tests/integration/Main.test.tsx > Canvas Interactive Functionality > Element functionality > should lose focus after clicking off the element: tests/integration/Main.test.tsx#L1211
AssertionError: expected [] to have a length of 1 but got +0 - Expected + Received - 1 + 0 ❯ tests/integration/Main.test.tsx:1211:21
tests/integration/Main.test.tsx > Canvas Interactive Functionality > Element functionality > should switch focus between different elements: tests/integration/Main.test.tsx#L1239
AssertionError: expected [] to have a length of 1 but got +0 - Expected + Received - 1 + 0 ❯ tests/integration/Main.test.tsx:1239:21
tests/integration/Main.test.tsx > Canvas Interactive Functionality > Element functionality > should select multiple elements with ctrl key: tests/integration/Main.test.tsx#L1281
AssertionError: expected [] to have a length of 1 but got +0 - Expected + Received - 1 + 0 ❯ tests/integration/Main.test.tsx:1281:22
tests/integration/Main.test.tsx > Canvas Interactive Functionality > Element functionality > should delete an element with the delete key: tests/integration/Main.test.tsx#L1331
AssertionError: expected [] to have a length of 1 but got +0 - Expected + Received - 1 + 0 ❯ tests/integration/Main.test.tsx:1331:21
tests/integration/Main.test.tsx > Canvas Interactive Functionality > Element functionality > should delete an element with the backspace key: tests/integration/Main.test.tsx#L1361
AssertionError: expected [] to have a length of 1 but got +0 - Expected + Received - 1 + 0 ❯ tests/integration/Main.test.tsx:1361:21
tests/integration/Main.test.tsx > Canvas Interactive Functionality > Element functionality > should not delete an element with the delete key if no element is focused: tests/integration/Main.test.tsx#L1391
AssertionError: expected [] to have a length of 1 but got +0 - Expected + Received - 1 + 0 ❯ tests/integration/Main.test.tsx:1391:21