Check Post Exists
{ title - Post Title, postType - Post type, }
title
postType
Check for the post, without spefifying second parameer.
post
cy.checkPostExists({ title: 'Hello world!',}) Copy
cy.checkPostExists({ title: 'Hello world!',})
Check for the page.
page
cy.checkPostExists({ title: 'Sample Page', postType: 'page',}) Copy
cy.checkPostExists({ title: 'Sample Page', postType: 'page',})
Check Post Exists