flights_gui_tests 2.4.19 → 2.4.20

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: 041c31af1f7259ad9e5325f0e0d3bda2e6b6f58e
4
- data.tar.gz: 72db26ed4a06085d47b835a2996b208f86d8bb48
3
+ metadata.gz: e11079268801418fee8091b3546188ea4e787074
4
+ data.tar.gz: 1c6aa658491ff7076b9ebe1a0989a37d2dd7447c
5
5
  SHA512:
6
- metadata.gz: 1178cd21bbd2f6af3ba9b6296f50be9929f2424c80febd1b9518125bf5398481d39d6f42ff50c3623da8cefde410f90d01ddaf6cad717dce921785dc615f9f37
7
- data.tar.gz: 5a9ab04916e6ab85e2ea84bb74024f65b03dd11996fcdac46ba401216c9271c3297a375e6c27a5f79151fa447a7bc5124a8ff26e0292eee7e0c723708d6767ed
6
+ metadata.gz: e393316dafdb25c21c8ddd0ab6496c39329c2f3d69650c5663eed0ed41a5c8d83552bc6962f01fa22cbb00ce828651d7eb6f85468666f72c4e0a89108594e003
7
+ data.tar.gz: 32b6a15120805aae9a02c84d0b8b9e7860921e101c0487ab6987615d68c5898b45ca080f87b52645cfd27541b468564720bdb940cb8418ec00f11d3a60895632
@@ -45,7 +45,7 @@ Cuando(/^espero que termine de cargar la pagina de checkout$/) do
45
45
  begin
46
46
  @page.pasajeros_element.when_visible(timeout=180)
47
47
  rescue Net::ReadTimeout
48
- puts "Romṕio Net::ReadTimeout"
48
+ puts "Rompio Net::ReadTimeout"
49
49
  end
50
50
  @page.cargar_valores_abtesting
51
51
  puts "URL: #{@page.browser.url}"
@@ -54,7 +54,11 @@ Cuando(/^espero que termine de cargar la pagina de checkout$/) do
54
54
  end
55
55
 
56
56
  Entonces(/^(?:verifico|valido) que ingrese al checkout$/) do
57
- @page.pasajeros_element.should visible("Campos de carga de pasajeros")
57
+ begin
58
+ @page.pasajeros_element.should visible("Campos de carga de pasajeros")
59
+ rescue Net::ReadTimeout
60
+ puts "Rompio Net::ReadTimeout"
61
+ end
58
62
  end
59
63
 
60
64
  Entonces(/^espero que termine el pedido de compra$/) do
@@ -26,7 +26,7 @@ module NewCheckout
26
26
  text_field(:mail_usuario_nibbler,:name=>"username")
27
27
  text_field(:pass_usuario_nibbler,:name=>"password")
28
28
 
29
- button(:boton_usuario_nibbler,:class=>"social-comp-common-button social-comp-common-button-primary social-comp-common-button-medium")
29
+ link(:boton_usuario_nibbler,:class=>"social-comp-common-button social-comp-common-button-primary social-comp-common-button-medium sign-in")
30
30
 
31
31
  end
32
32
  end
@@ -1,3 +1,3 @@
1
1
  module FlightsGui
2
- VERSION = "2.4.19"
2
+ VERSION = "2.4.20"
3
3
  end
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.19
4
+ version: 2.4.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - lgonzalez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-11 00:00:00.000000000 Z
11
+ date: 2016-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: henry-container