Skip to content

Commit 5f9d281

Browse files
author
Tyler Smalley
authored
[test] Await loading indicator in monitoring test (#81279) (#81326)
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>
1 parent 89a4f3e commit 5f9d281

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/test/functional/services/monitoring/elasticsearch_nodes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ export function MonitoringElasticsearchNodesProvider({ getService, getPageObject
8686
}
8787
async clickDiskCol() {
8888
await find.clickByCssSelector(`[data-test-subj="${SUBJ_TABLE_SORT_DISK_COL}"] > button`);
89+
await this.waitForTableToFinishLoading();
8990
}
9091

9192
async clickShardsCol() {

0 commit comments

Comments
 (0)