mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 02:44:55 +00:00
update snapshots
This commit is contained in:
parent
a862355883
commit
d5127d16f3
@ -235,6 +235,7 @@ describe('<InputUID />', () => {
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="false"
|
||||
class="c6"
|
||||
id="textinput-1"
|
||||
name="test"
|
||||
|
||||
@ -210,6 +210,76 @@ exports[`Content-Manager || RelationInput should render and match snapshot 1`] =
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.c19 {
|
||||
display: -webkit-inline-box;
|
||||
display: -webkit-inline-flex;
|
||||
display: -ms-inline-flexbox;
|
||||
display: inline-flex;
|
||||
-webkit-align-items: center;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
-webkit-text-decoration: none;
|
||||
text-decoration: none;
|
||||
color: #4945ff;
|
||||
position: relative;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.c19 svg path {
|
||||
-webkit-transition: fill 150ms ease-out;
|
||||
transition: fill 150ms ease-out;
|
||||
fill: currentColor;
|
||||
}
|
||||
|
||||
.c19 svg {
|
||||
font-size: 0.625rem;
|
||||
}
|
||||
|
||||
.c19 .c5 {
|
||||
-webkit-transition: color 150ms ease-out;
|
||||
transition: color 150ms ease-out;
|
||||
color: currentColor;
|
||||
}
|
||||
|
||||
.c19:hover {
|
||||
color: #7b79ff;
|
||||
}
|
||||
|
||||
.c19:active {
|
||||
color: #271fe0;
|
||||
}
|
||||
|
||||
.c19:after {
|
||||
-webkit-transition-property: all;
|
||||
transition-property: all;
|
||||
-webkit-transition-duration: 0.2s;
|
||||
transition-duration: 0.2s;
|
||||
border-radius: 8px;
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: -4px;
|
||||
bottom: -4px;
|
||||
left: -4px;
|
||||
right: -4px;
|
||||
border: 2px solid transparent;
|
||||
}
|
||||
|
||||
.c19:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.c19:focus-visible:after {
|
||||
border-radius: 8px;
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: -5px;
|
||||
bottom: -5px;
|
||||
left: -5px;
|
||||
right: -5px;
|
||||
border: 2px solid #4945ff;
|
||||
}
|
||||
|
||||
.c28 path {
|
||||
fill: #666687;
|
||||
}
|
||||
@ -308,76 +378,6 @@ exports[`Content-Manager || RelationInput should render and match snapshot 1`] =
|
||||
color: #328048;
|
||||
}
|
||||
|
||||
.c19 {
|
||||
display: -webkit-inline-box;
|
||||
display: -webkit-inline-flex;
|
||||
display: -ms-inline-flexbox;
|
||||
display: inline-flex;
|
||||
-webkit-align-items: center;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
-webkit-text-decoration: none;
|
||||
text-decoration: none;
|
||||
color: #4945ff;
|
||||
position: relative;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.c19 svg path {
|
||||
-webkit-transition: fill 150ms ease-out;
|
||||
transition: fill 150ms ease-out;
|
||||
fill: currentColor;
|
||||
}
|
||||
|
||||
.c19 svg {
|
||||
font-size: 0.625rem;
|
||||
}
|
||||
|
||||
.c19 .c5 {
|
||||
-webkit-transition: color 150ms ease-out;
|
||||
transition: color 150ms ease-out;
|
||||
color: currentColor;
|
||||
}
|
||||
|
||||
.c19:hover {
|
||||
color: #7b79ff;
|
||||
}
|
||||
|
||||
.c19:active {
|
||||
color: #271fe0;
|
||||
}
|
||||
|
||||
.c19:after {
|
||||
-webkit-transition-property: all;
|
||||
transition-property: all;
|
||||
-webkit-transition-duration: 0.2s;
|
||||
transition-duration: 0.2s;
|
||||
border-radius: 8px;
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: -4px;
|
||||
bottom: -4px;
|
||||
left: -4px;
|
||||
right: -4px;
|
||||
border: 2px solid transparent;
|
||||
}
|
||||
|
||||
.c19:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.c19:focus-visible:after {
|
||||
border-radius: 8px;
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: -5px;
|
||||
bottom: -5px;
|
||||
left: -5px;
|
||||
right: -5px;
|
||||
border: 2px solid #4945ff;
|
||||
}
|
||||
|
||||
.c17 {
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
|
||||
@ -947,7 +947,6 @@ exports[`EditSettingsView renders and matches the snapshot 1`] = `
|
||||
<span
|
||||
class="c7 c25"
|
||||
for="select-1"
|
||||
id="select-1-label"
|
||||
>
|
||||
<div
|
||||
class="c1 c10"
|
||||
@ -2406,7 +2405,6 @@ exports[`EditSettingsView should add field 1`] = `
|
||||
<span
|
||||
class="c7 c25"
|
||||
for="select-11"
|
||||
id="select-11-label"
|
||||
>
|
||||
<div
|
||||
class="c1 c10"
|
||||
|
||||
@ -84,7 +84,7 @@ describe('<DraftAndPublishBadge />', () => {
|
||||
class="c0"
|
||||
>
|
||||
<div
|
||||
class="c1 sc-dcgwPl cizjuL"
|
||||
class="c1 sc-ehIJor wxhvj"
|
||||
>
|
||||
<svg
|
||||
class="c2"
|
||||
@ -184,7 +184,7 @@ describe('<DraftAndPublishBadge />', () => {
|
||||
class="c0"
|
||||
>
|
||||
<div
|
||||
class="c1 sc-dcgwPl cizjuL"
|
||||
class="c1 sc-ehIJor wxhvj"
|
||||
>
|
||||
<svg
|
||||
class="c2"
|
||||
|
||||
@ -1007,6 +1007,7 @@ exports[`ADMIN | CM | LV | Configure the view renders and matches the snapshot 1
|
||||
</div>
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-required="false"
|
||||
checked=""
|
||||
class="c40"
|
||||
id="toggleinput-1"
|
||||
@ -1077,6 +1078,7 @@ exports[`ADMIN | CM | LV | Configure the view renders and matches the snapshot 1
|
||||
</div>
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-required="false"
|
||||
checked=""
|
||||
class="c40"
|
||||
id="toggleinput-2"
|
||||
@ -1147,6 +1149,7 @@ exports[`ADMIN | CM | LV | Configure the view renders and matches the snapshot 1
|
||||
</div>
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-required="false"
|
||||
class="c40"
|
||||
id="toggleinput-3"
|
||||
name="settings.bulkable"
|
||||
@ -1175,7 +1178,6 @@ exports[`ADMIN | CM | LV | Configure the view renders and matches the snapshot 1
|
||||
<span
|
||||
class="c10 c29"
|
||||
for="select-4"
|
||||
id="select-4-label"
|
||||
>
|
||||
<div
|
||||
class="c0 c13"
|
||||
@ -1266,7 +1268,6 @@ exports[`ADMIN | CM | LV | Configure the view renders and matches the snapshot 1
|
||||
<span
|
||||
class="c10 c29"
|
||||
for="select-5"
|
||||
id="select-5-label"
|
||||
>
|
||||
<div
|
||||
class="c0 c13"
|
||||
@ -1350,7 +1351,6 @@ exports[`ADMIN | CM | LV | Configure the view renders and matches the snapshot 1
|
||||
<span
|
||||
class="c10 c29"
|
||||
for="select-6"
|
||||
id="select-6-label"
|
||||
>
|
||||
<div
|
||||
class="c0 c13"
|
||||
@ -2736,6 +2736,7 @@ exports[`ADMIN | CM | LV | Configure the view should add field 1`] = `
|
||||
</div>
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-required="false"
|
||||
checked=""
|
||||
class="c40"
|
||||
id="toggleinput-31"
|
||||
@ -2806,6 +2807,7 @@ exports[`ADMIN | CM | LV | Configure the view should add field 1`] = `
|
||||
</div>
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-required="false"
|
||||
checked=""
|
||||
class="c40"
|
||||
id="toggleinput-32"
|
||||
@ -2876,6 +2878,7 @@ exports[`ADMIN | CM | LV | Configure the view should add field 1`] = `
|
||||
</div>
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-required="false"
|
||||
class="c40"
|
||||
id="toggleinput-33"
|
||||
name="settings.bulkable"
|
||||
@ -2904,7 +2907,6 @@ exports[`ADMIN | CM | LV | Configure the view should add field 1`] = `
|
||||
<span
|
||||
class="c10 c29"
|
||||
for="select-34"
|
||||
id="select-34-label"
|
||||
>
|
||||
<div
|
||||
class="c0 c13"
|
||||
@ -2995,7 +2997,6 @@ exports[`ADMIN | CM | LV | Configure the view should add field 1`] = `
|
||||
<span
|
||||
class="c10 c29"
|
||||
for="select-35"
|
||||
id="select-35-label"
|
||||
>
|
||||
<div
|
||||
class="c0 c13"
|
||||
@ -3079,7 +3080,6 @@ exports[`ADMIN | CM | LV | Configure the view should add field 1`] = `
|
||||
<span
|
||||
class="c10 c29"
|
||||
for="select-36"
|
||||
id="select-36-label"
|
||||
>
|
||||
<div
|
||||
class="c0 c13"
|
||||
|
||||
@ -670,7 +670,6 @@ describe('ADMIN | PAGES | AUTH | BaseLogin', () => {
|
||||
<label
|
||||
class="c8 c15"
|
||||
for="textinput-1"
|
||||
required=""
|
||||
>
|
||||
<div
|
||||
class="c1 c4"
|
||||
@ -689,6 +688,7 @@ describe('ADMIN | PAGES | AUTH | BaseLogin', () => {
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="true"
|
||||
class="c20"
|
||||
id="textinput-1"
|
||||
name="email"
|
||||
@ -708,7 +708,6 @@ describe('ADMIN | PAGES | AUTH | BaseLogin', () => {
|
||||
<label
|
||||
class="c8 c15"
|
||||
for="textinput-2"
|
||||
required=""
|
||||
>
|
||||
<div
|
||||
class="c1 c4"
|
||||
@ -727,6 +726,7 @@ describe('ADMIN | PAGES | AUTH | BaseLogin', () => {
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="true"
|
||||
class="c21 c22"
|
||||
id="textinput-2"
|
||||
name="password"
|
||||
|
||||
@ -831,7 +831,6 @@ describe('ADMIN | PAGES | AUTH | Register', () => {
|
||||
<label
|
||||
class="c5 c26"
|
||||
for="textinput-2"
|
||||
required=""
|
||||
>
|
||||
<div
|
||||
class="c0 c13"
|
||||
@ -850,6 +849,7 @@ describe('ADMIN | PAGES | AUTH | Register', () => {
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="true"
|
||||
class="c31"
|
||||
id="textinput-2"
|
||||
name="firstname"
|
||||
@ -889,6 +889,7 @@ describe('ADMIN | PAGES | AUTH | Register', () => {
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="false"
|
||||
class="c31"
|
||||
id="textinput-3"
|
||||
name="lastname"
|
||||
@ -910,7 +911,6 @@ describe('ADMIN | PAGES | AUTH | Register', () => {
|
||||
<label
|
||||
class="c5 c26"
|
||||
for="textinput-4"
|
||||
required=""
|
||||
>
|
||||
<div
|
||||
class="c0 c13"
|
||||
@ -929,6 +929,7 @@ describe('ADMIN | PAGES | AUTH | Register', () => {
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="true"
|
||||
class="c31"
|
||||
id="textinput-4"
|
||||
name="email"
|
||||
@ -948,7 +949,6 @@ describe('ADMIN | PAGES | AUTH | Register', () => {
|
||||
<label
|
||||
class="c5 c26"
|
||||
for="textinput-5"
|
||||
required=""
|
||||
>
|
||||
<div
|
||||
class="c0 c13"
|
||||
@ -968,6 +968,7 @@ describe('ADMIN | PAGES | AUTH | Register', () => {
|
||||
aria-describedby="textinput-5-hint"
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="true"
|
||||
class="c32 c33"
|
||||
id="textinput-5"
|
||||
name="password"
|
||||
@ -1015,7 +1016,6 @@ describe('ADMIN | PAGES | AUTH | Register', () => {
|
||||
<label
|
||||
class="c5 c26"
|
||||
for="textinput-6"
|
||||
required=""
|
||||
>
|
||||
<div
|
||||
class="c0 c13"
|
||||
@ -1034,6 +1034,7 @@ describe('ADMIN | PAGES | AUTH | Register', () => {
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="true"
|
||||
class="c32 c33"
|
||||
id="textinput-6"
|
||||
name="confirmPassword"
|
||||
|
||||
@ -694,7 +694,6 @@ describe('ADMIN | PAGES | AUTH | ResetPassword', () => {
|
||||
<label
|
||||
class="c5 c21"
|
||||
for="textinput-2"
|
||||
required=""
|
||||
>
|
||||
<div
|
||||
class="c0 c13"
|
||||
@ -714,6 +713,7 @@ describe('ADMIN | PAGES | AUTH | ResetPassword', () => {
|
||||
aria-describedby="textinput-2-hint"
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="true"
|
||||
class="c26 c27"
|
||||
id="textinput-2"
|
||||
name="password"
|
||||
@ -761,7 +761,6 @@ describe('ADMIN | PAGES | AUTH | ResetPassword', () => {
|
||||
<label
|
||||
class="c5 c21"
|
||||
for="textinput-3"
|
||||
required=""
|
||||
>
|
||||
<div
|
||||
class="c0 c13"
|
||||
@ -780,6 +779,7 @@ describe('ADMIN | PAGES | AUTH | ResetPassword', () => {
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="true"
|
||||
class="c26 c27"
|
||||
id="textinput-3"
|
||||
name="confirmPassword"
|
||||
|
||||
@ -1051,6 +1051,7 @@ exports[`Marketplace page - layout renders the online layout 1`] = `
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="false"
|
||||
class="c25"
|
||||
id="field-1"
|
||||
name="searchbar"
|
||||
|
||||
@ -1051,6 +1051,7 @@ exports[`Marketplace page - plugins tab renders and matches the plugin tab snaps
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="false"
|
||||
class="c25"
|
||||
id="field-1"
|
||||
name="searchbar"
|
||||
|
||||
@ -1046,6 +1046,7 @@ exports[`Marketplace page - providers tab renders and matches the providers tab
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="false"
|
||||
class="c25"
|
||||
id="field-1"
|
||||
name="searchbar"
|
||||
|
||||
@ -649,7 +649,6 @@ exports[`ADMIN | Pages | Profile page renders and matches the snapshot 1`] = `
|
||||
<label
|
||||
class="c5 c22"
|
||||
for="firstname"
|
||||
required=""
|
||||
>
|
||||
<div
|
||||
class="c1 c4"
|
||||
@ -668,6 +667,7 @@ exports[`ADMIN | Pages | Profile page renders and matches the snapshot 1`] = `
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="true"
|
||||
class="c26"
|
||||
id="firstname"
|
||||
name="firstname"
|
||||
@ -709,6 +709,7 @@ exports[`ADMIN | Pages | Profile page renders and matches the snapshot 1`] = `
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="false"
|
||||
class="c26"
|
||||
id="lastname"
|
||||
name="lastname"
|
||||
@ -737,7 +738,6 @@ exports[`ADMIN | Pages | Profile page renders and matches the snapshot 1`] = `
|
||||
<label
|
||||
class="c5 c22"
|
||||
for="email"
|
||||
required=""
|
||||
>
|
||||
<div
|
||||
class="c1 c4"
|
||||
@ -756,6 +756,7 @@ exports[`ADMIN | Pages | Profile page renders and matches the snapshot 1`] = `
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="true"
|
||||
class="c26"
|
||||
id="email"
|
||||
name="email"
|
||||
@ -797,6 +798,7 @@ exports[`ADMIN | Pages | Profile page renders and matches the snapshot 1`] = `
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="false"
|
||||
class="c26"
|
||||
id="username"
|
||||
name="username"
|
||||
@ -856,6 +858,7 @@ exports[`ADMIN | Pages | Profile page renders and matches the snapshot 1`] = `
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="false"
|
||||
class="c27 c28"
|
||||
id="textinput-1"
|
||||
name="currentPassword"
|
||||
@ -922,6 +925,7 @@ exports[`ADMIN | Pages | Profile page renders and matches the snapshot 1`] = `
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="false"
|
||||
autocomplete="new-password"
|
||||
class="c27 c28"
|
||||
id="textinput-2"
|
||||
@ -985,6 +989,7 @@ exports[`ADMIN | Pages | Profile page renders and matches the snapshot 1`] = `
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="false"
|
||||
autocomplete="new-password"
|
||||
class="c27 c28"
|
||||
id="textinput-3"
|
||||
@ -1071,7 +1076,6 @@ exports[`ADMIN | Pages | Profile page renders and matches the snapshot 1`] = `
|
||||
<span
|
||||
class="c5 c22"
|
||||
for="select-4"
|
||||
id="select-4-label"
|
||||
>
|
||||
<div
|
||||
class="c1 c4"
|
||||
@ -1181,7 +1185,6 @@ exports[`ADMIN | Pages | Profile page renders and matches the snapshot 1`] = `
|
||||
<span
|
||||
class="c5 c22"
|
||||
for="select-5"
|
||||
id="select-5-label"
|
||||
>
|
||||
<div
|
||||
class="c1 c4"
|
||||
|
||||
@ -417,7 +417,7 @@ describe('SettingsPage || components || SettingsNav', () => {
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="c16 sc-dcgwPl c25"
|
||||
class="c16 sc-ehIJor c25"
|
||||
>
|
||||
<svg
|
||||
class="c26"
|
||||
|
||||
@ -1081,7 +1081,6 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot
|
||||
<label
|
||||
class="c7 c27"
|
||||
for="textinput-1"
|
||||
required=""
|
||||
>
|
||||
<div
|
||||
class="c1 c9 c11"
|
||||
@ -1100,6 +1099,7 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="true"
|
||||
class="c31"
|
||||
id="textinput-1"
|
||||
name="name"
|
||||
@ -1144,6 +1144,7 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot
|
||||
>
|
||||
<textarea
|
||||
aria-invalid="false"
|
||||
aria-required="false"
|
||||
class="c34"
|
||||
id="textarea-2"
|
||||
name="description"
|
||||
@ -1168,8 +1169,6 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot
|
||||
<span
|
||||
class="c7 c27"
|
||||
for="select-3"
|
||||
id="select-3-label"
|
||||
required=""
|
||||
>
|
||||
<div
|
||||
class="c1 c9 c11"
|
||||
@ -1261,8 +1260,6 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot
|
||||
<span
|
||||
class="c7 c27"
|
||||
for="select-4"
|
||||
id="select-4-label"
|
||||
required=""
|
||||
>
|
||||
<div
|
||||
class="c1 c9 c11"
|
||||
@ -2880,7 +2877,6 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot
|
||||
<label
|
||||
class="c7 c34"
|
||||
for="textinput-28"
|
||||
required=""
|
||||
>
|
||||
<div
|
||||
class="c1 c9 c11"
|
||||
@ -2899,6 +2895,7 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="true"
|
||||
class="c38"
|
||||
id="textinput-28"
|
||||
name="name"
|
||||
@ -2943,6 +2940,7 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot
|
||||
>
|
||||
<textarea
|
||||
aria-invalid="false"
|
||||
aria-required="false"
|
||||
class="c41"
|
||||
id="textarea-29"
|
||||
name="description"
|
||||
@ -2969,8 +2967,6 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot
|
||||
<span
|
||||
class="c7 c34"
|
||||
for="select-30"
|
||||
id="select-30-label"
|
||||
required=""
|
||||
>
|
||||
<div
|
||||
class="c1 c9 c11"
|
||||
@ -3066,8 +3062,6 @@ exports[`ADMIN | Pages | API TOKENS | EditView renders and matches the snapshot
|
||||
<span
|
||||
class="c7 c34"
|
||||
for="select-31"
|
||||
id="select-31-label"
|
||||
required=""
|
||||
>
|
||||
<div
|
||||
class="c1 c9 c11"
|
||||
|
||||
@ -1963,6 +1963,7 @@ exports[`ApplicationsInfosPage || LogoInput from url should render upload modal
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="false"
|
||||
class="c45"
|
||||
id="textinput-117"
|
||||
name="logo-url"
|
||||
|
||||
@ -815,6 +815,7 @@ exports[`<EditPage /> renders and matches the snapshot 1`] = `
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="false"
|
||||
class="c31"
|
||||
id="textinput-1"
|
||||
name="name"
|
||||
@ -859,6 +860,7 @@ exports[`<EditPage /> renders and matches the snapshot 1`] = `
|
||||
>
|
||||
<textarea
|
||||
aria-invalid="false"
|
||||
aria-required="false"
|
||||
class="c34"
|
||||
id="textarea-2"
|
||||
name="description"
|
||||
|
||||
@ -732,7 +732,6 @@ describe('Admin | UseCasePage', () => {
|
||||
<span
|
||||
class="c5 c22"
|
||||
for="usecase"
|
||||
id="usecase-label"
|
||||
>
|
||||
<div
|
||||
class="c0 c23"
|
||||
|
||||
@ -675,6 +675,7 @@ exports[`Admin | ee | SettingsPage | SSO renders and matches the snapshot 1`] =
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-label="autoRegister"
|
||||
aria-required="false"
|
||||
checked=""
|
||||
class="c36"
|
||||
data-testid="autoRegister"
|
||||
@ -708,7 +709,6 @@ exports[`Admin | ee | SettingsPage | SSO renders and matches the snapshot 1`] =
|
||||
<span
|
||||
class="c8 c25"
|
||||
for="select-2"
|
||||
id="select-2-label"
|
||||
>
|
||||
<div
|
||||
class="c0 c7"
|
||||
|
||||
@ -828,6 +828,7 @@ exports[`<CreatePage /> renders and matches the snapshot 1`] = `
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="false"
|
||||
class="c31"
|
||||
id="textinput-1"
|
||||
name="name"
|
||||
@ -872,6 +873,7 @@ exports[`<CreatePage /> renders and matches the snapshot 1`] = `
|
||||
>
|
||||
<textarea
|
||||
aria-invalid="false"
|
||||
aria-required="false"
|
||||
class="c34"
|
||||
id="textarea-2"
|
||||
name="description"
|
||||
|
||||
@ -691,6 +691,7 @@ describe('Email | Pages | Settings', () => {
|
||||
<input
|
||||
aria-disabled="true"
|
||||
aria-invalid="false"
|
||||
aria-required="false"
|
||||
class="c21"
|
||||
id="textinput-4"
|
||||
name="shipper-email"
|
||||
@ -732,6 +733,7 @@ describe('Email | Pages | Settings', () => {
|
||||
<input
|
||||
aria-disabled="true"
|
||||
aria-invalid="false"
|
||||
aria-required="false"
|
||||
class="c21"
|
||||
id="textinput-5"
|
||||
name="response-email"
|
||||
@ -758,7 +760,6 @@ describe('Email | Pages | Settings', () => {
|
||||
<span
|
||||
class="c5 c19"
|
||||
for="select-6"
|
||||
id="select-6-label"
|
||||
>
|
||||
<div
|
||||
class="c1 c4"
|
||||
@ -877,6 +878,7 @@ describe('Email | Pages | Settings', () => {
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="false"
|
||||
class="c31"
|
||||
id="test-address-input"
|
||||
name="test-address"
|
||||
|
||||
@ -290,7 +290,6 @@ exports[`DateTimePicker snapshots the component 1`] = `
|
||||
<label
|
||||
class="c4"
|
||||
for="field-1"
|
||||
id="datetime-label"
|
||||
>
|
||||
<div
|
||||
class="c3"
|
||||
@ -346,6 +345,7 @@ exports[`DateTimePicker snapshots the component 1`] = `
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-label="Date time picker"
|
||||
aria-required="false"
|
||||
class="c10"
|
||||
data-testid="datetimepicker-date"
|
||||
id="datepicker-2"
|
||||
|
||||
@ -211,7 +211,6 @@ exports[`GenericInput number renders and matches the snapshot 1`] = `
|
||||
<label
|
||||
class="c2"
|
||||
for="number"
|
||||
required=""
|
||||
>
|
||||
<div
|
||||
class="c3"
|
||||
@ -230,6 +229,7 @@ exports[`GenericInput number renders and matches the snapshot 1`] = `
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="true"
|
||||
class="c8"
|
||||
id="number"
|
||||
name="number"
|
||||
|
||||
@ -202,6 +202,7 @@ describe('<NotAllowedInput />', () => {
|
||||
<input
|
||||
aria-disabled="true"
|
||||
aria-invalid="false"
|
||||
aria-required="false"
|
||||
class="c8"
|
||||
id="test"
|
||||
name="test"
|
||||
|
||||
@ -442,6 +442,7 @@ describe('<SearchURLQuery />', () => {
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="false"
|
||||
class="c10"
|
||||
id="field-5"
|
||||
name="search"
|
||||
|
||||
@ -1127,6 +1127,7 @@ exports[`<EditAssetDialog /> renders and matches the snapshot 1`] = `
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="false"
|
||||
class="c34"
|
||||
id="textinput-9"
|
||||
name="name"
|
||||
@ -1159,6 +1160,7 @@ exports[`<EditAssetDialog /> renders and matches the snapshot 1`] = `
|
||||
aria-describedby="textinput-10-hint"
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="false"
|
||||
class="c34"
|
||||
id="textinput-10"
|
||||
name="alternativeText"
|
||||
@ -1196,6 +1198,7 @@ exports[`<EditAssetDialog /> renders and matches the snapshot 1`] = `
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="false"
|
||||
class="c34"
|
||||
id="textinput-11"
|
||||
name="caption"
|
||||
|
||||
@ -1127,6 +1127,7 @@ exports[`<EditAssetDialog /> renders and matches the snapshot 1`] = `
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="false"
|
||||
class="c34"
|
||||
id="textinput-9"
|
||||
name="name"
|
||||
@ -1159,6 +1160,7 @@ exports[`<EditAssetDialog /> renders and matches the snapshot 1`] = `
|
||||
aria-describedby="textinput-10-hint"
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="false"
|
||||
class="c34"
|
||||
id="textinput-10"
|
||||
name="alternativeText"
|
||||
@ -1196,6 +1198,7 @@ exports[`<EditAssetDialog /> renders and matches the snapshot 1`] = `
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="false"
|
||||
class="c34"
|
||||
id="textinput-11"
|
||||
name="caption"
|
||||
|
||||
@ -645,6 +645,7 @@ exports[`EditFolderDialog renders and matches the snapshot 1`] = `
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="false"
|
||||
class="c22"
|
||||
id="textinput-1"
|
||||
name="name"
|
||||
|
||||
@ -1463,6 +1463,7 @@ exports[`UploadAssetDialog from url snapshots the component 1`] = `
|
||||
<textarea
|
||||
aria-describedby="textarea-35-hint"
|
||||
aria-invalid="false"
|
||||
aria-required="false"
|
||||
class="c29"
|
||||
id="textarea-35"
|
||||
name="urls"
|
||||
|
||||
@ -668,6 +668,7 @@ describe('Upload | SettingsPage', () => {
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-label="responsiveDimensions"
|
||||
aria-required="false"
|
||||
checked=""
|
||||
class="c37"
|
||||
data-testid="responsiveDimensions"
|
||||
@ -749,6 +750,7 @@ describe('Upload | SettingsPage', () => {
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-label="sizeOptimization"
|
||||
aria-required="false"
|
||||
class="c37"
|
||||
data-testid="sizeOptimization"
|
||||
id="toggleinput-2"
|
||||
@ -829,6 +831,7 @@ describe('Upload | SettingsPage', () => {
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-label="autoOrientation"
|
||||
aria-required="false"
|
||||
checked=""
|
||||
class="c37"
|
||||
data-testid="autoOrientation"
|
||||
|
||||
@ -176,7 +176,6 @@ exports[`LocaleSelect shows an aria-busy element when loading the data 1`] = `
|
||||
<label
|
||||
class="c3"
|
||||
for="combobox-1"
|
||||
id="combobox-1-label"
|
||||
>
|
||||
<div
|
||||
class="c4"
|
||||
|
||||
@ -180,6 +180,7 @@ describe('<Input />', () => {
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-label="test"
|
||||
aria-required="false"
|
||||
class="c6"
|
||||
id="textinput-1"
|
||||
name="test"
|
||||
|
||||
@ -825,7 +825,6 @@ describe('ADMIN | Pages | Settings | Advanced Settings', () => {
|
||||
<span
|
||||
class="c5 c20"
|
||||
for="select-1"
|
||||
id="select-1-label"
|
||||
>
|
||||
<div
|
||||
class="c1 c4"
|
||||
@ -962,6 +961,7 @@ describe('ADMIN | Pages | Settings | Advanced Settings', () => {
|
||||
</div>
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-required="false"
|
||||
class="c42"
|
||||
id="toggleinput-2"
|
||||
name="unique_email"
|
||||
@ -1040,6 +1040,7 @@ describe('ADMIN | Pages | Settings | Advanced Settings', () => {
|
||||
</div>
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-required="false"
|
||||
class="c42"
|
||||
id="toggleinput-3"
|
||||
name="allow_register"
|
||||
@ -1086,6 +1087,7 @@ describe('ADMIN | Pages | Settings | Advanced Settings', () => {
|
||||
aria-describedby="email_reset_password-hint"
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="false"
|
||||
class="c45"
|
||||
id="email_reset_password"
|
||||
name="email_reset_password"
|
||||
@ -1166,6 +1168,7 @@ describe('ADMIN | Pages | Settings | Advanced Settings', () => {
|
||||
</div>
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-required="false"
|
||||
class="c42"
|
||||
id="toggleinput-4"
|
||||
name="email_confirmation"
|
||||
@ -1213,6 +1216,7 @@ describe('ADMIN | Pages | Settings | Advanced Settings', () => {
|
||||
aria-describedby="email_confirmation_redirection-hint"
|
||||
aria-disabled="true"
|
||||
aria-invalid="false"
|
||||
aria-required="false"
|
||||
class="c47"
|
||||
id="email_confirmation_redirection"
|
||||
name="email_confirmation_redirection"
|
||||
|
||||
@ -906,6 +906,7 @@ describe('Admin | containers | RoleCreatePage', () => {
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="false"
|
||||
class="c25"
|
||||
id="textinput-1"
|
||||
name="name"
|
||||
@ -950,6 +951,7 @@ describe('Admin | containers | RoleCreatePage', () => {
|
||||
>
|
||||
<textarea
|
||||
aria-invalid="false"
|
||||
aria-required="false"
|
||||
class="c28"
|
||||
id="textarea-2"
|
||||
name="description"
|
||||
|
||||
@ -1002,6 +1002,7 @@ describe('Admin | containers | RoleEditPage', () => {
|
||||
<input
|
||||
aria-disabled="false"
|
||||
aria-invalid="false"
|
||||
aria-required="false"
|
||||
class="c29"
|
||||
id="textinput-1"
|
||||
name="name"
|
||||
@ -1046,6 +1047,7 @@ describe('Admin | containers | RoleEditPage', () => {
|
||||
>
|
||||
<textarea
|
||||
aria-invalid="false"
|
||||
aria-required="false"
|
||||
class="c32"
|
||||
id="textarea-2"
|
||||
name="description"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user