automation_wizard 2.0.3 → 2.0.4
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1bf91cf4f87fcd064f2e9d317e302d6ca795d2f7
|
4
|
+
data.tar.gz: ed2e56fae86be440436726e7327bd9435e160a9e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b09e58a6cb87f1685c1332691dd92f40ca56f72bfd06786aa16d9d128eafe9621bc51d2a1d33ca203c787f23d0df2c8c6fb0b6e6da93a00cb164e437ef8345a6
|
7
|
+
data.tar.gz: af7bdbfb6784b3dfe87d4dbb1b554a918b936910bc36da3057cf22da6e3aaf6a48262eb285e0ca6900a8494ece9e0ecf655f72fe894f600cd8245672b5f4231b
|
@@ -35,7 +35,7 @@ Browser the test needs to run on:
|
|
35
35
|
|
36
36
|
Time:
|
37
37
|
|
38
|
-
*
|
38
|
+
* 3 days from the time the candidate receives the email with the test instructions.
|
39
39
|
|
40
40
|
* You can contact avery.roswell@loblaw.ca OR justin.commu@loblaw.ca via email for any questions or clarifications
|
41
41
|
|
@@ -45,9 +45,7 @@ Tests scenarios:
|
|
45
45
|
|
46
46
|
_Goto_ [loblaws.ca](https://www.loblaws.ca/)
|
47
47
|
|
48
|
-
|
49
|
-
|
50
|
-
1b) Search for `apples` and use the _Price Reduction_ filter under _Promotions_ to sort the search by sale badges. Verify for every product: the amount on the badge and the price reduction match, and that the price in kg is equivalent to the price in lbs.
|
48
|
+
1) Search for `apples` and sort the search results from highest price to lowest price. Confirm that the web site has sorted the price correctly.
|
51
49
|
|
52
50
|
2) As a new user to the site, add an item to your cart and verify it was added successfully. The site should ask you to pick a store, so you will need to handle that :).
|
53
51
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: automation_wizard
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Avery Roswell
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-05-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|
@@ -79,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
79
79
|
version: '0'
|
80
80
|
requirements: []
|
81
81
|
rubyforge_project: automation_wizard
|
82
|
-
rubygems_version: 2.6.
|
82
|
+
rubygems_version: 2.6.11
|
83
83
|
signing_key:
|
84
84
|
specification_version: 4
|
85
85
|
summary: Generator for wizard test. Generator for base project setup.
|