Skip to content

Commit 3ea6247

Browse files
committed
[rb] mark downloads test as pending the next release
1 parent 5d5a6eb commit 3ea6247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ruby/spec/drivers/remote_webdriver_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
expect(file_name.text).to eq 'selenium-snapshot.png'
3333
end
3434

35-
it 'downloads' do
35+
it 'downloads', pending: 'enable_downloads accessor added in trunk' do
3636
options = default_chrome_options
3737
options.enable_downloads = true
3838
driver = Selenium::WebDriver.for :remote, url: grid_url, options: options

0 commit comments

Comments
 (0)