Improved Processing UX #741
sveltekit.yml
on: pull_request
unit-test
1m 46s
check
1m 20s
Annotations
2 errors
src/lib/components/accounts/tests/Mailkey.test.ts > Mailkey:
src/lib/components/accounts/tests/Mailkey.test.ts#L7
Error: Snapshot `Mailkey 1` mismatched
- Expected
+ Received
@@ -7,11 +7,11 @@
>
<header
class="svelte-65lbzd"
>
<button
- class="primary normal ghost svelte-141617s"
+ class="primary normal ghost svelte-12ugz1l"
title=""
type="button"
>
<svg
class="octicon octicon-x-circle"
@@ -69,20 +69,20 @@
<div
style="display: flex; flex-direction: row; flex-wrap: wrap; align-items: stretch; justify-content: center; gap: 1rem;"
>
<button
- class="primary normal minW svelte-141617s"
+ class="primary normal minW svelte-12ugz1l"
title=""
type="button"
>
Create new email address
</button>
<button
- class="danger normal minW svelte-141617s"
+ class="danger normal minW svelte-12ugz1l"
title=""
type="button"
>
Delete existing address
</button>
❯ src/lib/components/accounts/tests/Mailkey.test.ts:7:28
|
unit-test
Process completed with exit code 1.
|