flights_gui_tests 2.3.71 → 2.3.72

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.
Files changed (80) hide show
  1. checksums.yaml +4 -4
  2. data/features/data/promos.csv +0 -0
  3. data/features/step_definitions/checkout/braspag_steps.rb +0 -0
  4. data/features/step_definitions/checkout/compra_duplicada_steps.rb +0 -0
  5. data/features/step_definitions/checkout/cupones_steps.rb +0 -0
  6. data/features/step_definitions/checkout/error_messages_steps.rb +0 -0
  7. data/features/step_definitions/checkout/fast_checkout_steps.rb +0 -0
  8. data/features/step_definitions/checkout/ingresos_brutos.rb +0 -0
  9. data/features/step_definitions/checkout/last_minutes_steps.rb +0 -0
  10. data/features/step_definitions/checkout/multipleoneway_steps.rb +0 -0
  11. data/features/step_definitions/checkout/pick_new_flight_steps.rb +0 -0
  12. data/features/step_definitions/checkout/price_jump_steps.rb +0 -0
  13. data/features/step_definitions/checkout/upselling_steps.rb +0 -0
  14. data/features/step_definitions/checkout/verifications_steps.rb +0 -0
  15. data/features/step_definitions/conditional_steps.rb +0 -0
  16. data/features/step_definitions/cookies_steps.rb +0 -0
  17. data/features/step_definitions/desambiguation_steps.rb +0 -0
  18. data/features/step_definitions/landing/filters_steps.rb +0 -0
  19. data/features/step_definitions/landing/long_tail_steps.rb +0 -0
  20. data/features/step_definitions/landing/negative_steps.rb +0 -0
  21. data/features/step_definitions/landing/new_landing_steps.rb +0 -0
  22. data/features/step_definitions/results/basefare_steps.rb +0 -0
  23. data/features/step_definitions/results/filters_steps.rb +0 -0
  24. data/features/step_definitions/results/matrix_steps.rb +0 -0
  25. data/features/step_definitions/results/multipleoneway_steps.rb +0 -0
  26. data/features/step_definitions/results/new_filters_steps.rb +0 -0
  27. data/features/step_definitions/results/order_steps.rb +0 -0
  28. data/features/step_definitions/results/pagination_steps.rb +0 -0
  29. data/features/step_definitions/results/recommendation_steps.rb +0 -0
  30. data/features/step_definitions/results/wish_list_steps.rb +0 -0
  31. data/features/step_definitions/tags_steps.rb +0 -0
  32. data/features/step_definitions/thanks/thanks_steps.rb +0 -0
  33. data/features/support/classes/checkout/multipleoneway_cluster.rb +0 -0
  34. data/features/support/classes/checkout/new_cluster.rb +0 -0
  35. data/features/support/classes/clusters.rb +0 -0
  36. data/features/support/classes/duracion.rb +0 -0
  37. data/features/support/classes/results/mini_cluster.rb +0 -0
  38. data/features/support/classes/results/new_cluster.rb +0 -0
  39. data/features/support/classes/thanks/cluster.rb +0 -0
  40. data/features/support/classes/thanks/multipleoneway_cluster.rb +0 -0
  41. data/features/support/modules/accessor.rb +0 -0
  42. data/features/support/modules/checkout/checkout.rb +0 -0
  43. data/features/support/modules/checkout/new_checkout/errores.rb +0 -0
  44. data/features/support/modules/checkout/new_checkout/fast_checkout.rb +0 -0
  45. data/features/support/modules/checkout/new_checkout/multipleoneway.rb +0 -0
  46. data/features/support/modules/checkout/new_checkout/popup.rb +0 -0
  47. data/features/support/modules/checkout/new_checkout/reviews.rb +0 -0
  48. data/features/support/modules/checkout/old_checkout/errores.rb +0 -0
  49. data/features/support/modules/checkout/old_checkout/fast_checkout.rb +0 -0
  50. data/features/support/modules/checkout/old_checkout/popup.rb +0 -0
  51. data/features/support/modules/checkout/old_checkout/reviews.rb +0 -0
  52. data/features/support/modules/devtools.rb +0 -0
  53. data/features/support/modules/results/filters.rb +0 -0
  54. data/features/support/modules/results/itineraries.rb +0 -0
  55. data/features/support/modules/results/itineraries/baggages.rb +0 -0
  56. data/features/support/modules/results/itineraries/bussines.rb +0 -0
  57. data/features/support/modules/results/itineraries/data.rb +0 -0
  58. data/features/support/modules/results/itineraries/details.rb +0 -0
  59. data/features/support/modules/results/itineraries/miles.rb +0 -0
  60. data/features/support/modules/results/itineraries/payments.rb +0 -0
  61. data/features/support/modules/results/multipleoneway.rb +0 -0
  62. data/features/support/modules/results/recommendation.rb +0 -0
  63. data/features/support/modules/results/wish_list.rb +0 -0
  64. data/features/support/pages/checkout/checkout_page.rb +0 -0
  65. data/features/support/pages/checkout/checkout_page/new_checkout_page.rb +0 -0
  66. data/features/support/pages/landing/new_landing_page.rb +0 -0
  67. data/features/support/pages/results/desambiguation_airports_page.rb +0 -0
  68. data/features/support/pages/results/desambiguation_city_page.rb +0 -0
  69. data/features/support/pages/thanks/thanks_page.rb +0 -0
  70. data/features/support/pages/thanks/thanks_page/new_thanks_page.rb +0 -0
  71. data/features/support/version.rb +1 -1
  72. data/features/tests/black_list/cac.feature +0 -0
  73. data/features/tests/black_list/two_oneway.feature +0 -0
  74. data/features/tests/black_list/two_oneway_r.feature +0 -0
  75. data/features/tests/checkout/braspag.feature +0 -0
  76. data/features/tests/checkout/last_minute.feature +0 -0
  77. data/features/tests/checkout/multipleoneway.feature +0 -0
  78. data/features/tests/results/multipleoneway.feature +0 -0
  79. data/features/tests/results/orders.feature +0 -0
  80. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 59576c8db3c7a17040af069234ed5a1f4185e490
4
- data.tar.gz: 9ad7cd673ca78b143a00800f9cd93340cdbc620d
3
+ metadata.gz: 827cb84caeed779b446939d20f588ff77ef3bee5
4
+ data.tar.gz: 16cf1d895a38f7a63f6d178899e96e23843cc01e
5
5
  SHA512:
6
- metadata.gz: ee496a657cbed2fb3b539b18409bba58684d811c5d252f5786ac3fb9c858a34624ca77f9e314f6455f1a3aace46f88e7388a363bf1a8e9c2b8b68f7e3004012c
7
- data.tar.gz: 0a2925f8e604190d1db5a6705760089eb5d71cffdcfaf0034dadf40d7a94952a32ebe2f587053096b1bacec3b15437820a4c711bb47941c879a889f939fb4461
6
+ metadata.gz: a35dbe71c966d479d65febe649f0b1f09e1d1c47e6d1f2204719dc498beece069d5a9d99e6779d69dc0a0cb97f0c048f18d0ce1ee86334b05c8adef58a30c0dc
7
+ data.tar.gz: 888670335adb0d70a8ef1017e5726326aa2c39d3106b54015e74360a63a9d3d64a66a80c59427eb1fc7cbfcef43f1d33bb8072987d3be09cb971a30379e27cb2
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module FlightsGui
2
- VERSION = "2.3.71"
2
+ VERSION = "2.3.72"
3
3
  end
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flights_gui_tests
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.71
4
+ version: 2.3.72
5
5
  platform: ruby
6
6
  authors:
7
7
  - lgonzalez