removing debug statements for PR review

This commit is contained in:
Scott Bell
2024-10-28 09:24:23 +01:00
parent 9ca489cf12
commit 55063a0045
3 changed files with 1 additions and 25 deletions

View File

@ -27,6 +27,7 @@ import {
import { expect, test } from '../../../../pluginFixtures.js';
test.describe('Comps', () => {
test.use({ failOnConsoleError: false });
test.beforeEach(async ({ page }) => {
// Open a browser, navigate to the main page, and wait until all networkevents to resolve
await page.goto('./', { waitUntil: 'domcontentloaded' });