flights_gui_tests 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. checksums.yaml +4 -4
  2. data/features/data/miles.yml +5 -5
  3. data/features/step_definitions/checkout/cash_payment_steps.rb +57 -0
  4. data/features/step_definitions/checkout/checkout_steps.rb +48 -5
  5. data/features/step_definitions/checkout/compra_duplicada_steps.rb +27 -0
  6. data/features/step_definitions/checkout/cupones_steps.rb +35 -0
  7. data/features/step_definitions/checkout/error_messages_steps.rb +245 -0
  8. data/features/step_definitions/checkout/fast_checkout_steps.rb +51 -0
  9. data/features/step_definitions/checkout/form_steps.rb +1 -1
  10. data/features/step_definitions/checkout/load_steps.rb +14 -1
  11. data/features/step_definitions/checkout/price_jump_steps.rb +67 -0
  12. data/features/step_definitions/checkout/upselling_steps.rb +55 -0
  13. data/features/step_definitions/checkout/verifications_steps.rb +36 -0
  14. data/features/step_definitions/{results/desambiguation_steps.rb → desambiguation_steps.rb} +10 -8
  15. data/features/step_definitions/landing/landing_steps.rb +51 -4
  16. data/features/step_definitions/landing/load_steps.rb +8 -0
  17. data/features/step_definitions/landing/long_tail_steps.rb +48 -0
  18. data/features/step_definitions/landing/negative_steps.rb +109 -0
  19. data/features/step_definitions/page_steps.rb +4 -0
  20. data/features/step_definitions/results/filters_steps.rb +15 -7
  21. data/features/step_definitions/results/load_steps.rb +14 -0
  22. data/features/step_definitions/results/matrix_steps.rb +22 -0
  23. data/features/step_definitions/results/results_steps.rb +1 -1
  24. data/features/step_definitions/{results/tags_steps.rb → tags_steps.rb} +93 -1
  25. data/features/step_definitions/thanks/load_steps.rb +9 -2
  26. data/features/step_definitions/thanks/thanks_steps.rb +44 -7
  27. data/features/support/classes/clusters/checkout_cluster.rb +9 -4
  28. data/features/support/env.rb +2 -0
  29. data/features/support/modules/checkout/datos_de_facturacion.rb +13 -17
  30. data/features/support/modules/checkout/errores.rb +35 -0
  31. data/features/support/modules/checkout/fast_checkout.rb +31 -0
  32. data/features/support/modules/checkout/pasajeros.rb +1 -0
  33. data/features/support/modules/checkout/tarjeta.rb +83 -0
  34. data/features/support/modules/results/filters.rb +1 -1
  35. data/features/support/modules/results/matrix/matrix_airline.rb +4 -0
  36. data/features/support/pages/all_pages.rb +20 -14
  37. data/features/support/pages/checkout/checkout_page.rb +59 -4
  38. data/features/support/pages/checkout/popup_results_page.rb +5 -3
  39. data/features/support/pages/landing/search_page.rb +21 -2
  40. data/features/support/pages/results/desambiguation_airports_page.rb +8 -2
  41. data/features/support/pages/results/search_page.rb +8 -3
  42. data/features/support/pages/thanks/thanks_page.rb +28 -0
  43. data/features/tests/checkout/agency.feature +35 -0
  44. data/features/tests/checkout/book_ok.feature +9 -1
  45. data/features/tests/checkout/cac.feature +56 -0
  46. data/features/tests/checkout/cash_payment.feature +55 -0
  47. data/features/tests/checkout/compras_duplicadas.feature +97 -0
  48. data/features/tests/checkout/cupones.feature +37 -0
  49. data/features/tests/checkout/error_messages.feature +84 -0
  50. data/features/tests/checkout/fast_checkout.feature +80 -0
  51. data/features/tests/checkout/low_cost.feature +52 -0
  52. data/features/tests/checkout/online_payment.feature +55 -0
  53. data/features/tests/checkout/price_jump.feature +107 -0
  54. data/features/tests/checkout/providers.feature +59 -0
  55. data/features/tests/checkout/seguros.feature +46 -0
  56. data/features/tests/flights_tracker/search.feature +1 -1
  57. data/features/tests/landing/disambiguation_airports.feature +88 -0
  58. data/features/tests/landing/filters.feature +88 -0
  59. data/features/tests/landing/integration.feature +148 -0
  60. data/features/tests/landing/long_tail.feature +171 -0
  61. data/features/tests/landing/matrix.feature +154 -0
  62. data/features/tests/landing/negative.feature +152 -0
  63. data/features/tests/landing/orders.feature +81 -0
  64. data/features/tests/landing/pagination.feature +142 -0
  65. data/features/tests/landing/reviews.feature +137 -0
  66. data/features/tests/landing/search.feature +2 -2
  67. data/features/tests/landing/sort.feature +142 -0
  68. data/features/tests/landing/tags.feature +144 -0
  69. data/features/tests/results/errors.feature +1 -1
  70. data/features/tests/results/matrix/matrix_price.feature +1 -1
  71. data/features/tests/results/recommendation.feature +2 -2
  72. data/features/tests/results/reviews_airlines.feature +1 -1
  73. data/features/tests/results/search.feature +1 -1
  74. data/flights_gui_tests.gemspec +1 -1
  75. data/henry-context.yml +7828 -191
  76. metadata +39 -4
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flights_gui_tests
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - lgonzalez,lsimean
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-30 00:00:00.000000000 Z
11
+ date: 2014-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: henry-container
@@ -190,18 +190,28 @@ files:
190
190
  - features/data/miles.yml
191
191
  - features/data/sites.yml
192
192
  - features/data/tag_microsoft.yml
193
+ - features/step_definitions/checkout/cash_payment_steps.rb
193
194
  - features/step_definitions/checkout/checkout_steps.rb
195
+ - features/step_definitions/checkout/compra_duplicada_steps.rb
196
+ - features/step_definitions/checkout/cupones_steps.rb
197
+ - features/step_definitions/checkout/error_messages_steps.rb
198
+ - features/step_definitions/checkout/fast_checkout_steps.rb
194
199
  - features/step_definitions/checkout/form_steps.rb
195
200
  - features/step_definitions/checkout/load_steps.rb
201
+ - features/step_definitions/checkout/price_jump_steps.rb
202
+ - features/step_definitions/checkout/upselling_steps.rb
203
+ - features/step_definitions/checkout/verifications_steps.rb
196
204
  - features/step_definitions/conditional_steps.rb
197
205
  - features/step_definitions/cookies_steps.rb
206
+ - features/step_definitions/desambiguation_steps.rb
198
207
  - features/step_definitions/flights_tracker/flights_tracker_steps.rb
199
208
  - features/step_definitions/landing/itineraries_steps.rb
200
209
  - features/step_definitions/landing/landing_steps.rb
201
210
  - features/step_definitions/landing/load_steps.rb
211
+ - features/step_definitions/landing/long_tail_steps.rb
212
+ - features/step_definitions/landing/negative_steps.rb
202
213
  - features/step_definitions/page_steps.rb
203
214
  - features/step_definitions/results/basefare_steps.rb
204
- - features/step_definitions/results/desambiguation_steps.rb
205
215
  - features/step_definitions/results/errors_steps.rb
206
216
  - features/step_definitions/results/filters_steps.rb
207
217
  - features/step_definitions/results/load_steps.rb
@@ -211,8 +221,8 @@ files:
211
221
  - features/step_definitions/results/recommendation_steps.rb
212
222
  - features/step_definitions/results/results_steps.rb
213
223
  - features/step_definitions/results/reviews_steps.rb
214
- - features/step_definitions/results/tags_steps.rb
215
224
  - features/step_definitions/results/wish_list_steps.rb
225
+ - features/step_definitions/tags_steps.rb
216
226
  - features/step_definitions/thanks/load_steps.rb
217
227
  - features/step_definitions/thanks/thanks_steps.rb
218
228
  - features/support/classes/clusters/checkout_cluster.rb
@@ -232,6 +242,8 @@ files:
232
242
  - features/support/modules/accessor.rb
233
243
  - features/support/modules/browser.rb
234
244
  - features/support/modules/checkout/datos_de_facturacion.rb
245
+ - features/support/modules/checkout/errores.rb
246
+ - features/support/modules/checkout/fast_checkout.rb
235
247
  - features/support/modules/checkout/informacion_de_contacto.rb
236
248
  - features/support/modules/checkout/pasajeros.rb
237
249
  - features/support/modules/checkout/tarjeta.rb
@@ -260,9 +272,32 @@ files:
260
272
  - features/support/pages/results/desambiguation_city_page.rb
261
273
  - features/support/pages/results/search_page.rb
262
274
  - features/support/pages/thanks/thanks_page.rb
275
+ - features/tests/checkout/agency.feature
263
276
  - features/tests/checkout/book_ok.feature
277
+ - features/tests/checkout/cac.feature
278
+ - features/tests/checkout/cash_payment.feature
279
+ - features/tests/checkout/compras_duplicadas.feature
280
+ - features/tests/checkout/cupones.feature
281
+ - features/tests/checkout/error_messages.feature
282
+ - features/tests/checkout/fast_checkout.feature
283
+ - features/tests/checkout/low_cost.feature
284
+ - features/tests/checkout/online_payment.feature
285
+ - features/tests/checkout/price_jump.feature
286
+ - features/tests/checkout/providers.feature
287
+ - features/tests/checkout/seguros.feature
264
288
  - features/tests/flights_tracker/search.feature
289
+ - features/tests/landing/disambiguation_airports.feature
290
+ - features/tests/landing/filters.feature
291
+ - features/tests/landing/integration.feature
292
+ - features/tests/landing/long_tail.feature
293
+ - features/tests/landing/matrix.feature
294
+ - features/tests/landing/negative.feature
295
+ - features/tests/landing/orders.feature
296
+ - features/tests/landing/pagination.feature
297
+ - features/tests/landing/reviews.feature
265
298
  - features/tests/landing/search.feature
299
+ - features/tests/landing/sort.feature
300
+ - features/tests/landing/tags.feature
266
301
  - features/tests/results/basefare.feature
267
302
  - features/tests/results/desambiguation/airports.feature
268
303
  - features/tests/results/desambiguation/city.feature