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