Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(CI): Update snapshot tests #10922

Merged
merged 1 commit into from
Sep 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ exports[`With popover opened 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<svg
aria-hidden="true"
Expand Down Expand Up @@ -840,7 +840,7 @@ exports[`disabled date picker 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<svg
aria-hidden="true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ exports[`Drawer expands from bottom 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<svg
aria-hidden="true"
Expand Down Expand Up @@ -136,7 +136,7 @@ exports[`Drawer has resizable callback and id 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<svg
aria-hidden="true"
Expand Down Expand Up @@ -231,7 +231,7 @@ exports[`Drawer has resizable css and color variants 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<svg
aria-hidden="true"
Expand Down Expand Up @@ -360,7 +360,7 @@ exports[`Drawer isExpanded = true and isInline = false and isStatic = false 1`]
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<svg
aria-hidden="true"
Expand Down Expand Up @@ -434,7 +434,7 @@ exports[`Drawer isExpanded = true and isInline = false and isStatic = true 1`] =
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<svg
aria-hidden="true"
Expand Down Expand Up @@ -508,7 +508,7 @@ exports[`Drawer isExpanded = true and isInline = true and isStatic = false 1`] =
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<svg
aria-hidden="true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ exports[`Disclosure ExpandableSection 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<span
class="pf-v6-c-expandable-section__toggle-icon"
Expand Down Expand Up @@ -136,7 +136,7 @@ exports[`ExpandableSection 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<span
class="pf-v6-c-expandable-section__toggle-icon"
Expand Down Expand Up @@ -191,7 +191,7 @@ exports[`Renders ExpandableSection expanded 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<span
class="pf-v6-c-expandable-section__toggle-icon"
Expand Down Expand Up @@ -245,7 +245,7 @@ exports[`Renders ExpandableSection indented 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<span
class="pf-v6-c-expandable-section__toggle-icon"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exports[`numberInput disables lower threshold 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<span
class="pf-v6-c-number-input__icon"
Expand Down Expand Up @@ -75,7 +75,7 @@ exports[`numberInput disables lower threshold 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<span
class="pf-v6-c-number-input__icon"
Expand Down Expand Up @@ -123,7 +123,7 @@ exports[`numberInput disables upper threshold 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<span
class="pf-v6-c-number-input__icon"
Expand Down Expand Up @@ -177,7 +177,7 @@ exports[`numberInput disables upper threshold 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<span
class="pf-v6-c-number-input__icon"
Expand Down Expand Up @@ -226,7 +226,7 @@ exports[`numberInput passes button props successfully 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<span
class="pf-v6-c-number-input__icon"
Expand Down Expand Up @@ -280,7 +280,7 @@ exports[`numberInput passes button props successfully 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<span
class="pf-v6-c-number-input__icon"
Expand Down Expand Up @@ -328,7 +328,7 @@ exports[`numberInput passes input props successfully 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<span
class="pf-v6-c-number-input__icon"
Expand Down Expand Up @@ -381,7 +381,7 @@ exports[`numberInput passes input props successfully 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<span
class="pf-v6-c-number-input__icon"
Expand Down Expand Up @@ -430,7 +430,7 @@ exports[`numberInput renders custom width 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<span
class="pf-v6-c-number-input__icon"
Expand Down Expand Up @@ -483,7 +483,7 @@ exports[`numberInput renders custom width 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<span
class="pf-v6-c-number-input__icon"
Expand Down Expand Up @@ -532,7 +532,7 @@ exports[`numberInput renders defaults & extra props 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<span
class="pf-v6-c-number-input__icon"
Expand Down Expand Up @@ -585,7 +585,7 @@ exports[`numberInput renders defaults & extra props 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<span
class="pf-v6-c-number-input__icon"
Expand Down Expand Up @@ -634,7 +634,7 @@ exports[`numberInput renders disabled 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<span
class="pf-v6-c-number-input__icon"
Expand Down Expand Up @@ -689,7 +689,7 @@ exports[`numberInput renders disabled 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<span
class="pf-v6-c-number-input__icon"
Expand Down Expand Up @@ -737,7 +737,7 @@ exports[`numberInput renders error validated 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<span
class="pf-v6-c-number-input__icon"
Expand Down Expand Up @@ -811,7 +811,7 @@ exports[`numberInput renders error validated 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<span
class="pf-v6-c-number-input__icon"
Expand Down Expand Up @@ -859,7 +859,7 @@ exports[`numberInput renders success validated 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<span
class="pf-v6-c-number-input__icon"
Expand Down Expand Up @@ -933,7 +933,7 @@ exports[`numberInput renders success validated 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<span
class="pf-v6-c-number-input__icon"
Expand Down Expand Up @@ -986,7 +986,7 @@ exports[`numberInput renders unit & position 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<span
class="pf-v6-c-number-input__icon"
Expand Down Expand Up @@ -1039,7 +1039,7 @@ exports[`numberInput renders unit & position 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<span
class="pf-v6-c-number-input__icon"
Expand Down Expand Up @@ -1087,7 +1087,7 @@ exports[`numberInput renders unit 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<span
class="pf-v6-c-number-input__icon"
Expand Down Expand Up @@ -1140,7 +1140,7 @@ exports[`numberInput renders unit 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<span
class="pf-v6-c-number-input__icon"
Expand Down Expand Up @@ -1193,7 +1193,7 @@ exports[`numberInput renders value 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<span
class="pf-v6-c-number-input__icon"
Expand Down Expand Up @@ -1246,7 +1246,7 @@ exports[`numberInput renders value 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<span
class="pf-v6-c-number-input__icon"
Expand Down Expand Up @@ -1294,7 +1294,7 @@ exports[`numberInput renders warning validated 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<span
class="pf-v6-c-number-input__icon"
Expand Down Expand Up @@ -1368,7 +1368,7 @@ exports[`numberInput renders warning validated 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<span
class="pf-v6-c-number-input__icon"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ exports[`renders tab action 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<span
class="pf-v6-c-tabs__item-action-icon"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ exports[`renders some divs 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<span
class="pf-v6-c-data-list__item-draggable-icon"
Expand Down Expand Up @@ -63,7 +63,7 @@ exports[`renders some divs 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<span
class="pf-v6-c-data-list__item-draggable-icon"
Expand Down Expand Up @@ -103,7 +103,7 @@ exports[`renders some divs 1`] = `
type="button"
>
<span
class="pf-v6-c-button__icon pf-m-start"
class="pf-v6-c-button__icon"
>
<span
class="pf-v6-c-data-list__item-draggable-icon"
Expand Down
Loading
Loading