]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/cypress/integration/ui/language.po.ts
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / cypress / integration / ui / language.po.ts
diff --git a/ceph/src/pybind/mgr/dashboard/frontend/cypress/integration/ui/language.po.ts b/ceph/src/pybind/mgr/dashboard/frontend/cypress/integration/ui/language.po.ts
deleted file mode 100644 (file)
index 80e21ba..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-import { PageHelper } from '../page-helper.po';
-
-export class LanguagePageHelper extends PageHelper {
-  pages = {
-    index: { url: '#/dashboard', id: 'cd-dashboard' }
-  };
-
-  getLanguageBtn() {
-    return cy.get('cd-language-selector a').first();
-  }
-
-  getAllLanguages() {
-    return cy.get('cd-language-selector button');
-  }
-}