]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/dashboard: disable telemetry notification in e2e
authorNizamudeen A <nia@redhat.com>
Sun, 16 Jun 2024 11:15:43 +0000 (16:45 +0530)
committerNizamudeen A <nia@redhat.com>
Tue, 18 Jun 2024 13:40:11 +0000 (19:10 +0530)
commit795274a26112a2e9b2a99d34a00effb928681056
treef20205fd09dd1acbec979de700299b3483ba4761
parent414085c1d72de0fd6669746cf5d1dc2815ee48b1
mgr/dashboard: disable telemetry notification in e2e

After the new UI shell, the telemetry notifications are displayed on the
bottom side, which kind of exists on top of some buttons and that causes
some cypress failures while clicking Submit button in the form.

I am disabling the notification itself in e2e because its not checked in
the e2e at all so we can afford to disable it. Incase we decide to add
an e2e for the notification, we can just toggle it on later on and we
can check it

Fixes: https://tracker.ceph.com/issues/66506
Signed-off-by: Nizamudeen A <nia@redhat.com>
src/pybind/mgr/dashboard/frontend/cypress/e2e/block/images.e2e-spec.ts
src/pybind/mgr/dashboard/frontend/cypress/e2e/block/mirroring.e2e-spec.ts
src/pybind/mgr/dashboard/frontend/cypress/e2e/cluster/logs.e2e-spec.ts
src/pybind/mgr/dashboard/frontend/cypress/e2e/pools/pools.e2e-spec.ts
src/pybind/mgr/dashboard/frontend/cypress/e2e/pools/pools.po.ts
src/pybind/mgr/dashboard/frontend/cypress/e2e/ui/language.po.ts
src/pybind/mgr/dashboard/frontend/cypress/e2e/ui/notification.e2e-spec.ts
src/pybind/mgr/dashboard/frontend/cypress/support/commands.ts