Skip to content

Commit 1692289

Browse files
[release/8.0] Backport test fixes (#54912)
* Test fixes (#54825) * Add license header --------- Co-authored-by: Steve Sanderson <[email protected]>
1 parent bc351a0 commit 1692289

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
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>

src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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");

src/Components/test/testassets/Components.WasmRemoteAuthentication/Program.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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+
14
using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
25

36
var builder = WebAssemblyHostBuilder.CreateDefault(args);

0 commit comments

Comments
 (0)