Skip to content

Commit

Permalink
remove unnecessary test step
Browse files Browse the repository at this point in the history
  • Loading branch information
klacabane committed Oct 14, 2021
1 parent e761f97 commit 628c737
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
Expand Down

0 comments on commit 628c737

Please sign in to comment.