e2e repairs
This commit is contained in:
parent
20bea9679c
commit
84c680d8ed
|
@ -70,9 +70,10 @@ describe('Ticket Edit basic data path', () => {
|
|||
|
||||
it(`should have a price diference`, async() => {
|
||||
const result = await nightmare
|
||||
.wait(1900)
|
||||
.waitToGetProperty(selectors.ticketBasicData.stepTwoTotalPriceDif, 'innerText');
|
||||
|
||||
expect(result).toContain('-12.25 €');
|
||||
expect(result).toContain('-187.75 €');
|
||||
});
|
||||
|
||||
it(`should then click next to move on to step three`, async() => {
|
||||
|
|
Loading…
Reference in New Issue