chore(tests): update snapshots after font-awesome upgrade

This commit is contained in:
Łukasz Mierzwa
2019-09-29 15:37:05 +01:00
parent e4ab742b4c
commit 2b86aaaedb
17 changed files with 73 additions and 73 deletions

View File

@@ -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\\"

View File

@@ -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\\"