flights_gui_tests 2.3.77 → 2.3.78

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: b7998b986374e9cd4a6c978d22554a522203b6aa
4
- data.tar.gz: f38ca0ccf162a7b5018ac030b9b291dd79ddfbeb
3
+ metadata.gz: a9ddf6635dbbccfb9a4a2f51e8c9f351d4b56fd9
4
+ data.tar.gz: 9034b40eaf9721f484b4d481fb66a8685d5298cc
5
5
  SHA512:
6
- metadata.gz: ec612290a2f4d161c84db1619ee5da9c46a286eafd32075557da38ce5e150b0f9d8ed131d907c93fcb9e3003a60ca5932c71c4953734765b4fa8fdd7b71a59e9
7
- data.tar.gz: ea6f41c8d50b29d7be1f63043c3fa154d8d62e78199a17556b76cf50e273b1483eca67bddd3183ae6652e8a5e80f6a71b947f8c73cc0d58fb8c249674f79e04e
6
+ metadata.gz: 1979cbf636a8c024746aa22ecf7328dd913b7addfb5f77292292bf32da1dda2e9905f0dd6c40408d61c7530e98c9ce01971a1afe8cccc3dab63fc8e050a8516d
7
+ data.tar.gz: a8dd7d1fb51d84f6ac3d2dd43990618bf6f2b90c102e8d9f2b3f579386c3d3eeeb32b8fd32e3b680f9c81de975d8b39f507b3132ab3c40030a2fad62f1eddb68
@@ -29,7 +29,7 @@ Cuando(/^elijo un itinerario y paso a checkout$/) do
29
29
  @itinerario_resultados = @page.elegir_itinerario(@index)
30
30
  rescue Net::ReadTimeout
31
31
  puts "Rompe Net::ReadTimeout"
32
- @browser.send_keys :escape
32
+ @page.browser.send_keys :escape
33
33
  end
34
34
  end
35
35
 
@@ -1,7 +1,6 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  Before do |scenario|
3
3
  @uow = "ROBOTFGUI-#{Socket.gethostname}-#{Time.now.strftime('%Y%m%d%H%M')}-#{scenario.tags.map{|tag| tag.name.gsub("@",'')}.join("-")}"
4
- $browser.alert.ok if $browser.alert.exists?
5
4
  $browser.goto("http://www.despegar.com/about")
6
5
  begin
7
6
  $browser.execute_script("javascript:void(document.cookie = 'X-UOW-CUSTOM=#{@uow}; Path=/')")
@@ -11,7 +11,7 @@ module Pages
11
11
  end
12
12
  #recupero una cookie
13
13
  def recuperar_cookie(nombre)
14
- return @browser.cookies.to_a.select{|cookie| cookie[:name]==nombre}.first
14
+ return @browser.cookies.to_a.select{|cookie| cookie[:name]==nombre}.first
15
15
  end
16
16
  #elimino una cookie
17
17
  def eliminar_cookie(nombre)
@@ -1,3 +1,3 @@
1
1
  module FlightsGui
2
- VERSION = "2.3.77"
2
+ VERSION = "2.3.78"
3
3
  end
@@ -971,36 +971,6 @@ tasks:
971
971
  recipients:
972
972
  - estebanldh@gmail.com
973
973
  - nsimean@despegar.com
974
- - name: results.multipleoneway.br
975
- class_name: Henry::Task::CucumberTask
976
- options:
977
- tags:
978
- - results
979
- - multipleoneway
980
- - br
981
- expand: true
982
- no-source: true
983
- reports:
984
- - format: html
985
- name: ${DATE}_${TASK_NAME}.html
986
- recipients:
987
- - estebanldh@gmail.com
988
- - nsimean@despegar.com
989
- - name: results.multipleoneway.br
990
- class_name: Henry::Task::CucumberTask
991
- options:
992
- tags:
993
- - results
994
- - multipleoneway
995
- - br
996
- expand: true
997
- no-source: true
998
- reports:
999
- - format: html
1000
- name: ${DATE}_${TASK_NAME}.html
1001
- recipients:
1002
- - estebanldh@gmail.com
1003
- - nsimean@despegar.com
1004
974
  - name: results.multipleoneway.ar
1005
975
  class_name: Henry::Task::CucumberTask
1006
976
  options:
@@ -1016,21 +986,6 @@ tasks:
1016
986
  recipients:
1017
987
  - estebanldh@gmail.com
1018
988
  - nsimean@despegar.com
1019
- - name: results.multipleoneway.br
1020
- class_name: Henry::Task::CucumberTask
1021
- options:
1022
- tags:
1023
- - results
1024
- - multipleoneway
1025
- - br
1026
- expand: true
1027
- no-source: true
1028
- reports:
1029
- - format: html
1030
- name: ${DATE}_${TASK_NAME}.html
1031
- recipients:
1032
- - estebanldh@gmail.com
1033
- - nsimean@despegar.com
1034
989
  - name: results.search
1035
990
  class_name: Henry::Task::CucumberTask
1036
991
  options:
@@ -13549,36 +13504,6 @@ tasks:
13549
13504
  recipients:
13550
13505
  - estebanldh@gmail.com
13551
13506
  - nsimean@despegar.com
13552
- - name: checkout.multipleoneway.br
13553
- class_name: Henry::Task::CucumberTask
13554
- options:
13555
- tags:
13556
- - checkout
13557
- - multipleoneway
13558
- - br
13559
- expand: true
13560
- no-source: true
13561
- reports:
13562
- - format: html
13563
- name: ${DATE}_${TASK_NAME}.html
13564
- recipients:
13565
- - estebanldh@gmail.com
13566
- - nsimean@despegar.com
13567
- - name: checkout.multipleoneway.br
13568
- class_name: Henry::Task::CucumberTask
13569
- options:
13570
- tags:
13571
- - checkout
13572
- - multipleoneway
13573
- - br
13574
- expand: true
13575
- no-source: true
13576
- reports:
13577
- - format: html
13578
- name: ${DATE}_${TASK_NAME}.html
13579
- recipients:
13580
- - estebanldh@gmail.com
13581
- - nsimean@despegar.com
13582
13507
  - name: checkout.braspag
13583
13508
  class_name: Henry::Task::CucumberTask
13584
13509
  options:
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.3.77
4
+ version: 2.3.78
5
5
  platform: ruby
6
6
  authors:
7
7
  - lgonzalez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-13 00:00:00.000000000 Z
11
+ date: 2015-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: henry-container