flights_gui_henry_tests 3.0.0 → 3.0.1
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: 596c020fa9f6e583d1ef3459cf62f198334b3a6a
|
4
|
+
data.tar.gz: e8c8b319d305e23ef433d642f219d09cda5a1fac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 46cbf5819ca2be7fead6d1c524537c59a33032d1b985598f6f712ef2ce03a9739b25072608b5c81bafd599106e1b61fc4e3c94b64dd43ef7db2e37022709956a
|
7
|
+
data.tar.gz: aea6029482b974a8e427c8eb2dab5e0cb61183a20ee66e34025ee4901a3e1f5c6eec9cfce12c3f1c4b127dc64bc812ff7a20b29e81e11b59d1f46e0e6517566d
|
@@ -37,40 +37,40 @@ Característica: checkout.providers
|
|
37
37
|
Y Verifico el link de mi despegar
|
38
38
|
Y Levanto los datos del vuelo
|
39
39
|
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
40
|
+
@us
|
41
|
+
Ejemplos:
|
42
|
+
|pais|tipo|cabotage|prov|from|to|date_from|date_to|
|
43
|
+
|US|roundtrip|true|VOL|MEX|CUN|2014-06-28|2014-06-17|
|
44
|
+
|US|oneway|true|VOL|LAX|CUN|2014-06-28|2014-07-17|
|
45
|
+
|US|roundtrip|true|VOL|MEX|LAX|2014-06-01|2014-06-15|
|
46
|
+
|US|oneway|true|VOL|MEX|GDL|2014-06-19|2014-06-27|
|
47
|
+
@mx
|
48
|
+
Ejemplos:
|
49
|
+
|pais|tipo|cabotage|prov|from|to|date_from|date_to|
|
50
|
+
|MX|roundtrip|true|VOL|MEX|MTY|2014-02-28|2014-03-17|
|
51
|
+
|MX|oneway|true|VOL|MEX|GDL|2014-03-28|2014-04-17|
|
52
|
+
|MX|roundtrip|true|VOL|MEX|CUN|2014-03-01|2014-03-15|
|
53
|
+
|MX|oneway|true|VOL|MEX|CUN|2014-02-19|2014-02-27|
|
54
54
|
@mx
|
55
55
|
Ejemplos:
|
56
56
|
|pais|tipo|cabotage|prov|from|to|date_from|date_to|
|
57
57
|
|MX|roundtrip|true|AIJ|MEX|MTY|2014-02-28|2014-03-17|
|
58
58
|
|MX|oneway|true|AIJ|MEX|GDL|2014-03-28|2014-04-17|
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
59
|
+
@ar
|
60
|
+
Ejemplos:
|
61
|
+
|pais|tipo|cabotage|prov|from|to|date_from|date_to|
|
62
|
+
|AR|roundtrip|nil|WDS|MEX|MTY|2014-02-28|2014-03-17|
|
63
|
+
|AR|oneway|true|WDS|MEX|GDL|2014-03-28|2014-04-17|
|
64
|
+
|AR|multipledestinations|nil|WDS|MEX|CUN|2014-03-01|2014-03-15|
|
65
|
+
@pe
|
66
|
+
Ejemplos:
|
67
|
+
|pais|tipo|cabotage|prov|from|to|date_from|date_to|
|
68
|
+
|PE|roundtrip|nil|WDS|MEX|MTY|2014-02-28|2014-03-17|
|
69
|
+
|PE|oneway|nil|WDS|MEX|GDL|2014-03-28|2014-04-17|
|
70
|
+
|PE|multipledestinations|nil|WDS|MEX|CUN|2014-03-01|2014-03-15|
|
71
|
+
@co
|
72
|
+
Ejemplos:
|
73
|
+
|pais|tipo|cabotage|prov|from|to|date_from|date_to|
|
74
|
+
|CO|roundtrip|true|WDS|MEX|MTY|2014-02-28|2014-03-17|
|
75
|
+
|CO|oneway|nil|WDS|MEX|GDL|2014-03-28|2014-04-17|
|
76
|
+
|CO|multipledestinations|true|WDS|MEX|CUN|2014-03-01|2014-03-15|
|
File without changes
|
@@ -14,7 +14,7 @@
|
|
14
14
|
gem.name = "flights_gui_henry_tests" #Debe ser unico en el Gem Server, tratemos de utilizar nombre que identifiquen de forma inequivoca
|
15
15
|
|
16
16
|
gem.require_paths = ["lib"] #Usualmente es solo lib -> ["lib"]5
|
17
|
-
gem.version = '3.0.
|
17
|
+
gem.version = '3.0.1' #La version se debe incrementar cada vez que se desea publicar una nueva version del test.
|
18
18
|
|
19
19
|
gem.add_dependency('henry-container', '>= 0.1.82')
|
20
20
|
gem.add_dependency('watir-webdriver')
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: flights_gui_henry_tests
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- lgonzalez
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-07-
|
11
|
+
date: 2014-07-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: henry-container
|
@@ -266,7 +266,6 @@ files:
|
|
266
266
|
- features/tests/checkout/agency.feature
|
267
267
|
- features/tests/checkout/button_cac.feature
|
268
268
|
- features/tests/checkout/cash_payment.feature
|
269
|
-
- features/tests/checkout/chat.feature
|
270
269
|
- features/tests/checkout/compras_duplicadas.feature
|
271
270
|
- features/tests/checkout/cupones.feature
|
272
271
|
- features/tests/checkout/error_messages.feature
|
@@ -314,6 +313,7 @@ files:
|
|
314
313
|
- features/tests/matrix/matrix_price.feature
|
315
314
|
- features/tests/others/alerts.feature
|
316
315
|
- features/tests/others/anticipatedsearch.feature
|
316
|
+
- features/tests/others/chat.feature
|
317
317
|
- features/tests/others/flights_tracker.feature
|
318
318
|
- features/tests/others/newsletter.feature
|
319
319
|
- features/tests/others/querystringparameters.feature
|