]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: upgrade Cypress to the latest stable version 44045/head
authorAlfonso Martínez <almartin@redhat.com>
Tue, 23 Nov 2021 14:17:54 +0000 (15:17 +0100)
committerAlfonso Martínez <almartin@redhat.com>
Tue, 23 Nov 2021 14:17:54 +0000 (15:17 +0100)
commit3e4e29590aa1742fc3b44d21389325a13cca8199
tree0ca95041f56c17ee41232807f11f2ff5945eaf15
parent070e54178adcf81c520252ebf558a111bda6da72
mgr/dashboard: upgrade Cypress to the latest stable version

- Remove unneeded dependency that was causing UI performance issues: zone.js
- Ignore 'ResizeObserver loop limit exceeded' error.
- run-frontend-e2e-tests.sh refactoring: create rgw dashboard user through
  'ceph dashboard set-rgw-credentials' and use it on rgw buckets' tests.

Fixes: https://tracker.ceph.com/issues/53357
Signed-off-by: Alfonso Martínez <almartin@redhat.com>
src/pybind/mgr/dashboard/frontend/cypress/integration/rgw/buckets.e2e-spec.ts
src/pybind/mgr/dashboard/frontend/cypress/integration/rgw/buckets.po.ts
src/pybind/mgr/dashboard/frontend/cypress/integration/ui/navigation.po.ts
src/pybind/mgr/dashboard/frontend/cypress/support/commands.ts
src/pybind/mgr/dashboard/frontend/cypress/support/index.ts
src/pybind/mgr/dashboard/frontend/package-lock.json
src/pybind/mgr/dashboard/frontend/package.json
src/pybind/mgr/dashboard/run-frontend-e2e-tests.sh