We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4971de4 commit 75d4bcfCopy full SHA for 75d4bcf
cypress/integration/app/common/footer.ts
@@ -21,9 +21,10 @@ describe('Common > Footer section', () => {
21
cy.get('#footer-logo-unly-brand').should('have.length', 1);
22
});
23
24
- it('should have the customer logo in the footer', () => {
25
- cy.get('#footer-logo').should('have.length', 1);
26
- });
+ // 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);
27
+ // });
28
29
it('should display the i18n button to change language', () => {
30
cy.get<Customer>('@customer').then((customer: Customer) => {
0 commit comments