Skip to content

Commit

Permalink
Fix refresh table breaking for summary
Browse files Browse the repository at this point in the history
  • Loading branch information
achyutjhunjhunwala committed Jun 21, 2024
1 parent 73ef3cf commit b34b9f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions x-pack/test/functional/page_objects/dataset_quality.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,10 @@ export function DatasetQualityPageObject({ getPageObjects, getService }: FtrProv
},

async refreshTable() {
await testSubjects.waitForEnabled(
testSubjectSelectors.datasetQualityFiltersContainer,
10 * 1000
);
const filtersContainer = await testSubjects.find(
testSubjectSelectors.datasetQualityFiltersContainer
);
Expand Down

0 comments on commit b34b9f1

Please sign in to comment.