From 628c737a64f61ff6c6859c4f929306cd990125a2 Mon Sep 17 00:00:00 2001 From: klacabane Date: Thu, 14 Oct 2021 15:44:14 +0200 Subject: [PATCH] remove unnecessary test step --- .../test/functional/apps/monitoring/enable_monitoring/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/x-pack/test/functional/apps/monitoring/enable_monitoring/index.js b/x-pack/test/functional/apps/monitoring/enable_monitoring/index.js index 79bd479c45a177..c47d9a5fdd4806 100644 --- a/x-pack/test/functional/apps/monitoring/enable_monitoring/index.js +++ b/x-pack/test/functional/apps/monitoring/enable_monitoring/index.js @@ -53,8 +53,6 @@ export default function ({ getService, getPageObjects }) { // Here we are checking that once Monitoring is enabled, // it moves on to the cluster overview page. await retry.tryForTime(20000, async () => { - // Click the refresh button - await testSubjects.click('querySubmitButton'); await clusterOverview.closeAlertsModal(); expect(await clusterOverview.isOnClusterOverview()).to.be(true); });