Skip to content

Commit ff9ff47

Browse files
committed
ch: run test
1 parent da229db commit ff9ff47

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/tests/__snapshots__/AdminTraineeDashboard.test.tsx.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ Array [
457457
name="date"
458458
readOnly={true}
459459
type="text"
460-
value="2024-01-10"
460+
value="2024-01-13"
461461
/>
462462
</div>
463463
<div

src/pages/tests/__snapshots__/AdminTraineeDashboard.test.tsx.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ Array [
457457
name="date"
458458
readOnly={true}
459459
type="text"
460-
value="2024-01-10"
460+
value="2024-01-13"
461461
/>
462462
</div>
463463
<div

src/pages/tests/__snapshots__/userRegister.test.tsx.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ exports[`TraineeRatingDashboard Tests Renders TraineeRatingDashboard 1`] = `
7272
className="text-gray-400 border border-primary py-2 dark:bg-dark-bg rounded outline-none px-5 font-sans text-xs w-full h-[38px] "
7373
data-placeholder="Date of birth"
7474
id="date-placeholder"
75-
max="2024-01-10"
75+
max="2024-01-13"
7676
name="dateOfBirth"
7777
onBlur={[Function]}
7878
onChange={[Function]}

0 commit comments

Comments
 (0)