Commit code with double quotes instead of single quotes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
describe('Visit home', () => {
|
||||
describe("Visit home", () => {
|
||||
it('Have a page title with "Postwoman"', () => {
|
||||
cy.visit('/', { retryOnStatusCodeFailure: true })
|
||||
.get('title')
|
||||
.should('contain', 'Postwoman')
|
||||
cy.visit("/", { retryOnStatusCodeFailure: true })
|
||||
.get("title")
|
||||
.should("contain", "Postwoman")
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user