Skip to content

Commit 0b07e32

Browse files
committed
Address feedback
1 parent 28436a5 commit 0b07e32

File tree

69 files changed

+469
-465
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+469
-465
lines changed

packages/react-code-editor/src/components/CodeEditor/__test__/__snapshots__/CodeEditor.test.tsx.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ exports[`Matches snapshot with control buttons enabled 1`] = `
3030
>
3131
<svg
3232
aria-hidden="true"
33-
class="pf-v6-svg undefined"
33+
class="pf-v6-svg"
3434
fill="currentColor"
3535
height="1em"
3636
role="img"
@@ -60,7 +60,7 @@ exports[`Matches snapshot with control buttons enabled 1`] = `
6060
>
6161
<svg
6262
aria-hidden="true"
63-
class="pf-v6-svg undefined"
63+
class="pf-v6-svg"
6464
fill="currentColor"
6565
height="1em"
6666
role="img"
@@ -90,7 +90,7 @@ exports[`Matches snapshot with control buttons enabled 1`] = `
9090
>
9191
<svg
9292
aria-hidden="true"
93-
class="pf-v6-svg undefined"
93+
class="pf-v6-svg"
9494
fill="currentColor"
9595
height="1em"
9696
role="img"

packages/react-core/src/components/AboutModal/__tests__/__snapshots__/AboutModalBoxCloseButton.test.tsx.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ exports[`AboutModalBoxCloseButton Test 1`] = `
1818
>
1919
<svg
2020
aria-hidden="true"
21-
class="pf-v6-svg undefined"
21+
class="pf-v6-svg"
2222
fill="currentColor"
2323
height="1em"
2424
role="img"
@@ -53,7 +53,7 @@ exports[`AboutModalBoxCloseButton Test close button aria label 1`] = `
5353
>
5454
<svg
5555
aria-hidden="true"
56-
class="pf-v6-svg undefined"
56+
class="pf-v6-svg"
5757
fill="currentColor"
5858
height="1em"
5959
role="img"
@@ -88,7 +88,7 @@ exports[`AboutModalBoxCloseButton Test onclose 1`] = `
8888
>
8989
<svg
9090
aria-hidden="true"
91-
class="pf-v6-svg undefined"
91+
class="pf-v6-svg"
9292
fill="currentColor"
9393
height="1em"
9494
role="img"

packages/react-core/src/components/Alert/__tests__/Generated/__snapshots__/AlertActionCloseButton.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ exports[`AlertActionCloseButton should match snapshot 1`] = `
1515
>
1616
<svg
1717
aria-hidden="true"
18-
class="pf-v6-svg undefined"
18+
class="pf-v6-svg"
1919
fill="currentColor"
2020
height="1em"
2121
role="img"

packages/react-core/src/components/Alert/__tests__/Generated/__snapshots__/AlertIcon.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exports[`AlertIcon should match snapshot (auto-generated) 1`] = `
77
>
88
<svg
99
aria-hidden="true"
10-
class="pf-v6-svg undefined"
10+
class="pf-v6-svg"
1111
fill="currentColor"
1212
height="1em"
1313
role="img"

packages/react-core/src/components/Alert/__tests__/__snapshots__/AlertActionCloseButton.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ exports[`Matches the snapshot 1`] = `
2424
>
2525
<svg
2626
aria-hidden="true"
27-
class="pf-v6-svg undefined"
27+
class="pf-v6-svg"
2828
fill="currentColor"
2929
height="1em"
3030
role="img"

packages/react-core/src/components/BackToTop/__tests__/__snapshots__/BackToTop.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ exports[`Matches the snapshot 1`] = `
2727
>
2828
<svg
2929
aria-hidden="true"
30-
class="pf-v6-svg undefined"
30+
class="pf-v6-svg"
3131
fill="currentColor"
3232
height="1em"
3333
role="img"

packages/react-core/src/components/Breadcrumb/__tests__/__snapshots__/Breadcrumb.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ exports[`Breadcrumb component should render breadcrumb with children 1`] = `
4949
>
5050
<svg
5151
aria-hidden="true"
52-
class="pf-v6-svg undefined"
52+
class="pf-v6-svg"
5353
fill="currentColor"
5454
height="1em"
5555
role="img"

packages/react-core/src/components/Card/__tests__/__snapshots__/CardHeader.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ exports[`CardHeader onExpand adds the toggle button 1`] = `
3535
>
3636
<svg
3737
aria-hidden="true"
38-
class="pf-v6-svg undefined"
38+
class="pf-v6-svg"
3939
fill="currentColor"
4040
height="1em"
4141
role="img"

packages/react-core/src/components/ClipboardCopy/__tests__/__snapshots__/ClipboardCopyButton.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ exports[`Matches snapshot 1`] = `
4242
>
4343
<svg
4444
aria-hidden="true"
45-
class="pf-v6-svg undefined"
45+
class="pf-v6-svg"
4646
fill="currentColor"
4747
height="1em"
4848
role="img"

packages/react-core/src/components/ClipboardCopy/__tests__/__snapshots__/ClipboardCopyToggle.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ exports[`Matches snapshot 1`] = `
2121
>
2222
<svg
2323
aria-hidden="true"
24-
class="pf-v6-svg undefined"
24+
class="pf-v6-svg"
2525
fill="currentColor"
2626
height="1em"
2727
role="img"

0 commit comments

Comments
 (0)