From 4a34762330e0ae23c6cc86a8b04c10c6cd4db7f1 Mon Sep 17 00:00:00 2001 From: Nizamudeen A Date: Tue, 22 Mar 2022 17:41:11 +0530 Subject: [PATCH] mgr/dashboard: fix 01-hosts.e2e test error Its a regression introduced by BDD testing https://github.com/ceph/ceph/pull/44835/commits/79f8545deba48a2bac6816caa7281e2198f8e5b8 Fixes: https://tracker.ceph.com/issues/54990 Signed-off-by: Nizamudeen A --- .../dashboard/frontend/cypress/integration/cluster/hosts.po.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/frontend/cypress/integration/cluster/hosts.po.ts b/src/pybind/mgr/dashboard/frontend/cypress/integration/cluster/hosts.po.ts index e36f0683721..ffac83ba67b 100644 --- a/src/pybind/mgr/dashboard/frontend/cypress/integration/cluster/hosts.po.ts +++ b/src/pybind/mgr/dashboard/frontend/cypress/integration/cluster/hosts.po.ts @@ -49,7 +49,6 @@ export class HostsPageHelper extends PageHelper { } if (exist) { cy.get('#hostname').should('have.class', 'ng-invalid'); - cy.get('cd-back-button').click(); } }); -- 2.39.5