remove fdescribe puppeter
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Carlos Satorres 2023-06-05 07:55:53 +02:00
parent 5798b28c5e
commit 9ef51f5600
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ export async function getBrowser() {
args,
defaultViewport: null,
headless: headless,
slowMo: 40, // slow down by ms
slowMo: 1, // slow down by ms
// ignoreDefaultArgs: ['--disable-extensions'],
// executablePath: '/usr/bin/google-chrome-stable',
// executablePath: '/usr/bin/firefox-developer-edition',

View File

@ -5,7 +5,7 @@ const $ = {
form: 'vn-worker-department-basic-data form',
};
fdescribe('department summary path', () => {
describe('department summary path', () => {
let browser;
let page;
beforeAll(async() => {