Skip to content

Commit

Permalink
Cleanup unused waitUntilHistogramIsRendered
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed Nov 26, 2019
1 parent 9f9b6b7 commit 0abc77b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/functional/page_objects/discover_page.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,6 @@ export function DiscoverPageProvider({ getService, getPageObjects }) {
await find.waitForElementHidden(spinner, defaultFindTimeout * 10);
}

async waitUntilHistogramIsRendered() {
await testSubjects.waitForAttributeToChange(
'.echChart',
'data-ech-render-complete',
'true'
);
}

async getColumnHeaders() {
const headerElements = await testSubjects.findAll('docTableHeaderField');
return await Promise.all(headerElements.map(async (el) => await el.getVisibleText()));
Expand Down

0 comments on commit 0abc77b

Please sign in to comment.