Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 880b8b5

Browse files
author
Pablo Huerta
committed
Our Work tests
1 parent bec8a16 commit 880b8b5

File tree

4 files changed

+318
-149
lines changed

4 files changed

+318
-149
lines changed

cypress/integration/app-home.spec.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,9 @@ describe('Home Page', function () {
219219
cy.get('app-footer').as('footer');
220220
});
221221
it('Should exist and be visible', function () {
222-
cy.get('@footer').scrollIntoView()
223-
cy.get('@footer').should('exist')
224-
})
225-
})
222+
cy.get('@footer').scrollIntoView();
223+
cy.get('@footer').should('exist');
224+
});
225+
});
226226
});
227227
});

0 commit comments

Comments
 (0)