e2e fixed

This commit is contained in:
Gerard 2019-03-06 08:54:32 +01:00
parent 8923970e75
commit 80168900fe
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ describe('Ticket services path', () => {
.write(selectors.ticketService.firstDescriptionInput, 'my service')
.clearInput(selectors.ticketService.firstQuantityInput)
.write(selectors.ticketService.firstQuantityInput, 99)
.clearInput(selectors.ticketService.firstPriceInput)
.write(selectors.ticketService.firstPriceInput, 999)
.autocompleteSearch(selectors.ticketService.firstVatTypeAutocomplete, 'General VAT')
.waitToClick(selectors.ticketService.saveServiceButton)