Skip to content

Commit

Permalink
Fix Cypress test (disabled)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed Apr 11, 2023
1 parent 4971de4 commit 75d4bcf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cypress/integration/app/common/footer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ describe('Common > Footer section', () => {
cy.get('#footer-logo-unly-brand').should('have.length', 1);
});

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

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

1 comment on commit 75d4bcf

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.