mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 19:04:38 +00:00
Fix snapshots
Signed-off-by: soupette <cyril.lpz@gmail.com>
This commit is contained in:
parent
b77b0644b9
commit
7e0d50c6da
@ -58,6 +58,7 @@ module.exports = {
|
||||
'<rootDir>/examples/getstarted/',
|
||||
'<rootDir>/packages/strapi-helper-plugin/dist/',
|
||||
'/OLD/',
|
||||
'__tests__',
|
||||
],
|
||||
setupFilesAfterEnv: [
|
||||
'<rootDir>/test/config/front/enzyme-setup.js',
|
||||
|
||||
@ -280,7 +280,7 @@ exports[`Admin | components | HeadersInput should render properly should match t
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
class="css-6q0nyr-Svg"
|
||||
class="css-tj5bde-Svg"
|
||||
focusable="false"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
@ -300,7 +300,7 @@ exports[`Admin | components | HeadersInput should render properly should match t
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
class="css-6q0nyr-Svg"
|
||||
class="css-tj5bde-Svg"
|
||||
focusable="false"
|
||||
height="20"
|
||||
viewBox="0 0 20 20"
|
||||
|
||||
@ -871,7 +871,7 @@ exports[`<Inputs /> should match the snapshot if type is headers 1`] = `
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
className="css-6q0nyr-Svg"
|
||||
className="css-tj5bde-Svg"
|
||||
focusable="false"
|
||||
height={20}
|
||||
viewBox="0 0 20 20"
|
||||
@ -893,7 +893,7 @@ exports[`<Inputs /> should match the snapshot if type is headers 1`] = `
|
||||
>
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
className="css-6q0nyr-Svg"
|
||||
className="css-tj5bde-Svg"
|
||||
focusable="false"
|
||||
height={20}
|
||||
viewBox="0 0 20 20"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user