We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18d2be0 commit 3edcd62Copy full SHA for 3edcd62
rb/spec/unit/selenium/webdriver/chrome/driver_spec.rb
@@ -22,7 +22,7 @@
22
module Selenium
23
module WebDriver
24
module Chrome
25
- fdescribe Driver do
+ describe Driver do
26
let(:resp) { {'sessionId' => 'foo', 'value' => Remote::Capabilities.chrome.as_json} }
27
let(:service) { instance_double(Service, start: true, uri: 'http://example.com') }
28
let(:caps) { Remote::Capabilities.new }
0 commit comments