refs #5660 change acl

This commit is contained in:
Carlos Satorres 2023-09-11 13:46:52 +02:00
parent 62a4469803
commit d3e5e187e1
1 changed files with 1 additions and 1 deletions

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() => {