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 d29ea82 commit c1beae5Copy full SHA for c1beae5
rb/spec/integration/selenium/webdriver/remote/element_spec.rb
@@ -33,6 +33,7 @@ module WebDriver
33
34
driver.find_element(id: 'upload').send_keys('random string')
35
driver.find_element(id: 'go').submit
36
+ wait.until { driver.find_element(id: 'upload_label').displayed? }
37
38
driver.switch_to.frame('upload_target')
39
body = driver.find_element(xpath: '//body')
0 commit comments