unfocus e2e

This commit is contained in:
Alex Moreno 2022-12-21 13:47:43 +01:00
parent 502a692521
commit d18e360f73
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('Item fixed prices path', () => {
describe('Item fixed prices path', () => {
let browser;
let page;
beforeAll(async() => {