summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/e2e/block/iscsi.po.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/pybind/mgr/dashboard/frontend/e2e/block/iscsi.po.ts')
-rw-r--r--src/pybind/mgr/dashboard/frontend/e2e/block/iscsi.po.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/pybind/mgr/dashboard/frontend/e2e/block/iscsi.po.ts b/src/pybind/mgr/dashboard/frontend/e2e/block/iscsi.po.ts
new file mode 100644
index 00000000..79eb94c4
--- /dev/null
+++ b/src/pybind/mgr/dashboard/frontend/e2e/block/iscsi.po.ts
@@ -0,0 +1,7 @@
+import { browser } from 'protractor';
+
+export class IscsiPage {
+ navigateTo() {
+ return browser.get('/#/block/iscsi');
+ }
+}