File tree Expand file tree Collapse file tree 2 files changed +12
-16
lines changed
components/CreateConnection/__snapshots__
pages/ConnectionPage/pages/ConnectionItemPage/__snapshots__ Expand file tree Collapse file tree 2 files changed +12
-16
lines changed Original file line number Diff line number Diff line change @@ -985,17 +985,15 @@ exports[`CreateConnectionForm should render with an error 1`] = `
985
985
class = " <removed-for-snapshot-test>"
986
986
>
987
987
<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"
993
991
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 "
996
994
>
997
995
<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 "
999
997
fill = " currentColor"
1000
998
/>
1001
999
</svg >
Original file line number Diff line number Diff line change @@ -812,17 +812,15 @@ exports[`ConnectionReplicationTab should show an error if there is a schemaError
812
812
class = " <removed-for-snapshot-test>"
813
813
>
814
814
<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"
820
818
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 "
823
821
>
824
822
<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 "
826
824
fill = " currentColor"
827
825
/>
828
826
</svg >
You can’t perform that action at this time.
0 commit comments