Removed focus
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-08-27 12:43:57 +02:00
parent 914407012a
commit 32de0e1e6f
1 changed files with 1 additions and 1 deletions

View File

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