Skip to content

Commit 75d4bcf

Browse files
committed
Fix Cypress test (disabled)
1 parent 4971de4 commit 75d4bcf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cypress/integration/app/common/footer.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ describe('Common > Footer section', () => {
2121
cy.get('#footer-logo-unly-brand').should('have.length', 1);
2222
});
2323

24-
it('should have the customer logo in the footer', () => {
25-
cy.get('#footer-logo').should('have.length', 1);
26-
});
24+
// Disabled because footer logo can be removed by anyone on the public demo and this makes tests crash for no valid reason (annoying)
25+
// it('should have the customer logo in the footer', () => {
26+
// cy.get('#footer-logo').should('have.length', 1);
27+
// });
2728

2829
it('should display the i18n button to change language', () => {
2930
cy.get<Customer>('@customer').then((customer: Customer) => {

0 commit comments

Comments
 (0)