1361 - Añadir filtro por año #348

Merged
joan merged 16 commits from 1361-calendar_date_filter into dev 2020-08-18 12:18:41 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit caf5ad7a63 - Show all commits

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() => {