Skip to content

Commit

Permalink
fixing some e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrdyn committed Nov 22, 2024
1 parent 3715579 commit 80f5c53
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions x-pack/test/functional/page_objects/dataset_quality.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,13 +301,14 @@ export function DatasetQualityPageObject({ getPageObjects, getService }: FtrProv
await this.waitUntilTableLoaded();
const table = await this.getDatasetsTable();
return this.parseTable(table, [
'0',
'Data Set Name',
'Data set name',
'Namespace',
'Type',
'Size',
'Data Set Quality',
'Degraded Docs (%)',
'Last Activity',
'Data set quality',
'Degraded docs (%)',
'Failed docs (%)',
'Last activity',
'Actions',
]);
},
Expand Down Expand Up @@ -570,6 +571,8 @@ export function DatasetQualityPageObject({ getPageObjects, getService }: FtrProv
}
}

console.log(result);

return result;
},
};
Expand Down

0 comments on commit 80f5c53

Please sign in to comment.