removed a focused describe
gitea/salix/puppeteer There was a failure building this commit Details

This commit is contained in:
Carlos Jimenez Ruiz 2020-01-14 09:57:57 +01:00
parent 3cbd2d57e3
commit 7cb1626620
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import selectors from '../../helpers/selectors.js';
import getBrowser from '../../helpers/puppeteer';
fdescribe('Worker pbx path', () => {
describe('Worker pbx path', () => {
let browser;
let page;
beforeAll(async() => {