diff --git a/client/cypress/integration/e2e/users/coupon.spec.js b/client/cypress/integration/e2e/users/coupon.spec.js index 4463c4ce..5513909a 100644 --- a/client/cypress/integration/e2e/users/coupon.spec.js +++ b/client/cypress/integration/e2e/users/coupon.spec.js @@ -39,7 +39,7 @@ describe('Email Verification', () => { cy.visit('/license-activation'); redeemCoupon(''); - cy.get('[data-cy="coupon-local-errors"]').contains('Coupon ist ein Pflichtfeld.'); + cy.get('[data-cy="coupon-local-errors"]').contains('Coupon ist ein Pflichtfeld'); }); it('displays error if coupon input is wrong', () => {