From a1a53f838830be92efdced5fe201ed640f5cd62d Mon Sep 17 00:00:00 2001 From: Tyler Smalley Date: Wed, 21 Oct 2020 07:28:34 -0700 Subject: [PATCH] [test] Await loading indicator in monitoring test (#81279) This is being used in other click* helpers, but was missing here. Resulting in failures in #80399 Signed-off-by: Tyler Smalley --- .../test/functional/services/monitoring/elasticsearch_nodes.js | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/test/functional/services/monitoring/elasticsearch_nodes.js b/x-pack/test/functional/services/monitoring/elasticsearch_nodes.js index 55c34615373a9..0cf20b6599acb 100644 --- a/x-pack/test/functional/services/monitoring/elasticsearch_nodes.js +++ b/x-pack/test/functional/services/monitoring/elasticsearch_nodes.js @@ -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() {