regularize test fixed
This commit is contained in:
parent
9ef3eac480
commit
6e0c342311
|
@ -176,7 +176,7 @@ describe('Item regularize path', () => {
|
||||||
|
|
||||||
it('should search for the ticket with id 23 once again', async() => {
|
it('should search for the ticket with id 23 once again', async() => {
|
||||||
const result = await nightmare
|
const result = await nightmare
|
||||||
.write(selectors.ticketsIndex.searchTicketInput, 'id:23')
|
.write(selectors.ticketsIndex.searchTicketInput, 'id:24')
|
||||||
.waitToClick(selectors.ticketsIndex.searchButton)
|
.waitToClick(selectors.ticketsIndex.searchButton)
|
||||||
.waitForNumberOfElements(selectors.ticketsIndex.searchResult, 1)
|
.waitForNumberOfElements(selectors.ticketsIndex.searchResult, 1)
|
||||||
.countElement(selectors.ticketsIndex.searchResult);
|
.countElement(selectors.ticketsIndex.searchResult);
|
||||||
|
|
Loading…
Reference in New Issue