flights_gui_tests 2.2.4 → 2.2.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/features/step_definitions/thanks/thanks_steps.rb +1 -1
- data/features/support/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1495a998a8096920897c9f530465b0abdafb121e
|
4
|
+
data.tar.gz: e45155150178bcbc7e42504ff07405fdf079e7e6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c6d8e75342bda85a813d0b9a5648cdc50fb34e544db5ede6de6313ea6fe613557d59c55f28bc7cd6e8291baa663963c8b8050f1f0394c4d704218cf52fb09f3
|
7
|
+
data.tar.gz: 2a66d8f7b9a94db87ef03569e03407824625315f20eee95ab56bba0954e1aa115be809cedcb9c88cfb6cfa8ef60286de455bd653638f15a22819c552c8a895c1
|
@@ -35,7 +35,7 @@ Y(/^(?:verifico|valido) los valores del desglose en gracias contra los del check
|
|
35
35
|
@itinerario_checkout.tarifas['total'].should equal(@itinerario_gracias.tarifas['total'])
|
36
36
|
end
|
37
37
|
end
|
38
|
-
@itinerario_gracias.ida.should equal(@itinerario_checkout.ida)
|
38
|
+
@itinerario_gracias.ida.should equal(@itinerario_checkout.ida) if @page.tipo_de_busqueda!="multipledestinations"
|
39
39
|
end
|
40
40
|
|
41
41
|
Entonces(/^(?:verifico|valido) los datos del vuelo comprado$/) do
|
data/features/support/version.rb
CHANGED