flights_gui_tests 2.2.3 → 2.2.4
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: 5f38072f284051b89b5e8519c4cc94061e0fbc3d
|
4
|
+
data.tar.gz: bacf2ee6dae982390af098c5403be1c1a348a85c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 10f6733983889f405476d0e8b36799a03dfce0e9348e0d9a416918691b4b1b79c24bbb2693057a619b27e410e9cbed00602bd2f9dd80cc148fdd0bf857c41c37
|
7
|
+
data.tar.gz: cf62e9bd49648174528d2ddf57d00916892785bd884659eff4e409dcbedd958113361caedeec06618dff67214d1cdbaadb53b354c362e743b3ed2a9706b3a6e0
|
@@ -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) unless @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