Merge pull request 'fix e2e: cambiado el ticket id' (!1413) from fix_e2e into dev
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #1413
Reviewed-by: Alexandre Riera <alexandre@verdnatura.es>
This commit is contained in:
Vicent Llopis 2023-03-27 10:41:08 +00:00
commit ec4b76a0f8
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ describe('Ticket Create notes path', () => {
browser = await getBrowser();
page = browser.page;
await page.loginAndModule('employee', 'ticket');
await page.accessToSearchResult('1');
await page.accessToSearchResult('5');
await page.accessToSection('ticket.card.observation');
});