File tree Expand file tree Collapse file tree
rb/spec/integration/selenium/webdriver/bidi Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ class BiDi
7272 expect ( info . url ) . to include ( '/bidi/logEntryAdded.html' )
7373 end
7474
75- it 'can get tree with a child' , except : { browser : %i[ chrome edge ] } do
75+ it 'can get tree with a child' do
7676 browsing_context_id = driver . window_handle
7777 parent_window = described_class . new ( driver : driver , browsing_context_id : browsing_context_id )
7878 parent_window . navigate ( url : url_for ( 'iframes.html' ) ,
@@ -84,7 +84,7 @@ class BiDi
8484 expect ( context_info . children [ 0 ] [ 'url' ] ) . to include ( 'formPage.html' )
8585 end
8686
87- it 'can get tree with depth' , except : { browser : %i[ chrome edge ] , reason : 'not yet implemented' } do
87+ it 'can get tree with depth' do
8888 browsing_context_id = driver . window_handle
8989 parent_window = described_class . new ( driver : driver , browsing_context_id : browsing_context_id )
9090 parent_window . navigate ( url : url_for ( 'iframes.html' ) ,
You can’t perform that action at this time.
0 commit comments