flights_gui_tests 2.4.00 → 2.4.01
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 +4 -4
- data/features/support/version.rb +1 -1
- data/features/tests/checkout/pick_new_flight.feature +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f6e0bcb78ffc767561d4df150a27f613b24e8cf7
|
4
|
+
data.tar.gz: 4f867f3810b4511075bd2c301a29a524beb64010
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e5e487067f0bde8a73b885cd086ff9d0a7cfeb6cd7892d98c48936897f5b7578bdf5bd7231ab073cbd28060881c2248e62212f14dcf1ecab0f3531563db38314
|
7
|
+
data.tar.gz: 2fb20bbe37efb1eaa4bc89650292e4ddd0c852068d831e5f8326366d4620aaa3886ba78c93f53c4792c1f921b3df273f38fa14e907ec208eec0e0be50ae9257c
|
data/features/support/version.rb
CHANGED
@@ -18,7 +18,7 @@ Característica: checkout.popup_cambio_vuelo
|
|
18
18
|
Y verifico que ingrese al checkout
|
19
19
|
Entonces cargo los pasajeros
|
20
20
|
Y cargo los datos de la tarjeta
|
21
|
-
Y si el site es "AR|MX|PE", cargo los datos de facturacion
|
21
|
+
Y si el site es "AR|MX|PE|EC", cargo los datos de facturacion
|
22
22
|
Y cargo los datos de contacto
|
23
23
|
Entonces abro el popup de cambio de vuelo
|
24
24
|
Entonces espero que termine el pedido de compra
|
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.4.
|
4
|
+
version: 2.4.01
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- lgonzalez
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-12-
|
11
|
+
date: 2015-12-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: henry-container
|