Skip to content

Instantly share code, notes, and snippets.

@dannyshain
Last active November 11, 2021 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dannyshain/41d626607ad6fb0b482566d594d8565e to your computer and use it in GitHub Desktop.
Save dannyshain/41d626607ad6fb0b482566d594d8565e to your computer and use it in GitHub Desktop.
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