From e9669263d898bdf3a96d86ad18af597f0eb6972a Mon Sep 17 00:00:00 2001 From: Safia Abdalla Date: Tue, 28 Jan 2025 16:29:45 +0000 Subject: [PATCH 1/2] Quarantine SubmitButtonFormactionAttributeOverridesEnhancedFormAction --- .../FormHandlingTests/FormWithParentBindingContextTest.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs b/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs index c36af49520a4..f32b43bfd1e6 100644 --- a/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs +++ b/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs @@ -8,6 +8,7 @@ using Microsoft.AspNetCore.Components.E2ETest.Infrastructure; using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures; using Microsoft.AspNetCore.E2ETesting; +using Microsoft.AspNetCore.InternalTesting; using OpenQA.Selenium; using TestServer; using Xunit.Abstractions; @@ -1358,6 +1359,7 @@ public void RadioButtonGetsResetAfterSubmittingEnhancedForm() } [Fact] + [QuaratinedTest("https://github.com/dotnet/aspnetcore/issues/60067")] public void SubmitButtonFormactionAttributeOverridesEnhancedFormAction() { GoTo("forms/form-submit-button-with-formaction"); From 7de36f6de50086f6f3a03b60ad6a0bad3dbe5419 Mon Sep 17 00:00:00 2001 From: Safia Abdalla Date: Tue, 28 Jan 2025 21:34:44 -0800 Subject: [PATCH 2/2] Update src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs --- .../FormHandlingTests/FormWithParentBindingContextTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs b/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs index f32b43bfd1e6..5b7415b1d902 100644 --- a/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs +++ b/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs @@ -1359,7 +1359,7 @@ public void RadioButtonGetsResetAfterSubmittingEnhancedForm() } [Fact] - [QuaratinedTest("https://github.com/dotnet/aspnetcore/issues/60067")] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/60067")] public void SubmitButtonFormactionAttributeOverridesEnhancedFormAction() { GoTo("forms/form-submit-button-with-formaction");