summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/e2e/block/iscsi.po.ts
blob: 79eb94c44dec3f42b82801ca7bc6d95eda1ceff7 (plain)
1
2
3
4
5
6
7
import { browser } from 'protractor';

export class IscsiPage {
  navigateTo() {
    return browser.get('/#/block/iscsi');
  }
}