Skip to content

Commit 0377410

Browse files
Unskip some fixed E2E tests (#31614)
1 parent a047b9c commit 0377410

File tree

3 files changed

+3
-38
lines changed

3 files changed

+3
-38
lines changed

src/Components/test/E2ETest/Tests/BindTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ public void CanBindTextboxNullableDouble()
551551
Assert.Equal(string.Empty, mirrorValue.GetAttribute("value"));
552552
}
553553

554-
[Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/30312")]
554+
[Fact]
555555
public void CanBindTextboxDecimal()
556556
{
557557
var target = Browser.Exists(By.Id("textbox-decimal"));
@@ -574,7 +574,7 @@ public void CanBindTextboxDecimal()
574574
Assert.Equal("0.010", mirrorValue.GetAttribute("value"));
575575
}
576576

577-
[Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/30312")]
577+
[Fact]
578578
public void CanBindTextboxNullableDecimal()
579579
{
580580
var target = Browser.Exists(By.Id("textbox-nullable-decimal"));

src/Components/test/E2ETest/Tests/WebAssemblyICUShardingTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public void LoadingApp_RussianLanguage_Works()
8181
Assert.Equal("Hello", localizedDisplay.Text); // No localized resources for this culture.
8282
}
8383

84-
[Fact(Skip = "Figure out why this is broken")]
84+
[Fact]
8585
public void LoadingApp_KannadaLanguage_Works()
8686
{
8787
// Arrange

src/Components/test/E2ETest/Tests/WebAssemblyStringComparisonTest.cs

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)