summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/cypress/integration/ui/api-docs.po.ts
blob: c7a8d222d2c35c58a83eb4004794931b593ed126 (plain)
1
2
3
4
5
import { PageHelper } from '../page-helper.po';

export class ApiDocsPageHelper extends PageHelper {
  pages = { index: { url: '#/api-docs', id: 'cd-api-docs' } };
}