regularize test fixed

This commit is contained in:
Gerard 2019-02-28 15:39:12 +01:00
parent 9ef3eac480
commit 6e0c342311
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ describe('Item regularize path', () => {
it('should search for the ticket with id 23 once again', async() => {
const result = await nightmare
.write(selectors.ticketsIndex.searchTicketInput, 'id:23')
.write(selectors.ticketsIndex.searchTicketInput, 'id:24')
.waitToClick(selectors.ticketsIndex.searchButton)
.waitForNumberOfElements(selectors.ticketsIndex.searchResult, 1)
.countElement(selectors.ticketsIndex.searchResult);