effective_test_bot 1.2.6 → 1.2.7
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a91dcb207c7da77c8a8a1c7f91da5bf31c1ac55910061e673c08265b1c46bee7
|
|
4
|
+
data.tar.gz: 8b94c2061100cab03625f63ea6ef8d2a4dda45d25dd8daf33b2c32adfad4a3e8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 476735f4d0cfc788f2fff4c366e94eaf9960e4be5ce02a92ce709e73c7b503fe9cac6628d0131bfeecbcfc008045fb0dcdcc842451ca56cda0b3a46a00501a90
|
|
7
|
+
data.tar.gz: c1ec5489d1224b57c5cb485711d4fd95e929351c955e9e786e6ec6802bc73aed5541b39ec0a08e963d19925ccc492775e2011f138b1269be16abe79a5bb81638
|
|
@@ -98,7 +98,7 @@ module EffectiveTestBotFormFiller
|
|
|
98
98
|
field_name = [field.tag_name, field['type']].compact.join('_')
|
|
99
99
|
|
|
100
100
|
case field_name
|
|
101
|
-
when 'input_text', 'input_email', 'input_password', 'input_tel', 'input_number', 'input_url', 'input_color'
|
|
101
|
+
when 'input_text', 'input_email', 'input_password', 'input_tel', 'input_number', 'input_url', 'input_color', 'input_search'
|
|
102
102
|
if field['class'].to_s.include?('effective_date')
|
|
103
103
|
fill_input_date(field, value)
|
|
104
104
|
else
|
|
@@ -114,7 +114,7 @@ module EffectiveTestBotFormFiller
|
|
|
114
114
|
fill_input_select(field, value)
|
|
115
115
|
when 'input_file'
|
|
116
116
|
fill_input_file(field, value)
|
|
117
|
-
when 'input_submit', '
|
|
117
|
+
when 'input_submit', 'input_button'
|
|
118
118
|
skip_field_screenshot = true # Do nothing
|
|
119
119
|
when 'input_hidden'
|
|
120
120
|
fill_action_text_input(field, value)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: effective_test_bot
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Code and Effect
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-07-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|