ds-gui-automation 0.2.8 → 0.2.9

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c75842d8504716c4956196c116666c05286f05f7
4
- data.tar.gz: 23ef4b20005b5194668fca5db071a6a35493ebea
3
+ metadata.gz: d998bef2fb64a1704931923e63822e57c0151606
4
+ data.tar.gz: 767054230be4d8621c0f6b7da89b9caba70bbbe4
5
5
  SHA512:
6
- metadata.gz: b84f86ac8bd2d1d89d0197b486f306a704006a4f03c1157b605a614680f0883c71e07055af599402aaef69da2e34ecb0ace5ae50b471e9d40825e6d053e1e385
7
- data.tar.gz: e81024f2d916d7f1dc8550d6e2900abe611b277bea28fd25cdd78ff885bb2f71d2aa73ece2a2187d0c211e14d3122b382811dfd5a3cdc9202aa4e3e79b8d6ce2
6
+ metadata.gz: 5eec85e4b77c572424acbd6173fa6a2b41a8829f654962219a20c6cfaa463df4bfead1419d98140b819e7a3c440b4b7eda379826cc0958a804629541bf88478b
7
+ data.tar.gz: fec424f9167fd97867ddaea616e598ab181689d83fb3a48de61bc3a9238f9dd57387d55d85e4534b11b3bfe0e3f59304cb97190effaabb9eb4e34c5035f4ef16
@@ -33,6 +33,8 @@ When(/^I fill the detail information for tickets disney$/) do
33
33
 
34
34
  (additionals.size == 3).should be_true
35
35
 
36
+ additionals.last.click
37
+
36
38
  end
37
39
 
38
40
  When(/^I fill the detail information for tickets universal$/) do
@@ -45,6 +45,7 @@ Then(/^I verify that the reservation was made on Fenix for "(.*)" and "(.*)"$/)
45
45
  crm_id = @browser.ul(:class, 'ds-checkout-thanks-resume-item-list').li.span.text.split(': ').last
46
46
 
47
47
  if BETA
48
+ binding.pry
48
49
  transaction = HTTParty.get("http://10.2.7.16:80/fenix/ds/#{type}?transaction_id=#{crm_id}", :headers =>{'X-Version-Override' => BETA_COOKIES})
49
50
  else
50
51
  transaction = HTTParty.get("http://10.2.7.16:80/fenix/ds/#{type}?transaction_id=#{crm_id}")
@@ -63,6 +64,8 @@ When(/^I fill the particular information for tickets$/) do
63
64
 
64
65
  DestinationServicesGUI::Checkout.select_ticket_date(@browser)
65
66
 
67
+ binding.pry
68
+
66
69
  end
67
70
 
68
71
  When(/^I fill the risk information$/) do
@@ -68,7 +68,7 @@ client.timeout = 3000
68
68
  process_clean = Henry::ProcessCleaner.new(:zombies => ["#{BROWSER}"])
69
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
73
  # sleep 3
74
74
 
data/lib/ds/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module DestinationServicesGUI
2
- VERSION = "0.2.8"
2
+ VERSION = "0.2.9"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ds-gui-automation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.8
4
+ version: 0.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Santiago Ochoa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-22 00:00:00.000000000 Z
11
+ date: 2015-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: henry-container