Skip to content

Commit 4ce42f7

Browse files
committed
rb - spec guard (IE doesn't do logs)
1 parent ec7ca89 commit 4ce42f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/spec/integration/selenium/webdriver/options_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module WebDriver
2424
describe Options do
2525

2626
# Not supported in W3C Spec
27-
not_compliant_on :browser => :marionette do
27+
not_compliant_on :browser => [:marionette, :ie] do
2828
describe 'logs' do
2929
compliant_on :driver => :remote do
3030
# Phantomjs Returns har instead of driver

0 commit comments

Comments
 (0)