Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Sep 9, 2021
1 parent 56b83c4 commit 3236d2f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions x-pack/test/functional/apps/discover/reporting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
expectSnapshot(lines.slice(0, 100)).toMatch();
expectSnapshot(lines.slice(-100)).toMatch();

expectSnapshot(csvFile.length).toMatchInline(`157573`);
expectSnapshot(lines.length).toMatchInline(`4676`);
expectSnapshot(csvFile.length).toMatchInline(`5093456`);
expectSnapshot(lines.length).toMatchInline(`32726`);
});

it('generates a report from a new search with data: discover:searchFieldsFromSource', async () => {
Expand All @@ -127,8 +127,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
expectSnapshot(lines.slice(0, 100)).toMatch();
expectSnapshot(lines.slice(-100)).toMatch();

expectSnapshot(csvFile.length).toMatchInline(`157573`);
expectSnapshot(lines.length).toMatchInline(`4676`);
expectSnapshot(csvFile.length).toMatchInline(`5093456`);
expectSnapshot(lines.length).toMatchInline(`32726`);

await setFieldsFromSource(false);
});
Expand Down

0 comments on commit 3236d2f

Please sign in to comment.