]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: fix 01-hosts.e2e test error
authorNizamudeen A <nia@redhat.com>
Tue, 22 Mar 2022 12:11:11 +0000 (17:41 +0530)
committerNizamudeen A <nia@redhat.com>
Mon, 6 Jun 2022 06:18:33 +0000 (11:48 +0530)
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 <nia@redhat.com>
(cherry picked from commit 4a34762330e0ae23c6cc86a8b04c10c6cd4db7f1)

src/pybind/mgr/dashboard/frontend/cypress/integration/cluster/hosts.po.ts

index c5b72d2b653ba5e7589c2a8d2e455a580da38682..2e14c454f37b12937f676f59b80c3c572166f70e 100644 (file)
@@ -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();
       }
     });