the fdescribe wasn't needed at all XD
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Jimenez Ruiz 2020-08-14 11:57:53 +02:00
parent 69ddf3a615
commit caf5ad7a63
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 calendar path', () => {
describe('Worker calendar path', () => {
let browser;
let page;
beforeAll(async() => {