]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/cypress/integration/cluster/create-cluster.po.ts
import ceph quincy 17.2.4
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / cypress / integration / cluster / create-cluster.po.ts
index 819afd559b1298529d5c81b98650479a5a9e50cb..300eddbcc3de8c676cd937ac31e7c9a01746e98b 100644 (file)
@@ -1,7 +1,7 @@
-import { HostsPageHelper } from 'cypress/integration/cluster/hosts.po';
-import { ServicesPageHelper } from 'cypress/integration/cluster/services.po';
-import { PageHelper } from 'cypress/integration/page-helper.po';
-import { NotificationSidebarPageHelper } from 'cypress/integration/ui/notification.po';
+import { PageHelper } from '../page-helper.po';
+import { NotificationSidebarPageHelper } from '../ui/notification.po';
+import { HostsPageHelper } from './hosts.po';
+import { ServicesPageHelper } from './services.po';
 
 const pages = {
   index: { url: '#/expand-cluster', id: 'cd-create-cluster' }