e2e now navigates to the right ticket
gitea/salix/dev This commit looks good Details

This commit is contained in:
Gerard 2019-02-28 16:25:09 +01:00
parent 6e0c342311
commit 6a706b3e22
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ describe('Item regularize path', () => {
it(`should now click on the search result to access to the ticket summary`, async() => {
const url = await nightmare
.waitForTextInElement(selectors.ticketsIndex.searchResult, '23')
.waitForTextInElement(selectors.ticketsIndex.searchResult, '24')
.waitToClick(selectors.ticketsIndex.searchResult)
.waitForURL('/summary')
.parsedUrl();