File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 10
10
using Microsoft . AspNetCore . Components . E2ETest . Infrastructure ;
11
11
using Microsoft . AspNetCore . Components . E2ETest . Infrastructure . ServerFixtures ;
12
12
using Microsoft . AspNetCore . E2ETesting ;
13
+ using Microsoft . AspNetCore . InternalTesting ;
13
14
using OpenQA . Selenium ;
14
15
using TestServer ;
15
16
using Xunit . Abstractions ;
@@ -32,6 +33,7 @@ public override Task InitializeAsync()
32
33
[ Theory ]
33
34
[ InlineData ( "server" ) ]
34
35
[ InlineData ( "webassembly" ) ]
36
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/57766" ) ]
35
37
public void CanUseAntiforgeryAfterInitialRender ( string target )
36
38
{
37
39
Navigate ( $ "{ ServerPathBase } /{ target } -antiforgery-form") ;
You can’t perform that action at this time.
0 commit comments