refs #5287 f describe
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alexandre Riera 2023-02-27 08:41:27 +01:00
parent 5d9220c5c0
commit 5b7306a9ca
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 summary path', () => {
describe('Worker summary path', () => {
const workerId = 3;
let browser;
let page;