File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/Components/test/E2ETest/Tests Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 10
10
using Xunit ;
11
11
using Xunit . Abstractions ;
12
12
13
- namespace Microsoft . AspNetCore . Components . E2ETest . ServerExecutionTests
13
+ namespace Microsoft . AspNetCore . Components . E2ETest . Tests
14
14
{
15
15
// For now this is limited to server-side execution because we don't have the ability to set the
16
16
// culture in client-side Blazor.
17
- public class WebAssemblyGlobalizationTest : GlobalizationTest < ToggleExecutionModeServerFixture < Program > >
17
+ // This type is internal since localization currently does not work.
18
+ // Make it public onc https://github.com/dotnet/runtime/issues/38124 is resolved.
19
+ internal class WebAssemblyGlobalizationTest : GlobalizationTest < ToggleExecutionModeServerFixture < Program > >
18
20
{
19
21
public WebAssemblyGlobalizationTest (
20
22
BrowserFixture browserFixture ,
You can’t perform that action at this time.
0 commit comments