Skip to content

Instantly share code, notes, and snippets.

@dannyshain
Last active November 11, 2021 19:25
it("Verify page description", () => {
cy.get('meta[name="description"]').should(
"have.attr",
"content",
"Testing SEO data using automation."
);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment