ds-gui-automation 0.1.102 → 0.2.0

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: d26521cd51b32b01b3e277862bd64d8cf2073c7f
4
- data.tar.gz: 4a2d0d7ddd8dacf51e467af5ccd8d02d896ae5d1
3
+ metadata.gz: 641f8054363efd022c092ec8ebb0563d02e83cfa
4
+ data.tar.gz: 50f767652c6a7df60e0801209942ce7ffa8ab1f8
5
5
  SHA512:
6
- metadata.gz: cc493e90daf89f5658a024045cfb12711385122b1a2782471b2614ef05b1aa9476012bd21e6ae672b2d24e6c147e1fb62c97ae242d6e66cee93a757013fab786
7
- data.tar.gz: 775128844ed2cdf350d77e86402de839d7ab814d9dda4b92e92475fb5668d79710f746f352cafae4a446680d08eb3d9571e5be2cbad46fd72ee59c872c3ddfc9
6
+ metadata.gz: fb9fe30372dbe7a3d701b96ad03418c288e8f492be959fbf76437b34bdb5f3a9821c6bf62db1bc475d41f4ba5c9b00714258bba8179f9273a62e20dde712a438
7
+ data.tar.gz: a28d9bdfd581a867981eb2c12a8645a49f8632627e4f0ad08ed7f8d705dc65ff19d2be1eb73174925d9658fa4dfdf7b96bb0f00cfc5ed37a8b16b7ad4849a9dd
@@ -89,7 +89,7 @@ Feature: Destination Services Detail
89
89
  |CL|HB_ORL_MCOMDVLTMS|tours|MasterCard|
90
90
 
91
91
 
92
- @available_installments
92
+ @available_installments
93
93
  Scenario Outline: Available installments in checkout
94
94
  Given I perform a search in "<country>" with "<tracking_id>" from seo URL
95
95
  When I click on the detail button of the corresponding "<tracking_id>"
@@ -65,14 +65,14 @@ client = Selenium::WebDriver::Remote::Http::Default.new
65
65
  client.timeout = 3000
66
66
 
67
67
  # ProcessCleaner
68
- process_clean = Henry::ProcessCleaner.new(:zombies => ["#{BROWSER}"])
69
- process_clean.clean
68
+ # process_clean = Henry::ProcessCleaner.new(:zombies => ["#{BROWSER}"])
69
+ # process_clean.clean
70
70
 
71
- system "ps aux | grep chrome | awk '{ print $2 }' | xargs -I {} kill -9 {}"
71
+ # system "ps aux | grep chrome | awk '{ print $2 }' | xargs -I {} kill -9 {}"
72
72
 
73
- sleep 3
73
+ # sleep 3
74
74
 
75
- system "ps aux | grep firefox | awk '{ print $2 }' | xargs -I {} kill -9 {}"
75
+ # system "ps aux | grep firefox | awk '{ print $2 }' | xargs -I {} kill -9 {}"
76
76
 
77
77
  browser_outside = Watir::Browser.new BROWSER.to_sym, :http_client => client
78
78
  browser_outside.cookies.clear
@@ -100,7 +100,7 @@ Before do | scenario |
100
100
 
101
101
  DestinationServicesGUI.set_browser(@browser)
102
102
 
103
- DestinationServicesGUI::Search.go_home
103
+ #DestinationServicesGUI::Search.go_home
104
104
 
105
105
  if BETA
106
106
  DestinationServicesGUI.set_cookie({'X-Version-Override' => BETA_COOKIES})
data/lib/ds/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module DestinationServicesGUI
2
- VERSION = "0.1.102"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ds-gui-automation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.102
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Santiago Ochoa