flights_gui_tests 0.2.9 → 0.3.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 +4 -4
- data/features/step_definitions/checkout/cash_payment_steps.rb +4 -4
- data/features/step_definitions/checkout/checkout_steps.rb +1 -1
- data/features/step_definitions/checkout/compra_duplicada_steps.rb +2 -2
- data/features/step_definitions/checkout/cupones_steps.rb +2 -2
- data/features/step_definitions/checkout/error_messages_steps.rb +9 -9
- data/features/step_definitions/checkout/fast_checkout_steps.rb +2 -2
- data/features/step_definitions/checkout/load_steps.rb +2 -2
- data/features/step_definitions/checkout/price_jump_steps.rb +2 -2
- data/features/step_definitions/checkout/upselling_steps.rb +5 -5
- data/features/step_definitions/checkout/verifications_steps.rb +6 -6
- data/features/step_definitions/desambiguation_steps.rb +8 -8
- data/features/step_definitions/flights_tracker/flights_tracker_steps.rb +2 -2
- data/features/step_definitions/landing/filters_steps.rb +1 -1
- data/features/step_definitions/landing/itineraries_steps.rb +4 -4
- data/features/step_definitions/landing/landing_steps.rb +8 -8
- data/features/step_definitions/landing/load_steps.rb +2 -2
- data/features/step_definitions/landing/long_tail_steps.rb +6 -6
- data/features/step_definitions/landing/negative_steps.rb +16 -16
- data/features/step_definitions/landing/new_landing_steps.rb +6 -6
- data/features/step_definitions/results/basefare_steps.rb +4 -4
- data/features/step_definitions/results/errors_steps.rb +1 -1
- data/features/step_definitions/results/filters_steps.rb +10 -10
- data/features/step_definitions/results/load_steps.rb +27 -49
- data/features/step_definitions/results/matrix_steps.rb +15 -15
- data/features/step_definitions/results/new_filters_steps.rb +9 -9
- data/features/step_definitions/results/order_steps.rb +5 -5
- data/features/step_definitions/results/pagination_steps.rb +2 -2
- data/features/step_definitions/results/recommendation_steps.rb +11 -11
- data/features/step_definitions/results/results_steps.rb +4 -4
- data/features/step_definitions/tags_steps.rb +17 -17
- data/features/step_definitions/thanks/load_steps.rb +2 -2
- data/features/step_definitions/thanks/thanks_steps.rb +4 -4
- data/features/support/env.rb +3 -0
- data/features/support/hooks.rb +1 -1
- data/features/support/modules/helpers.rb +7 -0
- data/features/support/pages/all_pages.rb +8 -0
- data/features/support/pages/results/search_page.rb +13 -0
- data/features/tests/checkout/book_ok.feature +6 -2
- data/features/tests/checkout/cac.feature +6 -2
- data/features/tests/checkout/cash_payment.feature +3 -1
- data/features/tests/checkout/checkout_gui_last_minute.feature +60 -0
- data/features/tests/checkout/compatibility.feature +3 -1
- data/features/tests/checkout/compras_duplicadas.feature +6 -2
- data/features/tests/checkout/cupones.feature +3 -1
- data/features/tests/checkout/error_messages.feature +6 -2
- data/features/tests/checkout/fast_checkout.feature +6 -2
- data/features/tests/checkout/low_cost.feature +6 -4
- data/features/tests/checkout/online_payment.feature +3 -1
- data/features/tests/checkout/price_jump.feature +6 -2
- data/features/tests/checkout/providers.feature +7 -6
- data/features/tests/checkout/seguros.feature +5 -4
- data/features/tests/results/basefare.feature +3 -1
- data/features/tests/results/desambiguation/city.feature +3 -1
- data/features/tests/results/errors.feature +6 -4
- data/features/tests/results/filters.feature +4 -2
- data/features/tests/results/itineraries.feature +3 -1
- data/features/tests/results/matrix/matrix_airlines.feature +3 -1
- data/features/tests/results/matrix/matrix_fare_chart.feature +5 -3
- data/features/tests/results/matrix/matrix_price.feature +3 -1
- data/features/tests/results/new_filters.feature +14 -2
- data/features/tests/results/orders.feature +3 -1
- data/features/tests/results/pagination.feature +3 -1
- data/features/tests/results/recommendation.feature +9 -3
- data/features/tests/results/reviews_airlines.feature +3 -1
- data/features/tests/results/search.feature +3 -2
- data/features/tests/results/wish_list.feature +3 -1
- data/flights_gui_tests.gemspec +2 -1
- data/henry-context.yml +33 -4
- metadata +17 -3
- data/features/step_definitions/popup_navigator_steps.rb +0 -8
@@ -1,8 +0,0 @@
|
|
1
|
-
# encoding: utf-8
|
2
|
-
Entonces(/^verifico que se muestre el popup de alertas cuando pierdo el foco$/) do
|
3
|
-
pending
|
4
|
-
end
|
5
|
-
|
6
|
-
Entonces(/^verifico que se muestre el popup de chat cuando cierro el navegador$/) do
|
7
|
-
pending # express the regexp above with the code you wish you had
|
8
|
-
end
|