Skip to content

Commit f0a48b2

Browse files
committed
UI - fix snapshots
Signed-off-by: aporss <art.porss@yahooinc.com>
1 parent 8efedea commit f0a48b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui/src/__tests__/components/history/__snapshots__/HistoryList.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ exports[`HistoryList should render 1`] = `
391391
data-testid="flatPicker"
392392
placeholder="Start Date (Optional)"
393393
type="hidden"
394-
value="2024-10-20 07:51"
394+
value="2024-10-20T06:51:00.000Z"
395395
/>
396396
<input
397397
class=" form-control input"

ui/src/__tests__/components/history/__snapshots__/RoleHistoryList.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ exports[`RoleHistoryList should render 1`] = `
194194
data-testid="flatPicker"
195195
placeholder="Start Date (Optional)"
196196
type="hidden"
197-
value="2024-10-20 07:51"
197+
value="2024-10-20T06:51:00.000Z"
198198
/>
199199
<input
200200
class=" form-control input"

0 commit comments

Comments
 (0)