File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
E2ETest/ServerRenderingTests/FormHandlingTests
testassets/Components.WasmRemoteAuthentication Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 310310 <NewtonsoftJsonBsonVersion >1.0.2</NewtonsoftJsonBsonVersion >
311311 <NewtonsoftJsonVersion >13.0.3</NewtonsoftJsonVersion >
312312 <NSwagApiDescriptionClientVersion >13.0.4</NSwagApiDescriptionClientVersion >
313- <PhotinoNETVersion >2.4.0 </PhotinoNETVersion >
313+ <PhotinoNETVersion >2.5.2 </PhotinoNETVersion >
314314 <MicrosoftPlaywrightVersion >1.28.0</MicrosoftPlaywrightVersion >
315315 <PollyExtensionsHttpVersion >3.0.0</PollyExtensionsHttpVersion >
316316 <PollyVersion >7.2.4</PollyVersion >
Original file line number Diff line number Diff line change @@ -1466,7 +1466,7 @@ public void SubmitButtonFormenctypeAttributeOverridesEnhancedFormEnctype()
14661466 [ Fact ]
14671467 public void EnhancedFormThatCallsNavigationManagerRefreshDoesNotPushHistoryEntry ( )
14681468 {
1469- GoTo ( "about:blank" ) ;
1469+ Navigate ( "about:blank" ) ;
14701470
14711471 var startUrl = Browser . Url ;
14721472 GoTo ( "forms/form-that-calls-navigation-manager-refresh" ) ;
@@ -1488,7 +1488,7 @@ public void EnhancedFormThatCallsNavigationManagerRefreshDoesNotPushHistoryEntry
14881488 [ Fact ]
14891489 public void EnhancedFormThatCallsNavigationManagerRefreshDoesNotPushHistoryEntry_Streaming ( )
14901490 {
1491- GoTo ( "about:blank" ) ;
1491+ Navigate ( "about:blank" ) ;
14921492
14931493 var startUrl = Browser . Url ;
14941494 GoTo ( "forms/form-that-calls-navigation-manager-refresh-streaming" ) ;
Original file line number Diff line number Diff line change 1+ // Licensed to the .NET Foundation under one or more agreements.
2+ // The .NET Foundation licenses this file to you under the MIT license.
3+
14using Microsoft . AspNetCore . Components . WebAssembly . Hosting ;
25
36var builder = WebAssemblyHostBuilder . CreateDefault ( args ) ;
You can’t perform that action at this time.
0 commit comments