mirror of
https://github.com/nasa/openmct.git
synced 2025-06-19 23:53:49 +00:00
removing debug statements for PR review
This commit is contained in:
@ -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' });
|
||||
|
Reference in New Issue
Block a user