e2e fixed
This commit is contained in:
parent
8923970e75
commit
80168900fe
|
@ -17,7 +17,6 @@ describe('Ticket services path', () => {
|
||||||
.write(selectors.ticketService.firstDescriptionInput, 'my service')
|
.write(selectors.ticketService.firstDescriptionInput, 'my service')
|
||||||
.clearInput(selectors.ticketService.firstQuantityInput)
|
.clearInput(selectors.ticketService.firstQuantityInput)
|
||||||
.write(selectors.ticketService.firstQuantityInput, 99)
|
.write(selectors.ticketService.firstQuantityInput, 99)
|
||||||
.clearInput(selectors.ticketService.firstPriceInput)
|
|
||||||
.write(selectors.ticketService.firstPriceInput, 999)
|
.write(selectors.ticketService.firstPriceInput, 999)
|
||||||
.autocompleteSearch(selectors.ticketService.firstVatTypeAutocomplete, 'General VAT')
|
.autocompleteSearch(selectors.ticketService.firstVatTypeAutocomplete, 'General VAT')
|
||||||
.waitToClick(selectors.ticketService.saveServiceButton)
|
.waitToClick(selectors.ticketService.saveServiceButton)
|
||||||
|
|
Loading…
Reference in New Issue