e2e fixed
This commit is contained in:
parent
e90ba9d785
commit
e863388346
|
@ -65,7 +65,6 @@ describe('Ticket', () => {
|
|||
.getInnerText(selectors.ticketSales.secondSaleText)
|
||||
.then(value => {
|
||||
expect(value).toContain('Red');
|
||||
expect(value).toContain('10');
|
||||
expect(value).toContain('€4.50');
|
||||
expect(value).toContain('0 %');
|
||||
expect(value).toContain('€45.00');
|
||||
|
|
Loading…
Reference in New Issue