Skip to content

Instantly share code, notes, and snippets.

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 shwetaneelsharma/37f7c464e65caf0e0ff43c56f3a68cdc to your computer and use it in GitHub Desktop.
Save shwetaneelsharma/37f7c464e65caf0e0ff43c56f3a68cdc to your computer and use it in GitHub Desktop.
Homepage simple test
context('Home Page', () => {
beforeEach(() => {
cy.visit('/');
});
it('Home Page test in English Languge!', () => {
cy.get('.block-inner').should('be.visible');
cy.eyesCheckWindow({
tag: "Home Page in English Languge",
target: 'window',
fully: true
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment