Fixing test data for import and export between versions tests (#131470)

This commit is contained in:
Bhavya RM 2022-05-04 09:58:19 -04:00 committed by GitHub
parent dc529800ad
commit 81161c26ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 84 additions and 88 deletions

View file

@ -56,7 +56,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await PageObjects.savedObjects.clickImportDone();
await PageObjects.savedObjects.waitTableIsLoaded();
const newObjectCount = await PageObjects.savedObjects.getExportCount();
expect(newObjectCount - initialObjectCount).to.eql(86);
expect(newObjectCount - initialObjectCount).to.eql(82);
// logstash by reference dashboard with drilldowns
await PageObjects.common.navigateToApp('dashboard');