Skip to content

Commit 3153a95

Browse files
committed
Update snapshots
1 parent db692b7 commit 3153a95

File tree

2 files changed

+12
-16
lines changed

2 files changed

+12
-16
lines changed

airbyte-webapp/src/components/CreateConnection/__snapshots__/CreateConnectionForm.test.tsx.snap

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -985,17 +985,15 @@ exports[`CreateConnectionForm should render with an error 1`] = `
985985
class="<removed-for-snapshot-test>"
986986
>
987987
<svg
988-
aria-hidden="true"
989-
class="<removed-for-snapshot-test>"
990-
data-icon="xmark"
991-
data-prefix="fas"
992-
focusable="false"
988+
data-icon="cross"
989+
fill="none"
990+
height="10"
993991
role="img"
994-
viewBox="0 0 320 512"
995-
xmlns="http://www.w3.org/2000/svg"
992+
viewBox="0 0 10 10"
993+
width="10"
996994
>
997995
<path
998-
d="M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z"
996+
d="M9.20495 0.71967C8.91206 0.426777 8.43718 0.426777 8.14429 0.71967L4.96234 3.90162L1.7804 0.719679C1.48751 0.426786 1.01263 0.426786 0.71974 0.719679C0.426847 1.01257 0.426847 1.48745 0.71974 1.78034L3.90168 4.96228L0.71967 8.14429C0.426777 8.43718 0.426777 8.91206 0.71967 9.20495C1.01256 9.49784 1.48744 9.49784 1.78033 9.20495L4.96234 6.02294L8.14436 9.20496C8.43725 9.49785 8.91213 9.49785 9.20502 9.20496C9.49791 8.91207 9.49791 8.43719 9.20502 8.1443L6.023 4.96228L9.20495 1.78033C9.49784 1.48744 9.49784 1.01256 9.20495 0.71967Z"
999997
fill="currentColor"
1000998
/>
1001999
</svg>

airbyte-webapp/src/pages/ConnectionPage/pages/ConnectionItemPage/__snapshots__/ConnectionReplicationTab.test.tsx.snap

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -812,17 +812,15 @@ exports[`ConnectionReplicationTab should show an error if there is a schemaError
812812
class="<removed-for-snapshot-test>"
813813
>
814814
<svg
815-
aria-hidden="true"
816-
class="<removed-for-snapshot-test>"
817-
data-icon="xmark"
818-
data-prefix="fas"
819-
focusable="false"
815+
data-icon="cross"
816+
fill="none"
817+
height="10"
820818
role="img"
821-
viewBox="0 0 320 512"
822-
xmlns="http://www.w3.org/2000/svg"
819+
viewBox="0 0 10 10"
820+
width="10"
823821
>
824822
<path
825-
d="M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z"
823+
d="M9.20495 0.71967C8.91206 0.426777 8.43718 0.426777 8.14429 0.71967L4.96234 3.90162L1.7804 0.719679C1.48751 0.426786 1.01263 0.426786 0.71974 0.719679C0.426847 1.01257 0.426847 1.48745 0.71974 1.78034L3.90168 4.96228L0.71967 8.14429C0.426777 8.43718 0.426777 8.91206 0.71967 9.20495C1.01256 9.49784 1.48744 9.49784 1.78033 9.20495L4.96234 6.02294L8.14436 9.20496C8.43725 9.49785 8.91213 9.49785 9.20502 9.20496C9.49791 8.91207 9.49791 8.43719 9.20502 8.1443L6.023 4.96228L9.20495 1.78033C9.49784 1.48744 9.49784 1.01256 9.20495 0.71967Z"
826824
fill="currentColor"
827825
/>
828826
</svg>

0 commit comments

Comments
 (0)