]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/dashboard: Replace `data-cy` to `data-testid`
authorsaif <samdto987@gmail.com>
Mon, 21 Apr 2025 18:47:12 +0000 (18:47 +0000)
committersaif <samdto987@gmail.com>
Fri, 25 Apr 2025 16:10:50 +0000 (16:10 +0000)
commitbb8f0ce3bf58b03beb88d78e75ae8946fb68d0c2
tree2b5392971b2101272c61d05f0565b37d3acc96b4
parent9aacbd1de3cb69f178fd13fcf4190465b1d29713
mgr/dashboard: Replace `data-cy` to `data-testid`

Issue: There was some inconsistency in naming attributes of cypress test IDs,  both `data-testid` and `data-cy` were being used across the code.

Changes: Replaces all `data-cy` attributes with `data-testid` to keep it consistent across the codebase.

Fixes: https://tracker.ceph.com/issues/70986
Signed-off-by: Mohammad saif <samdto987@gmail.com>
src/pybind/mgr/dashboard/frontend/cypress/e2e/block/images.po.ts
src/pybind/mgr/dashboard/frontend/cypress/e2e/cluster/configuration.po.ts
src/pybind/mgr/dashboard/frontend/cypress/e2e/common/forms-helper.feature.po.ts
src/pybind/mgr/dashboard/frontend/cypress/e2e/ui/role-mgmt.po.ts
src/pybind/mgr/dashboard/frontend/cypress/e2e/ui/user-mgmt.po.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/components/form-button-panel/form-button-panel.component.html