testcentricity_web 0.9.6.1 → 0.9.6.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 37bd53951a190bbe9ea9ee18019f84558d9429ac
|
4
|
+
data.tar.gz: 8a493e0515f94b0dad4fb1ddd8177d011f58168e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 287f78d926fef350686655c589e04c6eec8b5d5fff206b8e7cbdcdfe91235fad844a1573c7dbe2ca7f636b30f419d56667fb2faa2a111c16647e7901222f7612
|
7
|
+
data.tar.gz: 2f2f4254c5a1e5ca1e3fc42014b24140db73609f81648759aacfd8d8ffc1dbf4ff8051d00ce3e5fe6df2d73e501266094c7f1a208f6f607103d448dfb21ebaf6
|
@@ -285,6 +285,8 @@ module TestCentricity
|
|
285
285
|
actual = ui_object.get_placeholder
|
286
286
|
when :options
|
287
287
|
actual = ui_object.get_options
|
288
|
+
when :items, :list_items
|
289
|
+
actual = ui_object.get_list_items
|
288
290
|
when :column_headers
|
289
291
|
actual = ui_object.get_header_columns
|
290
292
|
when :siebel_options
|
@@ -290,6 +290,8 @@ module TestCentricity
|
|
290
290
|
actual = ui_object.get_placeholder
|
291
291
|
when :options
|
292
292
|
actual = ui_object.get_options
|
293
|
+
when :items, :list_items
|
294
|
+
actual = ui_object.get_list_items
|
293
295
|
when :column_headers
|
294
296
|
actual = ui_object.get_header_columns
|
295
297
|
when :siebel_options
|