summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/cypress/integration/block/iscsi.po.ts
blob: 08efa6408bd7a25333cf59f24d006b353d61feed (plain)
1
2
3
4
5
6
7
import { PageHelper } from '../page-helper.po';

export class IscsiPageHelper extends PageHelper {
  pages = {
    index: { url: '#/block/iscsi/overview', id: 'cd-iscsi' }
  };
}