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 310
310
<NewtonsoftJsonBsonVersion >1.0.2</NewtonsoftJsonBsonVersion >
311
311
<NewtonsoftJsonVersion >13.0.3</NewtonsoftJsonVersion >
312
312
<NSwagApiDescriptionClientVersion >13.0.4</NSwagApiDescriptionClientVersion >
313
- <PhotinoNETVersion >2.4.0 </PhotinoNETVersion >
313
+ <PhotinoNETVersion >2.5.2 </PhotinoNETVersion >
314
314
<MicrosoftPlaywrightVersion >1.28.0</MicrosoftPlaywrightVersion >
315
315
<PollyExtensionsHttpVersion >3.0.0</PollyExtensionsHttpVersion >
316
316
<PollyVersion >7.2.4</PollyVersion >
Original file line number Diff line number Diff line change @@ -1466,7 +1466,7 @@ public void SubmitButtonFormenctypeAttributeOverridesEnhancedFormEnctype()
1466
1466
[ Fact ]
1467
1467
public void EnhancedFormThatCallsNavigationManagerRefreshDoesNotPushHistoryEntry ( )
1468
1468
{
1469
- GoTo ( "about:blank" ) ;
1469
+ Navigate ( "about:blank" ) ;
1470
1470
1471
1471
var startUrl = Browser . Url ;
1472
1472
GoTo ( "forms/form-that-calls-navigation-manager-refresh" ) ;
@@ -1488,7 +1488,7 @@ public void EnhancedFormThatCallsNavigationManagerRefreshDoesNotPushHistoryEntry
1488
1488
[ Fact ]
1489
1489
public void EnhancedFormThatCallsNavigationManagerRefreshDoesNotPushHistoryEntry_Streaming ( )
1490
1490
{
1491
- GoTo ( "about:blank" ) ;
1491
+ Navigate ( "about:blank" ) ;
1492
1492
1493
1493
var startUrl = Browser . Url ;
1494
1494
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
+
1
4
using Microsoft . AspNetCore . Components . WebAssembly . Hosting ;
2
5
3
6
var builder = WebAssemblyHostBuilder . CreateDefault ( args ) ;
You can’t perform that action at this time.
0 commit comments