Updating tests

This commit is contained in:
Liyas Thomas
2020-03-12 22:49:43 +05:30
parent fa31f8667f
commit 564f659778
3 changed files with 17 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
describe("Visit home", () => {
describe("Visit Home", () => {
it('Have a page title with "Postwoman"', () => {
cy.visit("/", { retryOnStatusCodeFailure: true })
.get("title")