Skip to content

Commit 0a8d550

Browse files
committed
fix which tet is disabled
1 parent 79b9274 commit 0a8d550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotnet/test/common/BiDi/Script/CallFunctionLocalValueTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ await context.Script.CallFunctionAsync($$"""
8989
}
9090

9191
[Test]
92-
[IgnoreBrowser(Selenium.Browser.Edge, "Chromium can't handle -0 argument as a number: https://github.com/w3c/webdriver-bidi/issues/887")]
93-
[IgnoreBrowser(Selenium.Browser.Chrome, "Chromium can't handle -0 argument as a number: https://github.com/w3c/webdriver-bidi/issues/887")]
9492
public void CanCallFunctionWithArgumentRecentDate()
9593
{
9694
const string PinnedDateTimeString = "2025-03-09T00:30:33.083Z";
@@ -180,6 +178,8 @@ await context.Script.CallFunctionAsync($$"""
180178
}
181179

182180
[Test]
181+
[IgnoreBrowser(Selenium.Browser.Edge, "Chromium can't handle -0 argument as a number: https://github.com/w3c/webdriver-bidi/issues/887")]
182+
[IgnoreBrowser(Selenium.Browser.Chrome, "Chromium can't handle -0 argument as a number: https://github.com/w3c/webdriver-bidi/issues/887")]
183183
public void CanCallFunctionWithArgumentNumberNegative0()
184184
{
185185
var minus0 = new LocalValue.Number(double.NegativeZero);

0 commit comments

Comments
 (0)