flights_gui_henry_tests 2.0.9 → 2.1.0
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 +8 -8
- data/features/step_definitions/filter/matrix_steps.rb +10 -10
- data/flights_gui_henry_tests.gemspec +1 -1
- data/henry-context.yml +63 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
Y2Q1OGVhM2Y1NTdmZTUzNzQ3ZTQ3NWE0NmI1ZmVkMzU3ZTE3NDlkOA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ODcyZTNhYzVjZmQ2ZDU5NDQyZWVkN2FiYzI0MjcyZjY0YjA2NWI5Mg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
M2U5Y2ZlNGRkZTJlMTgxMWZiYzYwY2JkNzdlNTYzNjUxYjBlMWEyYjU4NWMx
|
|
10
|
+
YmFmMmFlMjM0ZTNlYTllOTYzZTllOWEzYWUxMGJhNTUwNDAyMmJkMjgzZTk1
|
|
11
|
+
NGY5ZDI2ODQzNzc4YTY3MWI5NTQ1YmM5YjE0Mzk2MjI1YzI2NTg=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NzI3YzkxZWVmZDM4ODhhMWQ3NTgzMTgxN2U2NDljYjU0Y2M1YTVjZTJiZTM5
|
|
14
|
+
NWU2YzgxYmQ2OTc2OWE0NTA5ZDc2ZTZlNWFkYmI0NTM1ZjYzZjQ4ZDM5Njc5
|
|
15
|
+
ODVlNTliOWVkNjQ2OTAyZjdlNjkyNGQ0NzYzN2JjZjFkYWQ0Zjc=
|
|
@@ -190,16 +190,16 @@ And /^Verifico que la matriz cumpla con el rango de fechas de la busqueda$/ do
|
|
|
190
190
|
today = today +1
|
|
191
191
|
end
|
|
192
192
|
months.uniq!
|
|
193
|
-
visible_months.delete(visible_months.last) if (visible_months.length!=months.length)
|
|
194
|
-
#months.sort.should equal(visible_months.sort) #verifico que se muestren todos los meses hasta la fecha de salida
|
|
195
|
-
(doc/"div.fare-chart-main div.fare-chart-current-price div").first.attributes['data-month-index'].to_i.should equal(@search.date_from_1.month - 1) #verifico que el mes del precio mostrado sea el correcto
|
|
196
|
-
(doc/"div.fare-chart-main div.fare-chart-current-price div").first.attributes['data-suggestion-index'].to_i.should equal(@search.date_from_1.day - 1) #verifico que el mes del precio mostrado sea el correcto
|
|
197
|
-
|
|
198
|
-
#secondary
|
|
199
|
-
visible_months_abbr = BROWSER.div(:class,'fare-chart-secondary').divs(:class,'fare-chart-bars-text').collect{|m| m.text}
|
|
200
|
-
visible_months_abbr.should include?(@search.date_from_1.mes_abrr.capitalize)
|
|
201
|
-
(doc/"div.fare-chart-secondary div.fare-chart-current-price div").first.attributes['data-month-index'].to_i.should equal(@search.date_from_1.month - 1) #verifico que el mes del precio mostrado sea el correcto
|
|
202
|
-
(doc/"div.fare-chart-secondary div.fare-chart-current-price div").first.attributes['data-suggestion-index'].to_i.should equal(@search.date_from_1.day - 1) #verifico que el mes del precio mostrado sea el correcto
|
|
193
|
+
# visible_months.delete(visible_months.last) if (visible_months.length!=months.length)
|
|
194
|
+
# #months.sort.should equal(visible_months.sort) #verifico que se muestren todos los meses hasta la fecha de salida
|
|
195
|
+
# (doc/"div.fare-chart-main div.fare-chart-current-price div").first.attributes['data-month-index'].to_i.should equal(@search.date_from_1.month - 1) #verifico que el mes del precio mostrado sea el correcto
|
|
196
|
+
# (doc/"div.fare-chart-main div.fare-chart-current-price div").first.attributes['data-suggestion-index'].to_i.should equal(@search.date_from_1.day - 1) #verifico que el mes del precio mostrado sea el correcto
|
|
197
|
+
|
|
198
|
+
# #secondary
|
|
199
|
+
# visible_months_abbr = BROWSER.div(:class,'fare-chart-secondary').divs(:class,'fare-chart-bars-text').collect{|m| m.text}
|
|
200
|
+
# visible_months_abbr.should include?(@search.date_from_1.mes_abrr.capitalize)
|
|
201
|
+
# (doc/"div.fare-chart-secondary div.fare-chart-current-price div").first.attributes['data-month-index'].to_i.should equal(@search.date_from_1.month - 1) #verifico que el mes del precio mostrado sea el correcto
|
|
202
|
+
# (doc/"div.fare-chart-secondary div.fare-chart-current-price div").first.attributes['data-suggestion-index'].to_i.should equal(@search.date_from_1.day - 1) #verifico que el mes del precio mostrado sea el correcto
|
|
203
203
|
end
|
|
204
204
|
|
|
205
205
|
And /^Verificar que los datos mostrados en la matriz sean correctos$/ do
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
gem.require_paths = ["lib"] #Usualmente es solo lib -> ["lib"]
|
|
17
17
|
|
|
18
|
-
gem.version = '2.0
|
|
18
|
+
gem.version = '2.1.0' #La version se debe incrementar cada vez que se desea publicar una nueva version del test.
|
|
19
19
|
|
|
20
20
|
gem.add_dependency('henry-container', '>= 0.1.39')
|
|
21
21
|
gem.add_dependency('watir-webdriver')
|
data/henry-context.yml
CHANGED
|
@@ -270,6 +270,69 @@ tasks:
|
|
|
270
270
|
recipients:
|
|
271
271
|
- estebanldh@gmail.com
|
|
272
272
|
- nsimean@despegar.com
|
|
273
|
+
- name: search.searches.br
|
|
274
|
+
class_name: Henry::Task::CucumberTask
|
|
275
|
+
options:
|
|
276
|
+
tags:
|
|
277
|
+
- search
|
|
278
|
+
- searches
|
|
279
|
+
- br
|
|
280
|
+
expand: true
|
|
281
|
+
no-source: true
|
|
282
|
+
reports:
|
|
283
|
+
- format: html
|
|
284
|
+
name: ${DATE}_${TASK_NAME}.html
|
|
285
|
+
recipients:
|
|
286
|
+
- estebanldh@gmail.com
|
|
287
|
+
- nsimean@despegar.com
|
|
288
|
+
- name: search.searches.br.roundtrip
|
|
289
|
+
class_name: Henry::Task::CucumberTask
|
|
290
|
+
options:
|
|
291
|
+
tags:
|
|
292
|
+
- search
|
|
293
|
+
- searches
|
|
294
|
+
- br
|
|
295
|
+
- roundtrip
|
|
296
|
+
expand: true
|
|
297
|
+
no-source: true
|
|
298
|
+
reports:
|
|
299
|
+
- format: html
|
|
300
|
+
name: ${DATE}_${TASK_NAME}.html
|
|
301
|
+
recipients:
|
|
302
|
+
- estebanldh@gmail.com
|
|
303
|
+
- nsimean@despegar.com
|
|
304
|
+
- name: search.searches.br.oneway
|
|
305
|
+
class_name: Henry::Task::CucumberTask
|
|
306
|
+
options:
|
|
307
|
+
tags:
|
|
308
|
+
- search
|
|
309
|
+
- searches
|
|
310
|
+
- br
|
|
311
|
+
- oneway
|
|
312
|
+
expand: true
|
|
313
|
+
no-source: true
|
|
314
|
+
reports:
|
|
315
|
+
- format: html
|
|
316
|
+
name: ${DATE}_${TASK_NAME}.html
|
|
317
|
+
recipients:
|
|
318
|
+
- estebanldh@gmail.com
|
|
319
|
+
- nsimean@despegar.com
|
|
320
|
+
- name: search.searches.br.multipledestinations
|
|
321
|
+
class_name: Henry::Task::CucumberTask
|
|
322
|
+
options:
|
|
323
|
+
tags:
|
|
324
|
+
- search
|
|
325
|
+
- searches
|
|
326
|
+
- br
|
|
327
|
+
- multipledestinations
|
|
328
|
+
expand: true
|
|
329
|
+
no-source: true
|
|
330
|
+
reports:
|
|
331
|
+
- format: html
|
|
332
|
+
name: ${DATE}_${TASK_NAME}.html
|
|
333
|
+
recipients:
|
|
334
|
+
- estebanldh@gmail.com
|
|
335
|
+
- nsimean@despegar.com
|
|
273
336
|
- name: search.searches.co
|
|
274
337
|
class_name: Henry::Task::CucumberTask
|
|
275
338
|
options:
|