e2e repairs

This commit is contained in:
Carlos Jimenez Ruiz 2019-01-26 15:53:06 +01:00
parent 20bea9679c
commit 84c680d8ed
1 changed files with 2 additions and 1 deletions

View File

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