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