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

feat: update shadows #1573

feat: update shadows

feat: update shadows #1573

Triggered via pull request October 31, 2024 15:18
Status Failure
Total duration 3m 11s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
components/__tests__/ProfileTabs.spec.ts > ProfileTabs > renders default state: components/__tests__/ProfileTabs.spec.ts#L24
Error: Snapshot `ProfileTabs > renders default state 1` mismatched - Expected + Received @@ -2,9 +2,9 @@ <div class="mb-4 flex min-h-11 select-none items-center justify-between border-b border-b-neutral-90 pb-4"> <ul class="flex justify-center gap-6 sm:justify-start"> <li class="heading-inter-17-semi-bold flex items-center cursor-pointer opacity-50 transition hover:opacity-100">Tokens <!--v-if--> </li> - <li class="heading-inter-17-semi-bold flex items-center cursor-pointer opacity-50 transition hover:opacity-100">Collectibles <span class="paragraph-inter-10-semi-bold ml-2 rounded-4 border border-neutral-20 px-1 py-[1px] bg-transparent text-neutral-20">2</span></li> + <li class="heading-inter-17-semi-bold flex items-center cursor-pointer opacity-50 transition hover:opacity-100">Collectibles <span class="paragraph-inter-10-semi-bold ml-2 rounded-4 border border-neutral-20 px-1 py-px bg-transparent text-neutral-20">2</span></li> </ul> </div> </div>" ❯ components/__tests__/ProfileTabs.spec.ts:24:30
components/__tests__/ProfileTabs.spec.ts > ProfileTabs > renders active state: components/__tests__/ProfileTabs.spec.ts#L42
Error: Snapshot `ProfileTabs > renders active state 1` mismatched - Expected + Received @@ -2,9 +2,9 @@ <div class="mb-4 flex min-h-11 select-none items-center justify-between border-b border-b-neutral-90 pb-4"> <ul class="flex justify-center gap-6 sm:justify-start"> <li class="heading-inter-17-semi-bold flex items-center cursor-pointer opacity-50 transition hover:opacity-100">Tokens <!--v-if--> </li> - <li class="heading-inter-17-semi-bold flex items-center cursor-default">Collectibles <span class="paragraph-inter-10-semi-bold ml-2 rounded-4 border border-neutral-20 px-1 py-[1px] bg-neutral-20 text-neutral-100">2</span></li> + <li class="heading-inter-17-semi-bold flex items-center cursor-default">Collectibles <span class="paragraph-inter-10-semi-bold ml-2 rounded-4 border border-neutral-20 px-1 py-px bg-neutral-20 text-neutral-100">2</span></li> </ul> </div> </div>" ❯ components/__tests__/ProfileTabs.spec.ts:42:30
components/__tests__/ProfileTabsItem.spec.ts > ProfileTabsItem > renders count: components/__tests__/ProfileTabsItem.spec.ts#L33
Error: Snapshot `ProfileTabsItem > renders count 1` mismatched - Expected + Received "<div id="test-wrapper"> - <li class="heading-inter-17-semi-bold flex items-center cursor-pointer opacity-50 transition hover:opacity-100">Test Label <span class="paragraph-inter-10-semi-bold ml-2 rounded-4 border border-neutral-20 px-1 py-[1px] bg-transparent text-neutral-20">2</span></li> + <li class="heading-inter-17-semi-bold flex items-center cursor-pointer opacity-50 transition hover:opacity-100">Test Label <span class="paragraph-inter-10-semi-bold ml-2 rounded-4 border border-neutral-20 px-1 py-px bg-transparent text-neutral-20">2</span></li> </div>" ❯ components/__tests__/ProfileTabsItem.spec.ts:33:30
domains/grid/components/__tests__/GridFloatingMenu.spec.ts > GridFloatingMenu > should render when user is connected: domains/grid/components/__tests__/GridFloatingMenu.spec.ts#L35
Error: Snapshot `GridFloatingMenu > should render when user is connected 1` mismatched - Expected + Received @@ -1,7 +1,7 @@ "<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-drop-shadow duration-300 ease-in-out sm:bottom-10 sm:right-10 sm:flex-col sm:transition lg:right-[calc(50%-540px)] right-4 size-[64px]" style="bottom: 40px; transition: all 0.3s ease-in-out;"> + <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-4 size-[64px]" style="bottom: 40px; transition: all 0.3s ease-in-out;"> <!--v-if--> <!-- Edit mode toggle --> <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="Enable edit mode" placement="left" offset="15" show-delay="1000"> <lukso-icon name="edit" color="purple-41"></lukso-icon> </lukso-tooltip> ❯ domains/grid/components/__tests__/GridFloatingMenu.spec.ts:35:30
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,7 +1,7 @@ "<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-drop-shadow 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="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-icon name="plus" color="purple-41"></lukso-icon> </lukso-tooltip><!-- Add grid --> ❯ 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#L65
Error: Snapshot `GridFloatingMenu > should render when has unsaved changes 1` mismatched - Expected + Received @@ -1,7 +1,7 @@ "<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-drop-shadow 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="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-icon name="plus" color="purple-41"></lukso-icon> </lukso-tooltip><!-- Add grid --> ❯ domains/grid/components/__tests__/GridFloatingMenu.spec.ts:65: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/