Updated test

This commit is contained in:
Liyas Thomas
2019-11-27 20:22:32 +05:30
parent 0ac01fe8e5
commit c75e4a52eb

View File

@@ -1,7 +0,0 @@
describe('Visit home', () => {
it('Have a page title with "Postwoman"', () => {
cy.visit('/')
.title()
.should('contain','Postwoman')
})
})