From 272f4c8e73d97b0fb81905474c7828466cddcd27 Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Wed, 26 Feb 2025 10:15:54 +0100 Subject: [PATCH] remove comment --- tests/playwright-test/aria-snapshot-file.spec.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/playwright-test/aria-snapshot-file.spec.ts b/tests/playwright-test/aria-snapshot-file.spec.ts index 38d3422f1f..fe127eb57a 100644 --- a/tests/playwright-test/aria-snapshot-file.spec.ts +++ b/tests/playwright-test/aria-snapshot-file.spec.ts @@ -18,8 +18,6 @@ import { test, expect } from './playwright-test-fixtures'; import fs from 'fs'; import path from 'path'; -// TODO: this is where to change some tests - test.describe.configure({ mode: 'parallel' }); test('should match snapshot with name', async ({ runInlineTest }, testInfo) => {