File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
rb/spec/integration/selenium/webdriver/bidi Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ class BiDi
72
72
expect ( info . url ) . to include ( '/bidi/logEntryAdded.html' )
73
73
end
74
74
75
- it 'can get tree with a child' , except : { browser : %i[ chrome edge ] } do
75
+ it 'can get tree with a child' do
76
76
browsing_context_id = driver . window_handle
77
77
parent_window = described_class . new ( driver : driver , browsing_context_id : browsing_context_id )
78
78
parent_window . navigate ( url : url_for ( 'iframes.html' ) ,
@@ -84,7 +84,7 @@ class BiDi
84
84
expect ( context_info . children [ 0 ] [ 'url' ] ) . to include ( 'formPage.html' )
85
85
end
86
86
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
88
88
browsing_context_id = driver . window_handle
89
89
parent_window = described_class . new ( driver : driver , browsing_context_id : browsing_context_id )
90
90
parent_window . navigate ( url : url_for ( 'iframes.html' ) ,
You can’t perform that action at this time.
0 commit comments