flights_gui_tests 2.1.8 → 2.1.9

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: d84483e59ee62995dda18f598ffc2b134b4dcec2
4
- data.tar.gz: 74ee1322fefe05e28ce7f66817d6b287100827b2
3
+ metadata.gz: 2615808ebb4cccbef47561427d110817429f5afd
4
+ data.tar.gz: 0ec6d9ded10f610b4622153365824934f02730e6
5
5
  SHA512:
6
- metadata.gz: 702696c0ed951a5a555b83baa97d435877f58c205e0fa73c357178a1dedd6a3d0c6617b73ec89ded1679df2f9cba231df5b5735293d0806d7b9185b7976d5a69
7
- data.tar.gz: 6706181181cb279bb1a3e8792482627c92c38da70a5e5a99a0a7942e1e23207eed8d3c53d8974ae999558e46796387d152e7993b7bbc31eab4b7feb7a775c4f6
6
+ metadata.gz: 9b3fdbbdfecb09c0823d9854d4960588497535058cf379ed4a674a2b95ccd55062ea1864d6bfa6302c1071eec4c99232ebe52155c1f009dbc30ba2005244a10d
7
+ data.tar.gz: 2884618753d163ded6fa022451a30da82b0ec8d93a791f4fb47b720cf31d19e348fc490ef996bbfc2e962f57ad3eb53946377bc01e894cff3d73b09a6f313529
@@ -34,7 +34,7 @@ end
34
34
 
35
35
  Y(/^espero que cargue las preguntas de riesgo$/) do
36
36
  begin
37
- Watir::Wait.until(timeout=300){(@page.seccion_preguntas_riesgo_element.present?) or @page.checkout_id_element.present?}
37
+ Watir::Wait.until(timeout=300){(@page.seccion_preguntas_riesgo_element.present?) or @page.checkout_id_element.present? or @page.desglose_gracias_element.present?}
38
38
  rescue Watir::Wait::TimeoutError
39
39
 
40
40
  end
@@ -21,7 +21,11 @@ Entonces(/^(?:verifico|valido) las ociones de ordenamiento$/) do
21
21
  end
22
22
  options.should include?('FARE_ASCENDING')
23
23
  options.should include?('STOPSCOUNT_ASCENDING')
24
- options.should include?('TOTALFARE_ASCENDING')
24
+ if AllPages.site == 'CO'
25
+ options.should include?('TOTAL_FARE_YIELD_ASCENDING')
26
+ else
27
+ options.should include?('TOTALFARE_ASCENDING')
28
+ end
25
29
  options.should include?('DURATION_ASCENDING')
26
30
  options.should include?('PERSONAL_ASCENDING')
27
31
  options.should_not include?('FLIGHTCLASS_ASCENDING')
@@ -1,3 +1,3 @@
1
1
  module FlightsGui
2
- VERSION = "2.1.8"
2
+ VERSION = "2.1.9"
3
3
  end
@@ -16,7 +16,7 @@ Característica: checkout.book_ok
16
16
  Entonces verifico que la pagina no rompa
17
17
  Y espero que termine de cargar la pagina de checkout
18
18
  Y verifico que ingrese al checkout
19
- Cuando ingreso al checkout con cookie "showNewThanks" al "5"
19
+ Cuando ingreso al checkout con cookie "showNewThanks" al "1"
20
20
  Entonces si existe la opcion de cobertura, elijo "no_chequear" si quiero cobertura
21
21
  Y valido los valores del desglose del checkout
22
22
  Y verifico el pixel de Efrontier
@@ -126,7 +126,7 @@ Característica: checkout.price_jump
126
126
  Entonces verifico que la pagina no rompa
127
127
  Y espero que termine de cargar la pagina de checkout
128
128
  Y verifico que ingrese al checkout
129
- #Y ingreso al checkout con cookie "" al "1"
129
+ Y ingreso al checkout con cookie "priceDifferenceType" al "1"
130
130
  Entonces cargo los pasajeros
131
131
  Y cargo los datos de la tarjeta
132
132
  Y elijo mas de una cuota con intereses
@@ -13,7 +13,7 @@ Característica: results.itineraries
13
13
  Cuando si pruebo streaming, ingreso a resultados streaming
14
14
  Entonces verifico que traiga resultados
15
15
  Cuando si el site es "MX|AR", verifico el ordenamiento premium economy
16
- Cuando ordeno por "TOTALFARE_ASCENDING"
16
+ Cuando si el site no es "CO", ordeno por "TOTALFARE_ASCENDING"
17
17
  Cuando espero que termine de cargar la pagina de resultados
18
18
  Y cierro popups
19
19
  Entonces recorro y verifico cada itinerario
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: 2.1.8
4
+ version: 2.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - lgonzalez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-30 00:00:00.000000000 Z
11
+ date: 2015-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: henry-container