Skip to content

Commit 45cc904

Browse files
committed
[dotnet] [bidi] Unignore GetClientWindows test for chromium
1 parent 99419ef commit 45cc904

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dotnet/test/common/BiDi/Browser/BrowserTest.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ public async Task CanRemoveUserContext()
6161
}
6262

6363
[Test]
64-
[IgnoreBrowser(Selenium.Browser.Chrome, "BiDi GetClientWindows command not yet supported by Chrome 133")]
65-
[IgnoreBrowser(Selenium.Browser.Edge, "BiDi GetClientWindows command not yet supported by Edge 133")]
6664
public async Task CanGetClientWindows()
6765
{
6866
var clientWindows = await bidi.Browser.GetClientWindowsAsync();

0 commit comments

Comments
 (0)