ds-gui-automation 0.1.19 → 0.1.20
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.
@@ -21,7 +21,6 @@ end
|
|
21
21
|
When(/^I click on the detail button$/) do
|
22
22
|
DestinationServicesGUI::Results.show_results_tracking_id
|
23
23
|
DestinationServicesGUI::Results.get_results_by_provider_code(PROVIDER_ID, IS_MODULAR).first.click
|
24
|
-
binding.pry
|
25
24
|
end
|
26
25
|
|
27
26
|
Then(/^I should see the detail page for the selected tour$/) do
|
@@ -7,6 +7,11 @@ Given(/^I perform a search from seo URL$/) do
|
|
7
7
|
end
|
8
8
|
|
9
9
|
Then(/^I should see the result clusters for the specified provider$/) do
|
10
|
+
|
11
|
+
@browser.div(:class, 'ux-common-filter-body ng-scope').lis[1].click
|
12
|
+
|
13
|
+
DestinationServicesGUI::Results.wait_for_results
|
14
|
+
|
10
15
|
DestinationServicesGUI::Results.show_results_tracking_id
|
11
16
|
|
12
17
|
(DestinationServicesGUI::Results.get_results_by_provider_code(PROVIDER_ID, IS_MODULAR).size > 0).should be_true
|
@@ -22,8 +27,6 @@ Then(/^I should see the results page with the search result$/) do
|
|
22
27
|
|
23
28
|
sleep(45)
|
24
29
|
|
25
|
-
binding.pry
|
26
|
-
|
27
30
|
puts " Results => #{DestinationServicesGUI::Results.get_search_results(IS_MODULAR).size}"
|
28
31
|
|
29
32
|
(DestinationServicesGUI::Results.get_search_results(IS_MODULAR).size > 0).should be_true
|
data/lib/ds/version.rb
CHANGED
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.
|
4
|
+
version: 0.1.20
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-10-
|
12
|
+
date: 2014-10-28 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: henry-container
|