Fix typo
This commit is contained in:
parent
8c70b051ff
commit
180300bb80
|
|
@ -39,7 +39,7 @@ describe('Email Verification', () => {
|
||||||
|
|
||||||
cy.visit('/license-activation');
|
cy.visit('/license-activation');
|
||||||
redeemCoupon('');
|
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', () => {
|
it('displays error if coupon input is wrong', () => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue