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