mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
update inline snapshot
This commit is contained in:
parent
3ca4e21bde
commit
eb413234a7
1 changed files with 4 additions and 4 deletions
|
@ -89,10 +89,10 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
expectSnapshot(reporting.printable_pdf.metrics?.pdf_pages).toMatchInline(`
|
||||
Object {
|
||||
"values": Object {
|
||||
"50_0": 1,
|
||||
"75_0": 1,
|
||||
"95_0": 1,
|
||||
"99_0": 1,
|
||||
"50_0": 1.5,
|
||||
"75_0": 2,
|
||||
"95_0": 2,
|
||||
"99_0": 2,
|
||||
},
|
||||
}
|
||||
`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue