File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
dotnet/test/common/BiDi/BrowsingContext Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ namespace OpenQA.Selenium.BiDi.BrowsingContext;
2626class BrowsingContextEventsTest : BiDiTestFixture
2727{
2828 [ Test ]
29+ [ IgnoreBrowser ( Selenium . Browser . Firefox , "Not supported yet?" ) ]
2930 public async Task CanListenDownloadWillBeginEvent ( )
3031 {
3132 await context . NavigateAsync ( UrlBuilder . WhereIs ( "downloads/download.html" ) , new ( ) { Wait = ReadinessState . Complete } ) ;
@@ -45,6 +46,7 @@ public async Task CanListenDownloadWillBeginEvent()
4546 }
4647
4748 [ Test ]
49+ [ IgnoreBrowser ( Selenium . Browser . Firefox , "Not supported yet?" ) ]
4850 public async Task CanListenDownloadEndEvent ( )
4951 {
5052 await context . NavigateAsync ( UrlBuilder . WhereIs ( "downloads/download.html" ) , new ( ) { Wait = ReadinessState . Complete } ) ;
You can’t perform that action at this time.
0 commit comments