From 561d210d3ae89f67d6ab29800e8f5849aaa1163b Mon Sep 17 00:00:00 2001 From: Ilona Tomkowicz Date: Wed, 6 Aug 2025 14:23:41 +0200 Subject: [PATCH] Enable after chromium bump. --- .../FormHandlingTests/FormWithParentBindingContextTest.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs b/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs index b6948f9b766c..0e8dcdd5602f 100644 --- a/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs +++ b/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs @@ -1443,7 +1443,6 @@ public void RadioButtonGetsResetAfterSubmittingEnhancedForm() } [Fact] - [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/60067")] public void SubmitButtonFormactionAttributeOverridesEnhancedFormAction() { GoTo("forms/form-submit-button-with-formaction");