Last active
November 11, 2021 19:25
-
-
Save dannyshain/41d626607ad6fb0b482566d594d8565e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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