capybara-select-2 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: 708b9d0d575ee79bdee004f8c2e03206bdf64208
4
- data.tar.gz: f6fdc06ba262c22e5b0a158cef9dd32dac54343c
3
+ metadata.gz: 9c02febc86ceac19a3366ae2bb0dd3417ddb25d6
4
+ data.tar.gz: 85d0b6341fae40363b18d0876eda448f53fcfb0b
5
5
  SHA512:
6
- metadata.gz: c0c3defb50c2ace12d153faf81293e590c55b6d8a8fb8a09d492ba2f0da056e15bcaad9994acc61ec6d360105ed532889d641b5fcce071a18679c1ef2ed4a4b8
7
- data.tar.gz: 2e3d53bf184fbfdaa6bcd2afc0179c3ce167d147c4e89da35ae3e376a5d422bc7cdb5679137b2c2a3dafc9b50ae21a41dd53cb70b3125610c6692df156461234
6
+ metadata.gz: a4c1f2cc1aa7a694793c895ac13770db970136b7fb60850cff6a2d88b42431e698797361d4a117fa4f63f0fadb08dc5b1c40670fa44e011a3f6e3b93422cb57b
7
+ data.tar.gz: 6079eabfdd1a923f3ec29089d45e02a91dc3e9405d418753c4f3aedec817e8e3cbbea1e9e1330b010797df5687f1bda266fc64548d48cd9e571230dcbe157ee5
@@ -35,22 +35,22 @@ module CapybaraSelect2
35
35
 
36
36
  search_input = {
37
37
  '2' => ".select2-dropdown-open input.select2-focused",
38
- '3' => ".select2-drop-active input.select2-input," + # single
39
- ".select2-dropdown-open input.select2-input", # multi
38
+ '3' => ".select2-drop-active input.select2-input," + # single
39
+ ".select2-dropdown-open input.select2-input", # multi
40
40
  '4' => ".select2-container--open input.select2-search__field"
41
41
  }.fetch(select2_version)
42
42
 
43
43
  option = {
44
44
  '2' => ".select2-container-active .select2-result",
45
45
  '3' => ".select2-drop-active .select2-result",
46
- '4' => ".select2-results .select2-results__option"
46
+ '4' => ".select2-results .select2-results__option[role='treeitem']"
47
47
  }.fetch(select2_version)
48
48
 
49
49
  values.each do |value|
50
50
  container.find(open_select).click
51
51
 
52
52
  if options[:search] || options[:tag]
53
- find(search_input).set value
53
+ find(:xpath, '//body').find(search_input).set value
54
54
  end
55
55
 
56
56
  find(:xpath, '//body').find(option, text: value).click
@@ -1,3 +1,3 @@
1
1
  module CapybaraSelect2
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capybara-select-2
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
  - Dzmitry Kavalionak
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-09-14 00:00:00.000000000 Z
11
+ date: 2018-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler