Skip to content

Commit 097fcc8

Browse files
committed
Ignore test for specific browsers
1 parent 452fe80 commit 097fcc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ 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")]
6466
public async Task CanGetClientWindows()
6567
{
6668
var clientWindows = await bidi.Browser.GetClientWindowsAsync();

0 commit comments

Comments
 (0)