]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/e2e/filesystems/filesystems.po.ts
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / e2e / filesystems / filesystems.po.ts
1 import { browser } from 'protractor';
2
3 export class FilesystemsPage {
4 navigateTo() {
5 return browser.get('/#/cephfs');
6 }
7 }