UNPKG

graphdb-workbench-tests

Version:
10 lines (8 loc) 166 B
export class ErrorPageSteps { static visit404() { cy.visit('/404'); } static get404Page() { return cy.get('app-not-found-page'); } }