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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d998bef2fb64a1704931923e63822e57c0151606
|
|
4
|
+
data.tar.gz: 767054230be4d8621c0f6b7da89b9caba70bbbe4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5eec85e4b77c572424acbd6173fa6a2b41a8829f654962219a20c6cfaa463df4bfead1419d98140b819e7a3c440b4b7eda379826cc0958a804629541bf88478b
|
|
7
|
+
data.tar.gz: fec424f9167fd97867ddaea616e598ab181689d83fb3a48de61bc3a9238f9dd57387d55d85e4534b11b3bfe0e3f59304cb97190effaabb9eb4e34c5035f4ef16
|
|
@@ -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
|
data/features/support/env.rb
CHANGED
|
@@ -68,7 +68,7 @@ client.timeout = 3000
|
|
|
68
68
|
process_clean = Henry::ProcessCleaner.new(:zombies => ["#{BROWSER}"])
|
|
69
69
|
process_clean.clean
|
|
70
70
|
|
|
71
|
-
|
|
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
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.
|
|
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-
|
|
11
|
+
date: 2015-07-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: henry-container
|