ds-gui-automation 0.2.25 → 0.2.26

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: e4d048ccbca32dafbbf44fc18d05a6540c32d659
4
- data.tar.gz: e2f924e6196b5aaa2082645fdabe94a1b84697f9
3
+ metadata.gz: 6ac016f944918575241195ec0369bdbf38562420
4
+ data.tar.gz: ff14360871e1729fc533e1779322fd14ef0c8392
5
5
  SHA512:
6
- metadata.gz: ab853763d92a6b4f3b00df5b017846c4590d781e72ba5b3b86485add6b6285088c5bf7e0a41d9500e3a460ce1cb335e108e6b2b1609084f3cf64cc829ba5fa8d
7
- data.tar.gz: 7e833b91969a152906935cc4284da5a3fbb2b3d21af96fa69e23ee0ac29812facb3199015b15b830acd29b51f3708f7fe23c5e118b2c129452b083af1e1b096c
6
+ metadata.gz: ed8195df6c92230ee215c38b5a0130e566ee427ec20dc9aba3a8c772f3d371991d6563f940a627bdb7b6ef8470443eb97a25ff24a879371139b1303c0d7e8f51
7
+ data.tar.gz: 6b493e4f36269c947f8bd9b5b3c4c67697a70090b396aeb170fdd8e4f0aece743bf8712fb4fbec5f2710b7994dd2c11fb5dd5f442e330b7bc54985ea8651049d
@@ -30,7 +30,7 @@ Feature: Destination Services Thanks
30
30
  @ar
31
31
  Examples:
32
32
  |country|tour_tracking_id|ticket_tracking_id|
33
- |AR|PAM_SLA_76,PAM_MDZ_194,PAM_SLA_73,HB_ORL_SEAWRLDROW,HB_ORL_LEGOFLORID|DY_ORL,UN_ORL|
33
+ |AR|PAM_SLA_76,PAM_MDZ_194,PAM_SLA_73|DY_ORL,UN_ORL|
34
34
 
35
35
  @mx
36
36
  Examples:
@@ -21,10 +21,13 @@ end
21
21
  When(/^I click on the detail button$/) do
22
22
 
23
23
  DestinationServicesGUI::Results.get_results_by_tracking_id(PROVIDER_ID, IS_MODULAR).first.a(:class,'eva-button-primary-medium').click
24
+
24
25
  end
25
26
 
26
27
  When(/^I click on the detail button of the corresponding "(.*)"$/) do | tracking_id |
27
28
 
29
+ @browser.execute_script('localStorage.clear()')
30
+
28
31
  DestinationServicesGUI.set_cookie({'X-Version-Override' => BETA_COOKIES}) if BETA
29
32
 
30
33
  new_design = @browser.url.include?('Relevance')
data/lib/ds/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module DestinationServicesGUI
2
- VERSION = "0.2.25"
2
+ VERSION = "0.2.26"
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.2.25
4
+ version: 0.2.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - Santiago Ochoa