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 1
1
@page " /"
2
2
3
- <h1 id =" session-storage-anchor " >Hello, world!</h1 >
3
+ <h1 id =" session-storage-marker " >Hello, world!</h1 >
4
4
5
5
Welcome 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
89
89
{
90
90
// Navigate to the test origin to ensure the browser is on the correct state to access sessionStorage
91
91
fixture . Navigate ( $ "{ fixture . ServerPathBase } /") ;
92
- fixture . Browser . Exists ( By . Id ( "session-storage-anchor " ) ) ;
92
+ fixture . Browser . Exists ( By . Id ( "session-storage-marker " ) ) ;
93
93
}
94
94
95
95
public static long GetScrollY ( this IWebDriver browser )
Original file line number Diff line number Diff line change 2
2
@using System .Web
3
3
@inject NavigationManager NavigationManager
4
4
5
- <p id =" session-storage-anchor " ></p >
5
+ <p id =" session-storage-marker " ></p >
6
6
<div id =" test-selector" >
7
7
Select test:
8
8
<select id =" test-selector-select" @bind =SelectedComponentTypeName >
Original file line number Diff line number Diff line change 2
2
3
3
<PageTitle >Home</PageTitle >
4
4
5
- <h1 id =" session-storage-anchor " >Hello</h1 >
5
+ <h1 id =" session-storage-marker " >Hello</h1 >
6
6
7
7
<p >This is a Razor Component endpoint.</p >
You can’t perform that action at this time.
0 commit comments