]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/cypress/integration/ui/dashboard.e2e-spec.ts
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / cypress / integration / ui / dashboard.e2e-spec.ts
index 2d604db34394e5dad389212502ff8817fe20b06c..9cb84480b6432cdda5f48dedf6020d18b0d662e3 100644 (file)
@@ -111,7 +111,7 @@ describe('Dashboard Main Page', () => {
         }
 
         spec.pageObject.navigateTo();
-        spec.pageObject.getTableTotalCount().then((tableCount) => {
+        spec.pageObject.getTableCount('total').then((tableCount) => {
           expect(tableCount).to.eq(
             dashCount,
             `Text of card "${spec.cardName}" and regex "${spec.regexMatcher}" resulted in ${dashCount} ` +