summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/cypress/integration/filesystems/filesystems.po.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/pybind/mgr/dashboard/frontend/cypress/integration/filesystems/filesystems.po.ts')
-rw-r--r--src/pybind/mgr/dashboard/frontend/cypress/integration/filesystems/filesystems.po.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pybind/mgr/dashboard/frontend/cypress/integration/filesystems/filesystems.po.ts b/src/pybind/mgr/dashboard/frontend/cypress/integration/filesystems/filesystems.po.ts
new file mode 100644
index 000000000..bd6e5b8b7
--- /dev/null
+++ b/src/pybind/mgr/dashboard/frontend/cypress/integration/filesystems/filesystems.po.ts
@@ -0,0 +1,5 @@
+import { PageHelper } from '../page-helper.po';
+
+export class FilesystemsPageHelper extends PageHelper {
+ pages = { index: { url: '#/cephfs', id: 'cd-cephfs-list' } };
+}