From 180300bb800b8ceff7caf4cd548e2e5d4fdc044f Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Wed, 18 Aug 2021 22:56:06 +0200 Subject: [PATCH] Fix typo --- client/cypress/integration/e2e/users/coupon.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', () => {