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 26e4ac8 commit 6d8c621Copy full SHA for 6d8c621
rb/spec/integration/selenium/webdriver/element_spec.rb
@@ -20,6 +20,11 @@
20
require_relative 'spec_helper'
21
22
describe "Element" do
23
+ before do
24
+ compliant_on :browser => :safari do
25
+ sleep 0.5 # Some kind of race condition preventing initial navigation; only on safari
26
+ end
27
28
29
it "should click" do
30
driver.navigate.to url_for("formPage.html")
rb/spec/integration/selenium/webdriver/target_locator_spec.rb
@@ -76,6 +76,7 @@
76
end
77
78
79
+ # Safari Note - Ensure Popup Blocker turned off to prevent failures
80
not_compliant_on :browser => :iphone do
81
it "should switch to a window and back when given a block" do
82
driver.navigate.to url_for("xhtmlTest.html")
0 commit comments