test: fix connections e2e
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Alex Moreno 2024-07-19 09:53:41 +02:00
parent 94aefb057c
commit 9340d47485
1 changed files with 1 additions and 1 deletions

View File

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