From: Aashish Sharma Date: Fri, 8 Apr 2022 05:19:04 +0000 (+0530) Subject: mgr/dashboard: fix linting errors and add test X-Git-Tag: v17.2.1~33^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F45722%2Fhead;p=ceph.git mgr/dashboard: fix linting errors and add test Fixes: https://tracker.ceph.com/issues/55218 Signed-off-by: Aashish Sharma (cherry picked from commit b496f5837803a915daac98b0fad56eac3174db85) Conflicts: src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-daemon-list/service-daemon-list.component.html - ignore the change --- diff --git a/src/pybind/mgr/dashboard/frontend/cypress/integration/cluster/services.po.ts b/src/pybind/mgr/dashboard/frontend/cypress/integration/cluster/services.po.ts index c32a9f21d439c..5b75a9f6e19df 100644 --- a/src/pybind/mgr/dashboard/frontend/cypress/integration/cluster/services.po.ts +++ b/src/pybind/mgr/dashboard/frontend/cypress/integration/cluster/services.po.ts @@ -18,7 +18,7 @@ export class ServicesPageHelper extends PageHelper { serviceDetailColumnIndex = { daemonName: 2, - status: 7 + status: 4 }; check_for_service() { @@ -123,7 +123,7 @@ export class ServicesPageHelper extends PageHelper { cy.url().then((url) => { if (!url.includes(pages.index.url)) { daemonNameIndex = 1; - statusIndex = 6; + statusIndex = 3; } cy.get('cd-service-daemon-list').within(() => {