We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 168e96a commit 02ac5ccCopy full SHA for 02ac5cc
src/Components/test/E2ETest/Tests/WebAssemblyICUShardingTest.cs
@@ -53,7 +53,7 @@ public void LoadingApp_KoreanLanguage_Works()
53
Assert.Equal(culture.ToString(), cultureDisplay.Text);
54
55
var dateDisplay = Browser.Exists(By.Id("dateTime"));
56
- Assert.Equal("2020. 9. 2. 오전 12:00:00", dateDisplay.Text);
+ Assert.Equal("2020. 9. 2. 00:00:00", dateDisplay.Text);
57
58
var localizedDisplay = Browser.Exists(By.Id("localizedString"));
59
// The app has a "ko" resx file. This test verifies that we can walk up the culture hierarchy correctly.
0 commit comments