Files
online-energieausweis/cypress/e2e/Verbrauchsausweis/index.cy.ts
2023-12-09 10:40:39 +05:30

5 lines
91 B
TypeScript

describe('The Home page.', () => {
it("successfully loads", () => {
cy.visit("/")
})
})