refs #5468 fix e2e
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2023-04-26 12:35:00 +02:00
parent 37a7d02006
commit 8a9e4ccefb
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ describe('Account create and basic data 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('sysadmin', 'account');
}); });
afterAll(async() => { afterAll(async() => {