Skip to content

Commit

Permalink
[test] Await loading indicator in monitoring test
Browse files Browse the repository at this point in the history
This is being used in other click* helpers, but was missing here.

Resulting in failures in #80399

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
  • Loading branch information
Tyler Smalley committed Oct 21, 2020
1 parent 42c7c0d commit 9474a0c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export function MonitoringElasticsearchNodesProvider({ getService, getPageObject
}
async clickDiskCol() {
await find.clickByCssSelector(`[data-test-subj="${SUBJ_TABLE_SORT_DISK_COL}"] > button`);
await this.waitForTableToFinishLoading();
}

async clickShardsCol() {
Expand Down

0 comments on commit 9474a0c

Please sign in to comment.