This commit is contained in:
Ramon Wenger 2021-08-18 22:56:06 +02:00
parent 8c70b051ff
commit 180300bb80
1 changed files with 1 additions and 1 deletions

View File

@ -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', () => {