]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: fix service page e2e tests 58068/head
authorAfreen Misbah <afreen23.git@gmail.com>
Fri, 14 Jun 2024 05:21:47 +0000 (10:51 +0530)
committerNizamudeen A <nia@redhat.com>
Wed, 19 Jun 2024 08:49:10 +0000 (14:19 +0530)
commit1da0a4f8cb234ef84729c24cc9a82397361e9534
tree78f5f993ed8ef22a8fc035f79022cdbc28341034
parent795274a26112a2e9b2a99d34a00effb928681056
mgr/dashboard: fix service page e2e tests

- service page now uses defaults value for the placement count due to which mds test failing
- in test we pass "1" while "2" which is the default count for mds is already populated, making it 21 and causing unable to create mds service

Fixes: https://tracker.ceph.com/issues/66540
Signed-off-by: Afreen Misbah <afreen23.git@gmail.com>
(cherry picked from commit 5a718229dc43953f140a16342f19523a1c075863)
src/pybind/mgr/dashboard/frontend/cypress/e2e/cluster/services.po.ts
src/pybind/mgr/dashboard/frontend/cypress/e2e/pools/pools.e2e-spec.ts
src/pybind/mgr/dashboard/frontend/cypress/e2e/pools/pools.po.ts