mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
fix(NA): jest snapshots on table list view table tests
This commit is contained in:
parent
2d7473cc4e
commit
c6649d1ad9
1 changed files with 4 additions and 4 deletions
|
@ -964,11 +964,11 @@ describe('TableListView', () => {
|
|||
Array [
|
||||
Array [
|
||||
"Item 1",
|
||||
"Sat Jul 15 2023",
|
||||
"July 15, 2023",
|
||||
],
|
||||
Array [
|
||||
"Item 2",
|
||||
"Sat Jul 15 2023",
|
||||
"July 15, 2023",
|
||||
],
|
||||
]
|
||||
`);
|
||||
|
@ -1040,11 +1040,11 @@ describe('TableListView', () => {
|
|||
Array [
|
||||
Array [
|
||||
"Item 1",
|
||||
"Sat Jul 15 2023",
|
||||
"July 15, 2023",
|
||||
],
|
||||
Array [
|
||||
"Item 2",
|
||||
"Sat Jul 15 2023",
|
||||
"July 15, 2023",
|
||||
],
|
||||
]
|
||||
`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue