Skip to content

Commit 9ff24e0

Browse files
committed
add rbe true to the guard
1 parent a8f4744 commit 9ff24e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ class BiDi
7474
expect(handles).not_to include(window2)
7575
end
7676

77-
it 'sets the viewport', except: {driver: :remote, reason: 'The viewport is not updated on remote'} do
77+
it 'sets the viewport',
78+
exclude: {driver: :remote, rbe: true, reason: 'The viewport is not updated on remote'} do
7879
browsing_context = described_class.new(bridge)
7980
browsing_context.set_viewport(width: 800, height: 600, device_pixel_ratio: 2.0)
8081
expect(driver.execute_script('return [window.innerWidth, window.innerHeight]')).to eq([800, 600])

0 commit comments

Comments
 (0)