ole-qa-framework 3.13.0 → 3.13.1

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: 57816afd7f068013dcab475670e17d3319af7413
4
- data.tar.gz: 2bc84c5482e52d3da6cdef797c91c008cdd6d324
3
+ metadata.gz: 2a4fb915794a76d523546fae534b5576719bb61c
4
+ data.tar.gz: e1b861c7b84079d0b5cfbd62f79eb300099a6bc2
5
5
  SHA512:
6
- metadata.gz: cf34baf134f4aaa6acd51e750781ed7019b57e89019fd26210e04907680248a07a70017950cc5ebb8f86e445b9b3194b88fb33ae012bd5a11db4da04452197e4
7
- data.tar.gz: a8058831fe968bc0105bdedcd2ec8cd478d6bbf7aac985817d323ed6fa8288cc2140a95f14c6a85738aac8dd1e078c8456652000bf733f4f04d7c51fde0699b5
6
+ metadata.gz: 35baf0e884b4962d70d5799360a1ceb48a2befadb15b8d23e28a7e372d0115c813bb09f7595055fc983b2b73229ac303a2e65490198584d9e70fb1527ee20b57
7
+ data.tar.gz: b23e95f66ebf15007e1d65d85f99a2b6ce86f9ef11c0c5c0125385ea845ef8f8b9e93a44fd7e244a61e56d6ed578d05e86fc9589c0e1e7789f9b2fba454d7fb7
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ### v3.13.1 - 2014/03/27
2
+
3
+ * Add documentation to Workbench Line #search_scope_selector.
4
+ * Update Workbench Line Elements
5
+ * Update .add_button
6
+ * Update .delete_button
7
+
1
8
  ### v3.13.0 - 2014/03/21
2
9
 
3
10
  * Add new Describe Workbench Page
@@ -15,6 +15,6 @@
15
15
  module OLE_QA
16
16
  module Framework
17
17
  # The version number for this project.
18
- VERSION = '3.13.0'
18
+ VERSION = '3.13.1'
19
19
  end
20
20
  end
@@ -21,6 +21,7 @@ module OLE_QA::Framework::OLELS
21
21
  id_str = 'SearchConditions_SearchText_id_add_control' :
22
22
  id_str = "SearchConditions_SearchText_id_line#{line_id - 1}_control"
23
23
  b.text_field(:id => id_str)}
24
+ # @note Options for this selector are 'AND', 'OR', and 'phrase'.
24
25
  element(:search_scope_selector) {(line_id == 0) ?
25
26
  id_str = 'SearchConditions_Operator_id_add_control' :
26
27
  id_str = "SearchConditions_Operator_id_line#{line_id - 1}_control"
@@ -41,8 +42,8 @@ module OLE_QA::Framework::OLELS
41
42
  id_str = 'SearchConditions_SearchScope_id_add_control_2' :
42
43
  id_str = "SearchConditions_SearchScope_id_line#{line_id - 1}_control_2"
43
44
  b.radio(:id => id_str)}
44
- element(:add_button) {b.button(:id => 'SearchConditionsSection_add')}
45
- element(:delete_button) {b.button(:id => "SearchConditionsSection_del_line#{line_id - 1}")}
45
+ element(:add_button) {b.button(:id => "addLineField-Add_line#{line_id}")}
46
+ element(:delete_button) {b.button(:id => "deleteLineField-Delete_line#{line_id}")}
46
47
  end
47
48
  end
48
49
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ole-qa-framework
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.13.0
4
+ version: 3.13.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jain Waldrip
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-21 00:00:00.000000000 Z
11
+ date: 2014-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler