Updated test

This commit is contained in:
Liyas Thomas
2019-11-27 20:15:47 +05:30
parent 13615e06e9
commit 0ac01fe8e5

View File

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