flights_gui_tests 2.3.32 → 2.3.33

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5066a4bed9d5683b0a9b0101e155d23dd4bb5a16
4
- data.tar.gz: 5b687d71010f5133104f962d237ea5f11aeda093
3
+ metadata.gz: 62585d394b6410d8d3d180cbdcb3ee771c737bd0
4
+ data.tar.gz: 01160463a2e5b90807ca17754b238c288a9d26ba
5
5
  SHA512:
6
- metadata.gz: 53a48a019f3ab274a5714746a99e5107cca72ad2b3ed23f939c65fbe7e7cdc9700d60c3f76ebbe06257ad1d27b490d98f40c8855b880a63a8571388f4ca3bff8
7
- data.tar.gz: 7db013c6186860de68986c872b25ca10583b70afc993627bfb772df36930431e069b38742776ee2b55e07d4fe1acf907a9f143b0a159233298687baa3fbc96a3
6
+ metadata.gz: c682e79daff715ba8a1f2ec5e8e1afc90b1ed178ed8807b20bd578fc5d3ac0ca09c1a634b3669db709d01b990dca6069a02298db80b0bce8feb34ebbe180e52b
7
+ data.tar.gz: 9c824ba232c8b9afdbf6ad2e4788f5c2b4c0ba93b21e5d4c27fc750088c5db2c8dcbaa2ee0929ca4f441d2998b0dc98d437aab140e5d8a65e0b0022615b60a23
@@ -14,4 +14,10 @@ Y(/^verifico que se muestre el popup de cambio de vuelo$/) do
14
14
  rescue Watir::Wait::TimeoutError
15
15
  @popup_no_disponibilidad_page.itinerario_element.should visible("itinerarios popup de cambio de vuelos en la pagina #{@page.url}") #{@page.url}")
16
16
  end
17
- end
17
+ end
18
+
19
+ Entonces(/^elijo un itinerario del popup de cambio de vuelo$/) do
20
+ @popup_no_disponibilidad_page.sumar_aparicion
21
+ @popup_no_disponibilidad_page.cargar_itinerarios
22
+ @itinerario_checkout = @popup_no_disponibilidad_page.elegir_itinerario(0)
23
+ end
@@ -1,3 +1,3 @@
1
1
  module FlightsGui
2
- VERSION = "2.3.32"
2
+ VERSION = "2.3.33"
3
3
  end
@@ -24,7 +24,7 @@ Característica: checkout.popup_cambio_vuelo
24
24
  Entonces espero que termine el pedido de compra
25
25
  Y verifico si no trae errores
26
26
  Y verifico que se muestre el popup de cambio de vuelo
27
- Entonces elijo un itinerario del popup de no disponibilidad
27
+ Entonces elijo un itinerario del popup de cambio de vuelo
28
28
  Y espero que termine de cargar la pagina de checkout
29
29
  Y verifico que ingrese al checkout
30
30
 
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.32
4
+ version: 2.3.33
5
5
  platform: ruby
6
6
  authors:
7
7
  - lgonzalez