]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: fix orchestrator/02-hosts-inventory.e2e failed. 44388/head
authorNizamudeen A <nia@redhat.com>
Thu, 23 Dec 2021 10:53:31 +0000 (16:23 +0530)
committerNizamudeen A <nia@redhat.com>
Fri, 31 Dec 2021 07:26:12 +0000 (12:56 +0530)
commit7b9fb258c46f4a93ca53a5864a8eb4363147bcdc
tree13509ebb53968d603b93d979e69fee807f209511
parenta2f5a3c1dbfa4dce41e25da4f029a8fdb8c8d864
mgr/dashboard: fix orchestrator/02-hosts-inventory.e2e failed.

I removed the `02-hosts-inventory.e2e` file because it is a duplicate
test of one of the test in the `01-hosts.e2e` file and fixed the error
from that file.

Also, in the inventory Identify test, we test for an element to be not
visible. According to the latest cypress docs, this should be not.exist
instead of not.visible since the cd-modal will not even be present in
the DOM

Fixes: https://tracker.ceph.com/issues/53499
Signed-off-by: Nizamudeen A <nia@redhat.com>
qa/workunits/cephadm/test_dashboard_e2e.sh
src/pybind/mgr/dashboard/frontend/cypress/integration/cluster/inventory.po.ts
src/pybind/mgr/dashboard/frontend/cypress/integration/orchestrator/01-hosts.e2e-spec.ts
src/pybind/mgr/dashboard/frontend/cypress/integration/orchestrator/02-hosts-inventory.e2e-spec.ts [deleted file]