7983-testToMaster_2438 #2977

Merged
alexm merged 212 commits from 7983-testToMaster_2438 into master 2024-09-17 05:36:47 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9340d47485 - Show all commits

View File

@ -8,7 +8,7 @@ describe('Account ACL path', () => {
beforeAll(async() => {
browser = await getBrowser();
page = browser.page;
await page.loginAndModule('developer', 'account');
await page.loginAndModule('developerBoss', 'account');
await page.accessToSection('account.acl');
});