]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/cypress/integration/ui/api-docs.po.ts
import quincy beta 17.1.0
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / cypress / integration / ui / api-docs.po.ts
CommitLineData
20effc67
TL
1import { PageHelper } from '../page-helper.po';
2
3export class ApiDocsPageHelper extends PageHelper {
4 pages = { index: { url: '#/api-docs', id: 'cd-api-docs' } };
5}