Fix typo
This commit is contained in:
parent
8c70b051ff
commit
180300bb80
|
|
@ -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', () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue