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