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