From 41f95434be123ef1845101f8b9c2d684c576e10c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Kondratiuk?= Date: Sat, 28 Mar 2026 15:17:14 -0300 Subject: [PATCH] Remove incorrect headful expected failure for elementhandle-content-frame tests The elementhandle-content-frame.spec.ts tests were incorrectly marked as expected failures in headful mode. These tests perform basic DOM operations (page navigation, iframe creation, element querying, content frame resolution) with no headful-specific dependencies -- they do not depend on rendering, focus, or any visual display behavior. This matches the upstream Playwright which has no test expectations for these tests in any mode. Closes #110 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..370b74dde 100644 --- a/src/PlaywrightSharp.Nunit/TestExpectations/TestExpectations.local.json +++ b/src/PlaywrightSharp.Nunit/TestExpectations/TestExpectations.local.json @@ -143,12 +143,6 @@ "parameters": ["headful"], "expectations": ["FAIL"] }, - { - "testIdPattern": "[elementhandle-content-frame.spec.ts] *", - "platforms": ["darwin", "linux", "win32"], - "parameters": ["headful"], - "expectations": ["FAIL"] - }, { "testIdPattern": "[elementhandle-convenience.spec.ts] *", "platforms": ["darwin", "linux", "win32"],