1 2 3 4 5
import { PageHelper } from '../page-helper.po'; export class ConfigurationPage extends PageHelper { pages = { index: '/#/configuration' }; }