spreewald 0.9.3 → 0.9.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -10,6 +10,7 @@ module ToleranceForSeleniumSyncIssues
|
|
|
10
10
|
Selenium::WebDriver::Error::StaleElementReferenceError
|
|
11
11
|
Selenium::WebDriver::Error::NoAlertPresentError
|
|
12
12
|
Selenium::WebDriver::Error::ElementNotVisibleError
|
|
13
|
+
Selenium::WebDriver::Error::NoSuchFrameError
|
|
13
14
|
]
|
|
14
15
|
|
|
15
16
|
# This is similiar but not entirely the same as Capybara::Node::Base#wait_until or Capybara::Session#wait_until
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spreewald
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 51
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 9
|
|
9
|
-
-
|
|
10
|
-
version: 0.9.
|
|
9
|
+
- 4
|
|
10
|
+
version: 0.9.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Tobias Kraze
|