excluded web access e2e path for another task to fix it.
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Jimenez Ruiz 2022-06-16 12:08:58 +02:00
parent aa6ec3f770
commit 5dd91a0be9
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ import selectors from '../../helpers/selectors';
import getBrowser from '../../helpers/puppeteer';
describe('Client Edit web access path', () => {
panding('#4170 e2e account descriptor');
let browser;
let page;
beforeAll(async() => {