mirror of
https://github.com/prymitive/karma
synced 2026-05-19 04:26:41 +00:00
chore(tests): update snapshots after font-awesome upgrade
This commit is contained in:
@@ -6,7 +6,7 @@ exports[`<FetchIndicator /> matches snapshot when fetch is in progress 1`] = `
|
||||
focusable=\\"false\\"
|
||||
data-prefix=\\"fas\\"
|
||||
data-icon=\\"circle-notch\\"
|
||||
class=\\"svg-inline--fa fa-circle-notch fa-w-16 fa-spin fa-lg mx-1 text-muted\\"
|
||||
class=\\"svg-inline--fa fa-circle-notch fa-w-16 fa-spin fa-lg fa-rotate-null fa-pull-null mx-1 text-muted\\"
|
||||
role=\\"img\\"
|
||||
xmlns=\\"http://www.w3.org/2000/svg\\"
|
||||
viewbox=\\"0 0 512 512\\"
|
||||
@@ -26,7 +26,7 @@ exports[`<FetchIndicator /> matches snapshot when idle 1`] = `
|
||||
focusable=\\"false\\"
|
||||
data-prefix=\\"fas\\"
|
||||
data-icon=\\"circle-notch\\"
|
||||
class=\\"svg-inline--fa fa-circle-notch fa-w-16 fa-lg mx-1 text-muted\\"
|
||||
class=\\"svg-inline--fa fa-circle-notch fa-w-16 fa-lg fa-rotate-null fa-pull-null mx-1 text-muted\\"
|
||||
role=\\"img\\"
|
||||
xmlns=\\"http://www.w3.org/2000/svg\\"
|
||||
viewbox=\\"0 0 512 512\\"
|
||||
@@ -46,7 +46,7 @@ exports[`<FetchIndicator /> matches snapshot when paused 1`] = `
|
||||
focusable=\\"false\\"
|
||||
data-prefix=\\"far\\"
|
||||
data-icon=\\"pause-circle\\"
|
||||
class=\\"svg-inline--fa fa-pause-circle fa-w-16 fa-lg mx-1 text-muted\\"
|
||||
class=\\"svg-inline--fa fa-pause-circle fa-w-16 fa-lg fa-rotate-null fa-pull-null mx-1 text-muted\\"
|
||||
role=\\"img\\"
|
||||
xmlns=\\"http://www.w3.org/2000/svg\\"
|
||||
viewbox=\\"0 0 512 512\\"
|
||||
@@ -66,7 +66,7 @@ exports[`<FetchIndicator /> matches snapshot when response is processed 1`] = `
|
||||
focusable=\\"false\\"
|
||||
data-prefix=\\"fas\\"
|
||||
data-icon=\\"circle-notch\\"
|
||||
class=\\"svg-inline--fa fa-circle-notch fa-w-16 fa-spin fa-lg mx-1 text-success\\"
|
||||
class=\\"svg-inline--fa fa-circle-notch fa-w-16 fa-spin fa-lg fa-rotate-null fa-pull-null mx-1 text-success\\"
|
||||
role=\\"img\\"
|
||||
xmlns=\\"http://www.w3.org/2000/svg\\"
|
||||
viewbox=\\"0 0 512 512\\"
|
||||
|
||||
@@ -9,7 +9,7 @@ exports[`<FilterInput /> matches snapshot on default render 1`] = `
|
||||
focusable=\\"false\\"
|
||||
data-prefix=\\"fas\\"
|
||||
data-icon=\\"search\\"
|
||||
class=\\"svg-inline--fa fa-search fa-w-16 \\"
|
||||
class=\\"svg-inline--fa fa-search fa-w-16 fa-null fa-rotate-null fa-pull-null \\"
|
||||
role=\\"img\\"
|
||||
xmlns=\\"http://www.w3.org/2000/svg\\"
|
||||
viewbox=\\"0 0 512 512\\"
|
||||
@@ -55,7 +55,7 @@ exports[`<FilterInput /> matches snapshot on default render 1`] = `
|
||||
focusable=\\"false\\"
|
||||
data-prefix=\\"fas\\"
|
||||
data-icon=\\"caret-down\\"
|
||||
class=\\"svg-inline--fa fa-caret-down fa-w-10 \\"
|
||||
class=\\"svg-inline--fa fa-caret-down fa-w-10 fa-null fa-rotate-null fa-pull-null \\"
|
||||
role=\\"img\\"
|
||||
xmlns=\\"http://www.w3.org/2000/svg\\"
|
||||
viewbox=\\"0 0 320 512\\"
|
||||
|
||||
Reference in New Issue
Block a user