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