Skip to content

Commit 9812791

Browse files
committed
[rb] Removing guards for BiDi tests
1 parent 4ef7314 commit 9812791

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rb/spec/integration/selenium/webdriver/bidi/browsing_context_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'),

0 commit comments

Comments
 (0)