Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

feat: the grid

feat: the grid #1631

Triggered via pull request November 7, 2024 08:40
@dzbodzbo
synchronize #396
feat/the-grid
Status Failure
Total duration 6m 28s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
domains/grid/components/__tests__/GridFloatingMenu.spec.ts > GridFloatingMenu > should render when edit mode is enabled: domains/grid/components/__tests__/GridFloatingMenu.spec.ts#L50
Error: Snapshot `GridFloatingMenu > should render when edit mode is enabled 1` mismatched - Expected + Received @@ -1,13 +1,13 @@ "<div id="test-wrapper"> <div class="fixed z-50 flex animate-fade-in gap-6 overflow-hidden rounded-full bg-neutral-100 p-3 shadow-neutral-shadow-round duration-300 ease-in-out sm:bottom-10 sm:right-10 sm:flex-col sm:transition lg:right-[calc(50%-540px)] right-[calc(50%-160px)] h-[64px] w-[320px] sm:h-[320px] sm:w-[64px]" style="bottom: 40px; transition: all 0.3s ease-in-out;"> <div class="flex animate-fade-in gap-6 sm:flex-col"> <!-- Add widget --> - <lukso-tooltip class="flex size-10 items-center justify-center rounded-full transition-all duration-300 bg-neutral-97 cursor-pointer hover:scale-105 hover:bg-neutral-95" text="Add widget" placement="left" offset="15" show-delay="1000"> + <lukso-tooltip class="flex size-10 items-center justify-center rounded-full transition-all duration-300 bg-neutral-97 cursor-pointer hover:scale-105 hover:bg-neutral-95" text="Add new content" placement="left" offset="15" show-delay="1000"> <lukso-icon name="plus" color="purple-41"></lukso-icon> </lukso-tooltip><!-- Add grid --> - <lukso-tooltip class="flex size-10 items-center justify-center rounded-full transition-all duration-300 bg-neutral-97 cursor-pointer hover:scale-105 hover:bg-neutral-95" text="Add grid" placement="left" offset="15" show-delay="1000"> + <lukso-tooltip class="flex size-10 items-center justify-center rounded-full transition-all duration-300 bg-neutral-97 cursor-pointer hover:scale-105 hover:bg-neutral-95" text="Add new grid" placement="left" offset="15" show-delay="1000"> <lukso-icon name="add-grid" color="purple-41"></lukso-icon> </lukso-tooltip><!-- Reset --> <lukso-tooltip class="flex size-10 items-center justify-center rounded-full transition-all duration-300 bg-neutral-97" text="" placement="left" offset="15" show-delay="1000"> <lukso-icon name="reload" color="neutral-85" class="-rotate-90 transition"></lukso-icon> </lukso-tooltip> ❯ domains/grid/components/__tests__/GridFloatingMenu.spec.ts:50:30
domains/grid/components/__tests__/GridFloatingMenu.spec.ts > GridFloatingMenu > should render when has unsaved changes: domains/grid/components/__tests__/GridFloatingMenu.spec.ts#L67
Error: Snapshot `GridFloatingMenu > should render when has unsaved changes 1` mismatched - Expected + Received @@ -1,13 +1,13 @@ "<div id="test-wrapper"> <div class="fixed z-50 flex animate-fade-in gap-6 overflow-hidden rounded-full bg-neutral-100 p-3 shadow-neutral-shadow-round duration-300 ease-in-out sm:bottom-10 sm:right-10 sm:flex-col sm:transition lg:right-[calc(50%-540px)] right-[calc(50%-160px)] h-[64px] w-[320px] sm:h-[320px] sm:w-[64px]" style="bottom: 40px; transition: all 0.3s ease-in-out;"> <div class="flex animate-fade-in gap-6 sm:flex-col"> <!-- Add widget --> - <lukso-tooltip class="flex size-10 items-center justify-center rounded-full transition-all duration-300 bg-neutral-97 cursor-pointer hover:scale-105 hover:bg-neutral-95" text="Add widget" placement="left" offset="15" show-delay="1000"> + <lukso-tooltip class="flex size-10 items-center justify-center rounded-full transition-all duration-300 bg-neutral-97 cursor-pointer hover:scale-105 hover:bg-neutral-95" text="Add new content" placement="left" offset="15" show-delay="1000"> <lukso-icon name="plus" color="purple-41"></lukso-icon> </lukso-tooltip><!-- Add grid --> - <lukso-tooltip class="flex size-10 items-center justify-center rounded-full transition-all duration-300 bg-neutral-97 cursor-pointer hover:scale-105 hover:bg-neutral-95" text="Add grid" placement="left" offset="15" show-delay="1000"> + <lukso-tooltip class="flex size-10 items-center justify-center rounded-full transition-all duration-300 bg-neutral-97 cursor-pointer hover:scale-105 hover:bg-neutral-95" text="Add new grid" placement="left" offset="15" show-delay="1000"> <lukso-icon name="add-grid" color="purple-41"></lukso-icon> </lukso-tooltip><!-- Reset --> <lukso-tooltip class="flex size-10 items-center justify-center rounded-full transition-all duration-300 cursor-pointer bg-[#ffe0e0] hover:scale-105 hover:bg-[#ffd1d1]" text="Reset changes" placement="left" offset="15" show-delay="1000"> <lukso-icon name="reload" color="red-65" class="-rotate-90 transition"></lukso-icon> </lukso-tooltip> ❯ domains/grid/components/__tests__/GridFloatingMenu.spec.ts:67:30
test
Process completed with exit code 1.
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/