5660-changeRolDeliveryAssistant #1607

Merged
carlossa merged 36 commits from 5660-changeRolDeliveryAssistant into dev 2023-09-20 11:04:32 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d3e5e187e1 - Show all commits

View File

@ -8,7 +8,7 @@ describe('Client create path', () => {
beforeAll(async() => {
browser = await getBrowser();
page = browser.page;
await page.loginAndModule('deliveryAssistant', 'client');
await page.loginAndModule('deliveryBoss', 'client');
});
afterAll(async() => {