We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7ca89 commit 4ce42f7Copy full SHA for 4ce42f7
rb/spec/integration/selenium/webdriver/options_spec.rb
@@ -24,7 +24,7 @@ module WebDriver
24
describe Options do
25
26
# Not supported in W3C Spec
27
- not_compliant_on :browser => :marionette do
+ not_compliant_on :browser => [:marionette, :ie] do
28
describe 'logs' do
29
compliant_on :driver => :remote do
30
# Phantomjs Returns har instead of driver
0 commit comments