test: fix connections e2e
gitea/salix/pipeline/pr-dev This commit looks good
Details
gitea/salix/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
94aefb057c
commit
9340d47485
|
@ -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');
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue