Playwright + No Babel #35
Annotations
7 errors and 2 warnings
|
coverage
Process completed with exit code 1.
|
|
components/ReusableSections/SponsorsSection/__tests__/SponsorsSection.test.tsx > SponsorsSection > should render:
test-utils/createSnapshotTest.js#L12
Error: Snapshot `SponsorsSection > should render 1` mismatched
- Expected
+ Received
@@ -8,20 +8,20 @@
<div
className="flex justify-center"
>
<h3
className="group flex uppercase text-center my-4 mx-0 border-solid border-b-4 border-b-primary"
+ id="sponsors-link"
>
<div
className="relative"
data-testid="Heading Content sponsors-link"
>
<a
- className="hidden absolute top-2 -left-8 transition-all duration-200 ease-linear sm:inline sm:opacity-0 sm:group-hover:opacity-100"
+ className="absolute top-2 -left-8 invisible group-hover:visible focus-visible:visible"
data-testid="Hash Link"
href="#sponsors-link"
- id="sponsors-link"
>
<span
className="sr-only"
data-testid="SCREEN_READER_ONLY"
>
@@ -45,20 +45,20 @@
<div
className="flex justify-center"
>
<h4
className="group flex uppercase text-center my-4 mx-0"
+ id="corporate-partners-link"
>
<div
className="relative"
data-testid="Heading Content corporate-partners-link"
>
<a
- className="hidden absolute top-2 -left-8 transition-all duration-200 ease-linear sm:inline sm:opacity-0 sm:group-hover:opacity-100"
+ className="absolute top-2 -left-8 invisible group-hover:visible focus-visible:visible"
data-testid="Hash Link"
href="#corporate-partners-link"
- id="corporate-partners-link"
>
<span
className="sr-only"
data-testid="SCREEN_READER_ONLY"
>
@@ -208,20 +208,20 @@
<div
className="flex justify-center"
>
<h4
className="group flex uppercase text-center my-4 mx-0"
+ id="corporate-supporters-link"
>
<div
className="relative"
data-testid="Heading Content corporate-supporters-link"
>
<a
- className="hidden absolute top-2 -left-8 transition-all duration-200 ease-linear sm:inline sm:opacity-0 sm:group-hover:opacity-100"
+ className="absolute top-2 -left-8 invisible group-hover:visible focus-visible:visible"
data-testid="Hash Link"
href="#corporate-supporters-link"
- id="corporate-supporters-link"
>
<span
className="sr-only"
data-testid="SCREEN_READER_ONLY"
>
❯ __vite_ssr_export_default__ test-utils/createSnapshotTest.js:12:16
❯ components/ReusableSections/SponsorsSection/__tests__/SponsorsSection.test.tsx:11:5
|
|
components/ReusableSections/JoinSection/__tests__/JoinSection.test.tsx > JoinSection > should render:
test-utils/createSnapshotTest.js#L12
Error: Snapshot `JoinSection > should render 1` mismatched
- Expected
+ Received
@@ -8,20 +8,20 @@
<div
className="flex justify-center"
>
<h3
className="group flex uppercase text-center my-4 mx-0"
+ id="join-our-thriving-community-link"
>
<div
className="relative"
data-testid="Heading Content join-our-thriving-community-link"
>
<a
- className="hidden absolute top-2 -left-8 transition-all duration-200 ease-linear sm:inline sm:opacity-0 sm:group-hover:opacity-100"
+ className="absolute top-2 -left-8 invisible group-hover:visible focus-visible:visible"
data-testid="Hash Link"
href="#join-our-thriving-community-link"
- id="join-our-thriving-community-link"
>
<span
className="sr-only"
data-testid="SCREEN_READER_ONLY"
>
❯ __vite_ssr_export_default__ test-utils/createSnapshotTest.js:12:16
❯ components/ReusableSections/JoinSection/__tests__/JoinSection.test.tsx:10:5
|
|
components/Forms/UpdateProfileForm/__tests__/UpdateProfileForm.test.tsx > UpdateProfileForm > should render with required props:
test-utils/createSnapshotTest.js#L12
Error: Snapshot `UpdateProfileForm > should render with required props 1` mismatched
- Expected
+ Received
@@ -216,10 +216,11 @@
<div
className="flex items-center justify-center gap-3 flex-wrap [&>button]:flex-1"
>
<button
className="inline-block font-din-condensed rounded leading-none border-4 border-solid cursor-pointer font-bold text-center uppercase py-4 px-3 text-shadow-[initial] whitespace-nowrap transition-all duration-200 ease-linear min-w-[175px] focus-visible:bg-transparent hover:bg-transparent disabled:opacity-60 disabled:hover:cursor-not-allowed bg-secondary border-secondary outline-secondary text-primary focus-visible:text-secondary hover:text-secondary group w-full"
+ data-loading={false}
data-testid="SUBMIT_STEP_BUTTON"
disabled={false}
onClick={[Function]}
tabIndex={0}
type="submit"
❯ Module.__vite_ssr_export_default__ test-utils/createSnapshotTest.js:12:16
❯ components/Forms/UpdateProfileForm/__tests__/UpdateProfileForm.test.tsx:10:5
|
|
components/Heading/__tests__/Heading.test.tsx > Heading > should render with many props assigned:
test-utils/createSnapshotTest.js#L12
Error: Snapshot `Heading > should render with many props assigned 1` mismatched
- Expected
+ Received
<div
className="flex justify-center"
>
<h5
className="group flex uppercase text-center my-4 mx-0 border-solid border-b-4 border-b-primary"
+ id="test-link"
>
Test
</h5>
</div>
❯ __vite_ssr_export_default__ test-utils/createSnapshotTest.js:12:16
❯ components/Heading/__tests__/Heading.test.tsx:14:5
|
|
components/Heading/__tests__/Heading.test.tsx > Heading > should render with required props:
test-utils/createSnapshotTest.js#L12
Error: Snapshot `Heading > should render with required props 1` mismatched
- Expected
+ Received
@@ -1,20 +1,20 @@
<div
className="flex justify-center"
>
<h2
className="group flex uppercase text-center my-4 mx-0"
+ id="test-link"
>
<div
className="relative"
data-testid="Heading Content test-link"
>
<a
- className="hidden absolute top-2 -left-8 transition-all duration-200 ease-linear sm:inline sm:opacity-0 sm:group-hover:opacity-100"
+ className="absolute top-2 -left-8 invisible group-hover:visible focus-visible:visible"
data-testid="Hash Link"
href="#test-link"
- id="test-link"
>
<span
className="sr-only"
data-testid="SCREEN_READER_ONLY"
>
❯ __vite_ssr_export_default__ test-utils/createSnapshotTest.js:12:16
❯ components/Heading/__tests__/Heading.test.tsx:10:5
|
|
components/Content/__tests__/Content.test.tsx > Content > should render with many props assigned:
test-utils/createSnapshotTest.js#L12
Error: Snapshot `Content > should render with many props assigned 1` mismatched
- Expected
+ Received
@@ -8,20 +8,20 @@
<div
className="flex justify-center"
>
<h3
className="group flex uppercase text-center my-4 mx-0 border-solid border-b-4 border-b-primary"
+ id="testing-link"
>
<div
className="relative"
data-testid="Heading Content testing-link"
>
<a
- className="hidden absolute top-2 -left-8 transition-all duration-200 ease-linear sm:inline sm:opacity-0 sm:group-hover:opacity-100"
+ className="absolute top-2 -left-8 invisible group-hover:visible focus-visible:visible"
data-testid="Hash Link"
href="#testing-link"
- id="testing-link"
>
<span
className="sr-only"
data-testid="SCREEN_READER_ONLY"
>
❯ __vite_ssr_export_default__ test-utils/createSnapshotTest.js:12:16
❯ components/Content/__tests__/Content.test.tsx:21:5
|
|
coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|