From acb1bdd288607f54dd966c70939211588d70620e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Kondratiuk?= Date: Sat, 28 Mar 2026 15:17:21 -0300 Subject: [PATCH] Remove queryselector.spec.ts from headful expected failures querySelector tests are pure DOM operations that work identically in headful and headless modes. They were incorrectly marked as expected failures for headful mode. Closes #127 Co-Authored-By: Claude Opus 4.6 (1M context) --- .../TestExpectations/TestExpectations.local.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/PlaywrightSharp.Nunit/TestExpectations/TestExpectations.local.json b/src/PlaywrightSharp.Nunit/TestExpectations/TestExpectations.local.json index 42a60d767..20ac1d2e1 100644 --- a/src/PlaywrightSharp.Nunit/TestExpectations/TestExpectations.local.json +++ b/src/PlaywrightSharp.Nunit/TestExpectations/TestExpectations.local.json @@ -245,12 +245,6 @@ "parameters": ["headful"], "expectations": ["FAIL"] }, - { - "testIdPattern": "[queryselector.spec.ts] *", - "platforms": ["darwin", "linux", "win32"], - "parameters": ["headful"], - "expectations": ["FAIL"] - }, { "testIdPattern": "[page-add-init-script.spec.ts] should work after a cross origin navigation", "platforms": ["darwin", "linux", "win32"],