This commit is contained in:
parent
37a7d02006
commit
8a9e4ccefb
|
@ -8,7 +8,7 @@ describe('Account create and basic data path', () => {
|
|||
beforeAll(async() => {
|
||||
browser = await getBrowser();
|
||||
page = browser.page;
|
||||
await page.loginAndModule('developer', 'account');
|
||||
await page.loginAndModule('sysadmin', 'account');
|
||||
});
|
||||
|
||||
afterAll(async() => {
|
||||
|
|
Loading…
Reference in New Issue