Skip to content

Commit bc8c2c8

Browse files
committed
rb: spec guard against upload bug in phantomjs / windows
1 parent 901ef32 commit bc8c2c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: rb/spec/integration/selenium/webdriver/element_spec.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
end
4747
end
4848

49-
not_compliant_on :browser => [:android, :iphone, :safari] do
49+
# PhantomJS on windows issue: https://github.com/ariya/phantomjs/issues/10993
50+
not_compliant_on({:browser => [:android, :iphone, :safari]}, {:browser => :phantomjs, :platform => :windows}) do
5051
it "should handle file uploads" do
5152
driver.navigate.to url_for("formPage.html")
5253

0 commit comments

Comments
 (0)