]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/cypress/integration/pools/pools.po.ts
import ceph 16.2.7
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / cypress / integration / pools / pools.po.ts
index ccf858b41206d9bdcf233ad3a05fe567b6628209..98cee470eda993bdde355243cbf78e527aa757ae 100644 (file)
@@ -13,12 +13,6 @@ export class PoolPageHelper extends PageHelper {
     return expect((n & (n - 1)) === 0, `Placement groups ${n} are not a power of 2`).to.be.true;
   }
 
-  @PageHelper.restrictTo(pages.index.url)
-  exist(name: string, oughtToBePresent = true) {
-    const waitRule = oughtToBePresent ? 'be.visible' : 'not.exist';
-    this.getFirstTableCell(name).should(waitRule);
-  }
-
   @PageHelper.restrictTo(pages.create.url)
   create(name: string, placement_groups: number, ...apps: string[]) {
     cy.get('input[name=name]').clear().type(name);