From 596c3cc6386d00b0bd9b88db53712cb34b651b44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Kondratiuk?= Date: Sat, 28 Mar 2026 15:18:24 -0300 Subject: [PATCH] Remove page-select-option headful expected failure: tests have no headful-specific dependencies The page-select-option tests perform basic DOM select element manipulation via the Playwright protocol and work identically in headless and headful modes. They were incorrectly marked as headful failures during bulk CI setup. Closes #126 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..0351d74c5 100644 --- a/src/PlaywrightSharp.Nunit/TestExpectations/TestExpectations.local.json +++ b/src/PlaywrightSharp.Nunit/TestExpectations/TestExpectations.local.json @@ -239,12 +239,6 @@ "parameters": ["headful"], "expectations": ["FAIL"] }, - { - "testIdPattern": "[page-select-option.spec.ts] *", - "platforms": ["darwin", "linux", "win32"], - "parameters": ["headful"], - "expectations": ["FAIL"] - }, { "testIdPattern": "[queryselector.spec.ts] *", "platforms": ["darwin", "linux", "win32"],