ds-gui-automation 0.2.61 → 0.3.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: 2fd27fd17cac066c410351c861b97e232712e5b4
4
- data.tar.gz: 64a79efc311d7a0686b6e34dc3ad44b0faf0c87a
3
+ metadata.gz: 59c943d28064af2ad754726160a6be80c493a489
4
+ data.tar.gz: 2fd27858f9bae6bf24920d6eb99d42ed2c2d40e5
5
5
  SHA512:
6
- metadata.gz: 908861f7da8153dc600138492e76c1c243b0b267dd50636c575552dad35c355eb0cfbc97e2333ecc14d4d6526e79fed85e3101f05b54de8960b5e3dbe8d5f802
7
- data.tar.gz: 01bf788a4c775d1b889dea3fd57310e22cf45c270497b31db4dce59580fd312f1f58aa402df065d6617f723801cdb74e68ddb082baf240efccc8838945e131cd
6
+ metadata.gz: ce5938188c4a6d41572f7f376937c53ba749339af3a664340956a038dfc34695cb5f3de4b6455865f303b7cee8aaf97c947b0d8cfa13e191b3c6d30fd4f8f09a
7
+ data.tar.gz: 5e4c993db97f51851768968b4ac2fd103b0aa746d96006f297b6152a0f56ac0f9f0dd599e46e87c18193fc5fde6820ea9b9be0abab95f1b0be151c2197ac5241
@@ -40,7 +40,7 @@ Feature: Destination Services Thanks
40
40
  @co
41
41
  Examples:
42
42
  |country|tour_tracking_id|ticket_tracking_id|
43
- |CO|HB_ORL_GATORLAND,GL_ADZ_1691|DY_ORL,UN_ORL,SW_ORL,BG_ORL|
43
+ |CO|HB_ORL_GATORLAND|DY_ORL,UN_ORL,SW_ORL,BG_ORL|
44
44
 
45
45
  @cl
46
46
  Examples:
@@ -100,7 +100,7 @@ Feature: Destination Services Results
100
100
  @gl
101
101
  Examples:
102
102
  |country|tracking_id|type|
103
- |CO|GL_ADZ_1691|tours|
103
+ |CO|GL_ADZ_1688|tours|
104
104
 
105
105
  @co
106
106
  @via
@@ -104,7 +104,7 @@ Feature: Destination Services Thanks
104
104
  @gl
105
105
  Examples:
106
106
  |country|tracking_id|type|
107
- |CO|GL_ADZ_1691|tours|
107
+ |CO|GL_ADZ_1688|tours|
108
108
 
109
109
  @co
110
110
  @via
@@ -1,3 +1,3 @@
1
1
  module DestinationServicesGUI
2
- VERSION = "0.2.61"
2
+ VERSION = "0.3.0"
3
3
  end
@@ -34,7 +34,7 @@ module Checkout
34
34
 
35
35
  def fill_credit_card_information
36
36
 
37
- browser.text_field(:id, 'card-number').set('4242424242424242')
37
+ browser.text_field(:id, 'card-number').set('4000035496216613')
38
38
 
39
39
  browser.select_list(:id, 'card-expiration-month').select('2')
40
40
 
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.61
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Santiago Ochoa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-02 00:00:00.000000000 Z
11
+ date: 2016-04-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: henry-container