File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
WebAssembly/testassets/StandaloneApp/Pages
E2ETest/ServerRenderingTests
Components.TestServer/RazorComponents/Pages Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11@page " /"
22
3- <h1 id =" session-storage-anchor " >Hello, world!</h1 >
3+ <h1 id =" session-storage-marker " >Hello, world!</h1 >
44
55Welcome to your new app.
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ private static void NavigateToOrigin<TServerFixture>(ServerTestBase<TServerFixtu
8989 {
9090 // Navigate to the test origin to ensure the browser is on the correct state to access sessionStorage
9191 fixture . Navigate ( $ "{ fixture . ServerPathBase } /") ;
92- fixture . Browser . Exists ( By . Id ( "session-storage-anchor " ) ) ;
92+ fixture . Browser . Exists ( By . Id ( "session-storage-marker " ) ) ;
9393 }
9494
9595 public static long GetScrollY ( this IWebDriver browser )
Original file line number Diff line number Diff line change 22@using System .Web
33@inject NavigationManager NavigationManager
44
5- <p id =" session-storage-anchor " ></p >
5+ <p id =" session-storage-marker " ></p >
66<div id =" test-selector" >
77 Select test:
88 <select id =" test-selector-select" @bind =SelectedComponentTypeName >
Original file line number Diff line number Diff line change 22
33<PageTitle >Home</PageTitle >
44
5- <h1 id =" session-storage-anchor " >Hello</h1 >
5+ <h1 id =" session-storage-marker " >Hello</h1 >
66
77<p >This is a Razor Component endpoint.</p >
You can’t perform that action at this time.
0 commit comments