flights_gui_tests 2.0.3 → 2.0.4
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 85210a2731398f4c0669112f75ceea494b22bf40
|
4
|
+
data.tar.gz: 79dfcd1b135d9f37da0e92e4f809addee25cad7c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c18a914ff0d1d7b265d78d844d372ea6404f0ecb0518a48453a91f54e3160d9fba1b037b40a23d4a92f4374ce1c059f08f768ed72f4f468485a8f1e86deb2dd9
|
7
|
+
data.tar.gz: 35e649153081407f1d9348e0660aef4615bb6052490f73be3ab70bd5a8072c94402367f8f864ce760880ab3604eb32c3b1fbd97d467689403997596fd13be829
|
@@ -87,12 +87,12 @@ module NewCheckout
|
|
87
87
|
end
|
88
88
|
|
89
89
|
def cargar_datos_facturacion_mx
|
90
|
-
|
91
|
-
otro_estado_facturacion_element.set("Chiapas") if otro_estado_facturacion_element.present?
|
92
|
-
codigo_postal_facturacion_element.set("7111") if codigo_postal_facturacion_element.present?
|
93
|
-
numero_facturacion_element.set("123") if numero_facturacion_element.present?
|
94
|
-
piso_facturacion_element.set("1") if piso_facturacion_element.present?
|
95
|
-
departamento_facturacion_element.set("1") if departamento_facturacion_element.present?
|
90
|
+
# cargar_datos_facturacion_pe
|
91
|
+
# otro_estado_facturacion_element.set("Chiapas") if otro_estado_facturacion_element.present?
|
92
|
+
# codigo_postal_facturacion_element.set("7111") if codigo_postal_facturacion_element.present?
|
93
|
+
# numero_facturacion_element.set("123") if numero_facturacion_element.present?
|
94
|
+
# piso_facturacion_element.set("1") if piso_facturacion_element.present?
|
95
|
+
# departamento_facturacion_element.set("1") if departamento_facturacion_element.present?
|
96
96
|
end
|
97
97
|
|
98
98
|
def cargar_datos_ingresos_brutos
|
data/features/support/version.rb
CHANGED