mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Fixing test data for import and export between versions tests (#131470)
This commit is contained in:
parent
dc529800ad
commit
81161c26ac
2 changed files with 84 additions and 88 deletions
File diff suppressed because one or more lines are too long
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue