watir_drops 0.3.1 → 0.3.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aa11fb059bc7dd8bb7cd180a880f1d300a170852
4
- data.tar.gz: 6ea51cf3d197e12b0176cd71ccc6689bc574d9a2
3
+ metadata.gz: 0904187ff680cfc676395aecfb82dbc130585e46
4
+ data.tar.gz: 0a0fa6480521dc9ea8455639ef45bccf6c7ae027
5
5
  SHA512:
6
- metadata.gz: 8a286c2b7cf166dafe1ca229794df2fc6efcd3784d84197c15299f76e85fcf539fc8686834c34d2c7da8b4af6cbcd80a48b94058d1ab7565d099c13675090849
7
- data.tar.gz: 09158c49250bffcb8be02d17ef77ac1d170e731e134762c158ed7d7c09867863cbc4206cc185dc73cac342da8ac81f67b911a7be42cf805e3aea9e2f2b092715
6
+ metadata.gz: df165fa44d35a5027ec37c5a03426a93c64e4710f0c55ecc6413053609725cd57aa5c66b4fee8bc825322b3cbe16ee453df038a6c53a8de134af246be6df70eb
7
+ data.tar.gz: 4cc648579cfa5306709700b4bb1f78b2f36898b29bdacac0069a51df7f0ee8e88000b9143fe1ffd2b53749b843bb4c2564bce3838c6707b9e9ab904911fe873e
@@ -40,6 +40,7 @@ module WatirDrops
40
40
  watir_element.click
41
41
  # TODO - Email & Password types are not set to UserEditable in Watir
42
42
  when Watir::Input
43
+ watir_element.wd.clear
43
44
  watir_element.send_keys val
44
45
  else
45
46
  watir_element.click if val
data/watir_drops.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "watir_drops"
5
- spec.version = '0.3.1'
5
+ spec.version = '0.3.2'
6
6
  spec.authors = ["Titus Fortner"]
7
7
  spec.email = ["titusfortner@gmail.com"]
8
8
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: watir_drops
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Titus Fortner