]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/cypress/integration/block/mirroring.e2e-spec.ts
import ceph quincy 17.2.4
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / cypress / integration / block / mirroring.e2e-spec.ts
index 120956579d8d188feccf9f8f0a10eb49acf725e2..dfba73b27409d98f34065c1c1212eb0621a6c894 100644 (file)
@@ -20,9 +20,9 @@ describe('Mirroring page', () => {
   });
 
   it('should show text for all tabs', () => {
-    mirroring.getTabText(0).should('eq', 'Issues');
-    mirroring.getTabText(1).should('eq', 'Syncing');
-    mirroring.getTabText(2).should('eq', 'Ready');
+    mirroring.getTabText(0).should('eq', 'Issues (0)');
+    mirroring.getTabText(1).should('eq', 'Syncing (0)');
+    mirroring.getTabText(2).should('eq', 'Ready (0)');
   });
 
   describe('checks that edit mode functionality shows in the pools table', () => {