#1693 fix e2e test
gitea/salix/dev There was a failure building this commit Details

This commit is contained in:
Bernat 2019-09-17 14:17:15 +02:00
parent 6b136898ce
commit d66d2f16c0
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ describe('Ticket Edit basic data path', () => {
const result = await nightmare
.waitToGetProperty(selectors.ticketBasicData.stepTwoTotalPriceDif, 'innerText');
expect(result).toContain('-€184.25');
expect(result).toContain('-€248.00');
});
it(`should then click next to move on to step three`, async() => {