File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
src/Components/test/E2ETest/Tests Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ protected override void InitializeAsyncCore()
34
34
}
35
35
36
36
[ Fact ]
37
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/23643" ) ]
37
38
public void ShowsErrorNotification_OnError_Dismiss ( )
38
39
{
39
40
var errorUi = Browser . FindElement ( By . Id ( "blazor-error-ui" ) ) ;
Original file line number Diff line number Diff line change 5
5
using Microsoft . AspNetCore . Components . E2ETest . Infrastructure ;
6
6
using Microsoft . AspNetCore . Components . E2ETest . Infrastructure . ServerFixtures ;
7
7
using Microsoft . AspNetCore . E2ETesting ;
8
+ using Microsoft . AspNetCore . Testing ;
8
9
using OpenQA . Selenium ;
9
10
using Xunit ;
10
11
using Xunit . Abstractions ;
@@ -29,6 +30,7 @@ protected override void InitializeAsyncCore()
29
30
}
30
31
31
32
[ Theory ]
33
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/23643" ) ]
32
34
[ InlineData ( "capturing_lambda" ) ]
33
35
[ InlineData ( "unbound_lambda" ) ]
34
36
[ InlineData ( "unbound_lambda_nested" ) ]
Original file line number Diff line number Diff line change 6
6
using Microsoft . AspNetCore . Components . E2ETest . Infrastructure ;
7
7
using Microsoft . AspNetCore . Components . E2ETest . Infrastructure . ServerFixtures ;
8
8
using Microsoft . AspNetCore . E2ETesting ;
9
+ using Microsoft . AspNetCore . Testing ;
9
10
using OpenQA . Selenium ;
10
11
using Xunit ;
11
12
using Xunit . Abstractions ;
@@ -86,6 +87,7 @@ public void CanSetCultureAndParseCultureSensitiveNumbersAndDates(string culture)
86
87
// We need to do step 4 to make sure that the value we're entering can "stick" in the form field.
87
88
// We can't use ".Text" because DOM reasons :(
88
89
[ Theory ]
90
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/23643" ) ]
89
91
[ InlineData ( "en-US" ) ]
90
92
[ InlineData ( "fr-FR" ) ]
91
93
public void CanSetCultureAndParseCultureInvariantNumbersAndDatesWithInputFields ( string culture )
You can’t perform that action at this time.
0 commit comments