This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
feat: grid design adjustments #1518
Annotations
6 errors and 1 warning
components/__tests__/ProfileCard.spec.ts > ProfileCard > should render empty profile:
components/__tests__/ProfileCard.spec.ts#L57
Error: Snapshot `ProfileCard > should render empty profile 1` mismatched
- Expected
+ Received
@@ -1,8 +1,8 @@
"<div id="test-wrapper">
<div class="relative">
- <lukso-card variant="dapp" is-full-width="" shadow="small" border-radius="medium" class="-mx-4 -mt-6 w-screen sm:mx-0 sm:mt-0 sm:w-full">
+ <lukso-card variant="dapp" is-full-width="" shadow="small" border-radius="small" class="-mx-4 -mt-6 w-screen sm:mx-0 sm:mt-0 sm:w-full">
<div slot="header" class="relative flex size-full flex-col items-center">
<div class="absolute right-4 top-4 flex flex-col items-end gap-2">
<div>
<lukso-button size="small" variant="secondary" custom-class="px-0 overflow-hidden h-[30px]" class="h-[30px] min-w-[30px]">
<lukso-icon size="small" name="transaction-send" class="mx-1.5"></lukso-icon>
❯ components/__tests__/ProfileCard.spec.ts:57:30
|
components/__tests__/ProfileCard.spec.ts > ProfileCard > should render profile when not connected:
components/__tests__/ProfileCard.spec.ts#L88
Error: Snapshot `ProfileCard > should render profile when not connected 1` mismatched
- Expected
+ Received
@@ -1,8 +1,8 @@
"<div id="test-wrapper">
<div class="relative">
- <lukso-card variant="dapp" background-url="https://example.com/background.jpg" is-full-width="" shadow="small" border-radius="medium" class="-mx-4 -mt-6 w-screen sm:mx-0 sm:mt-0 sm:w-full">
+ <lukso-card variant="dapp" background-url="https://example.com/background.jpg" is-full-width="" shadow="small" border-radius="small" class="-mx-4 -mt-6 w-screen sm:mx-0 sm:mt-0 sm:w-full">
<div slot="header" class="relative flex size-full flex-col items-center">
<div class="absolute right-4 top-4 flex flex-col items-end gap-2">
<div>
<lukso-button size="small" variant="secondary" custom-class="px-0 overflow-hidden h-[30px]" class="h-[30px] min-w-[30px]">
<lukso-icon size="small" name="transaction-send" class="mx-1.5"></lukso-icon>
❯ components/__tests__/ProfileCard.spec.ts:88:30
|
components/__tests__/ProfileCard.spec.ts > ProfileCard > should render profile when connected:
components/__tests__/ProfileCard.spec.ts#L134
Error: Snapshot `ProfileCard > should render profile when connected 1` mismatched
- Expected
+ Received
@@ -1,8 +1,8 @@
"<div id="test-wrapper">
<div class="relative">
- <lukso-card variant="dapp" background-url="https://example.com/background.jpg" is-full-width="" shadow="small" border-radius="medium" class="-mx-4 -mt-6 w-screen sm:mx-0 sm:mt-0 sm:w-full">
+ <lukso-card variant="dapp" background-url="https://example.com/background.jpg" is-full-width="" shadow="small" border-radius="small" class="-mx-4 -mt-6 w-screen sm:mx-0 sm:mt-0 sm:w-full">
<div slot="header" class="relative flex size-full flex-col items-center">
<div class="absolute right-4 top-4 flex flex-col items-end gap-2">
<div>
<lukso-button size="small" variant="secondary" custom-class="px-0 overflow-hidden h-[30px]" class="h-[30px] min-w-[30px]">
<lukso-icon size="small" name="transaction-send" class="mx-1.5"></lukso-icon>
❯ components/__tests__/ProfileCard.spec.ts:134:30
|
components/__tests__/ProfileCard.spec.ts > ProfileCard > should render unfollow button:
components/__tests__/ProfileCard.spec.ts#L161
Error: Snapshot `ProfileCard > should render unfollow button 1` mismatched
- Expected
+ Received
@@ -1,8 +1,8 @@
"<div id="test-wrapper">
<div class="relative">
- <lukso-card variant="dapp" is-full-width="" shadow="small" border-radius="medium" class="-mx-4 -mt-6 w-screen sm:mx-0 sm:mt-0 sm:w-full">
+ <lukso-card variant="dapp" is-full-width="" shadow="small" border-radius="small" class="-mx-4 -mt-6 w-screen sm:mx-0 sm:mt-0 sm:w-full">
<div slot="header" class="relative flex size-full flex-col items-center">
<div class="absolute right-4 top-4 flex flex-col items-end gap-2">
<div>
<lukso-button size="small" variant="secondary" custom-class="px-0 overflow-hidden h-[30px]" class="h-[30px] min-w-[30px]">
<lukso-icon size="small" name="transaction-send" class="mx-1.5"></lukso-icon>
❯ components/__tests__/ProfileCard.spec.ts:161:30
|
components/__tests__/ProfileCard.spec.ts > ProfileCard > should render followed by info:
components/__tests__/ProfileCard.spec.ts#L206
Error: Snapshot `ProfileCard > should render followed by info 1` mismatched
- Expected
+ Received
@@ -1,8 +1,8 @@
"<div id="test-wrapper">
<div class="relative">
- <lukso-card variant="dapp" is-full-width="" shadow="small" border-radius="medium" class="-mx-4 -mt-6 w-screen sm:mx-0 sm:mt-0 sm:w-full">
+ <lukso-card variant="dapp" is-full-width="" shadow="small" border-radius="small" class="-mx-4 -mt-6 w-screen sm:mx-0 sm:mt-0 sm:w-full">
<div slot="header" class="relative flex size-full flex-col items-center">
<div class="absolute right-4 top-4 flex flex-col items-end gap-2">
<div>
<lukso-button size="small" variant="secondary" custom-class="px-0 overflow-hidden h-[30px]" class="h-[30px] min-w-[30px]">
<lukso-icon size="small" name="transaction-send" class="mx-1.5"></lukso-icon>
❯ components/__tests__/ProfileCard.spec.ts:206: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/
|