spreewald 0.5.18 → 0.5.19

Sign up to get free protection for your applications and to get access to all the features.
@@ -380,7 +380,7 @@ end
380
380
  # More details [here](https://makandracards.com/makandra/1049-capybara-check-that-a-page-element-is-hidden-via-css)
381
381
  Then /^(the tag )?"([^\"]+)" should( not)? be visible$/ do |tag, selector_or_text, negate|
382
382
  case Capybara::current_driver
383
- when :selenium, :webkit
383
+ when :selenium, :webkit, :poltergeist
384
384
  patiently do
385
385
  visibility_detecting_javascript = %[
386
386
  (function() {
@@ -1,5 +1,5 @@
1
1
  # coding: UTF-8
2
2
 
3
3
  module Spreewald
4
- VERSION = "0.5.18"
4
+ VERSION = "0.5.19"
5
5
  end
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: 47
4
+ hash: 45
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 18
10
- version: 0.5.18
9
+ - 19
10
+ version: 0.5.19
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tobias Kraze