mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 07:03:38 +00:00
fixed DateTimePicker test from french to english date format
This commit is contained in:
parent
e0e415551b
commit
bd7ce223ae
@ -386,7 +386,7 @@ exports[`DateTimePicker snapshots the component 1`] = `
|
||||
class="c9"
|
||||
>
|
||||
<button
|
||||
aria-label="Date picker, current is 13/10/2021"
|
||||
aria-label="Date picker, current is 10/13/2021"
|
||||
class="c10"
|
||||
type="button"
|
||||
>
|
||||
@ -416,8 +416,8 @@ exports[`DateTimePicker snapshots the component 1`] = `
|
||||
data-testid="datetimepicker-date"
|
||||
id="datepicker-1"
|
||||
name="datetimepicker"
|
||||
placeholder="01/01/1970"
|
||||
value="13/10/2021"
|
||||
placeholder="1/1/1970"
|
||||
value="10/13/2021"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user