6743-exportDb #1953

Merged
juan merged 7 commits from 6743-exportDb into dev 2024-01-25 15:47:29 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9981c0bef9 - Show all commits

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');
});