Files
hoppscotch/tests/e2e/integration/app.starter.spec.js
Liyas Thomas 1587a44cd7 Lint
2020-06-19 12:26:04 +05:30

6 lines
188 B
JavaScript

describe("Visit Home", () => {
it('Have a page title with "Postwoman"', () => {
cy.visit("/", { retryOnStatusCodeFailure: true }).get("title").should("contain", "Postwoman")
})
})