✅ Updated test
This commit is contained in:
parent
13615e06e9
commit
0ac01fe8e5
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
describe('Visit home', () => {
|
||||
it('Have a page title with "Postwoman"', () => {
|
||||
cy.visit('/')
|
||||
.get('title')
|
||||
.title()
|
||||
.should('contain','Postwoman')
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue