summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/e2e/cluster/configuration.po.ts
blob: 47d000629fc5493673c3a9f6007797a5f314e13a (plain)
1
2
3
4
5
import { PageHelper } from '../page-helper.po';

export class ConfigurationPage extends PageHelper {
  pages = { index: '/#/configuration' };
}