fix(test): refs #6743 fix test
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Pablo Natek 2024-01-25 15:09:48 +01:00
parent a7faac3ef6
commit 9981c0bef9
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ describe('Ticket Edit sale path', () => {
beforeAll(async() => {
browser = await getBrowser();
page = browser.page;
await page.loginAndModule('developer', 'ticket');
await page.loginAndModule('salesPerson', 'ticket');
await page.accessToSearchResult('16');
await page.accessToSection('ticket.card.sale');
});