flights_gui_tests 2.4.63 → 2.4.64
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/results/recommendation.feature +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: 89355dca747c5360a1f552b1462a3f09aa2108cd
|
|
4
|
+
data.tar.gz: 60c807219491a3973cd1ec85fd0b0f83d875d7a8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4cd1af828ab9b30e9c58d4f63f7f97c4f1c95337c0b4d0cb2932731680e3af96fb30867f6adf6fe4610e68011c35dac9bdb1fbc61af172f77687f66538d7d58b
|
|
7
|
+
data.tar.gz: 67c306d5df0bf34c62164c1c430855e50736b0d77b5e6133d16363daaa777c74cedbda80b5aa1a9794024c5f2762ab526d20bc1cf404553921d95395d138517c
|
data/features/support/version.rb
CHANGED
|
@@ -95,7 +95,7 @@ Característica: results.recommendation
|
|
|
95
95
|
Cuando realizo la busqueda
|
|
96
96
|
Entonces verifico que la pagina no rompa
|
|
97
97
|
Cuando espero que termine de cargar la pagina de resultados
|
|
98
|
-
Cuando pruebo angular con valor "
|
|
98
|
+
Cuando pruebo angular con valor "25"
|
|
99
99
|
Entonces verifico que traiga resultados
|
|
100
100
|
Y cierro popups
|
|
101
101
|
Entonces verifico que exista el icono de enviar recomendacion
|