Arun Kumar Mohan
|
c65108731c
|
Define supplier_ids in inventory_reset_strategy specs for clarity
|
2020-10-17 20:12:14 -05:00 |
|
Arun Kumar Mohan
|
5928eba767
|
Use build to validate objects from the shipping method factory
|
2020-10-17 19:59:21 -05:00 |
|
Arun Kumar Mohan
|
874d33caaa
|
Convert multiline blocks to single-line ones
|
2020-10-17 19:44:57 -05:00 |
|
Arun Kumar Mohan
|
2ec35b6306
|
Remove unnecessary let declaration
|
2020-10-13 01:22:11 -05:00 |
|
Arun Kumar Mohan
|
e963ab4bd4
|
Replace FactoryBot.create with create
|
2020-10-13 01:21:47 -05:00 |
|
Arun Kumar Mohan
|
14eee1c9e4
|
Improve product specs' performance
|
2020-10-11 01:10:11 -05:00 |
|
Arun Kumar Mohan
|
ff049d33e7
|
Improve variant stock specs' performance
|
2020-10-10 00:43:27 -05:00 |
|
Arun Kumar Mohan
|
b02e25af0e
|
Improve shipment specs' performance
|
2020-10-09 23:28:32 -05:00 |
|
Arun Kumar Mohan
|
76293c335b
|
Improve payment specs' performance
|
2020-10-09 23:05:14 -05:00 |
|
Arun Kumar Mohan
|
01d2c3cb9e
|
Improve variant specs' performance
|
2020-10-09 22:11:34 -05:00 |
|
Arun Kumar Mohan
|
80c76606df
|
Improve line items specs' performance
|
2020-10-09 22:11:34 -05:00 |
|
Arun Kumar Mohan
|
b07fbec8c6
|
Improve credit card specs' performance
|
2020-10-09 22:11:34 -05:00 |
|
Arun Kumar Mohan
|
c4205fce34
|
Improve enterprise specs' performance
|
2020-10-09 22:11:34 -05:00 |
|
Arun Kumar Mohan
|
a959f8e745
|
Improve inventory reset strategy specs' performance
|
2020-10-09 22:11:34 -05:00 |
|
Arun Kumar Mohan
|
437c39f795
|
Improve taxon specs' performance
|
2020-10-09 22:11:34 -05:00 |
|
Arun Kumar Mohan
|
27f1aeb803
|
Improve shipping method specs' performance
|
2020-10-09 22:11:31 -05:00 |
|
Luis Ramos
|
da2e3c7cd1
|
Merge pull request #6144 from arku/fix/adjustment-metadata-spec
Fix adjustment metadata spec
|
2020-10-08 08:59:52 +01:00 |
|
Luis Ramos
|
6c95444339
|
Merge pull request #6020 from andresgutgon/fix/admin-menu-in-multiple-lines
Fixed admin header buttons dropping multiple lines.
|
2020-10-07 21:24:48 +01:00 |
|
Luis Ramos
|
48ea804615
|
Merge pull request #6121 from cillian/fix-shop-variant-search
When searching for shop products check the variant :display_name and :display_as fields too
|
2020-10-07 21:22:46 +01:00 |
|
Luis Ramos
|
8626e7b433
|
Merge pull request #6094 from andrewpbrett/fix-inventory-import
Fix #6090 (Inventory import fails for products with units other than "g")
|
2020-10-07 21:21:40 +01:00 |
|
Arun Kumar Mohan
|
a20762a1f2
|
Fix adjustment metadata spec
|
2020-10-06 19:02:59 -05:00 |
|
Andy Brett
|
0edd341d46
|
add unit test for inventory import entry_validation
|
2020-10-06 10:17:30 -07:00 |
|
Luis Ramos
|
c31380cd1d
|
Merge pull request #6132 from Matt-Yorkley/stripe-multiple-payments-spec
Stripe Tests: multiple attempted payments
|
2020-10-06 17:17:25 +01:00 |
|
Pau Pérez Fabregat
|
427d1aaeff
|
Merge pull request #6079 from arku/perf/test-prof-setup
Set up test_prof gem
|
2020-10-06 10:30:43 +02:00 |
|
Matt-Yorkley
|
3b130327a5
|
DRY error_message variable used multiple times
|
2020-10-05 00:51:01 +01:00 |
|
Matt-Yorkley
|
ced5329835
|
Add Stripe spec for multiple attempted payments at checkout
|
2020-10-05 00:50:59 +01:00 |
|
Luis Ramos
|
a5309627b7
|
Fix a typo
|
2020-10-03 15:46:29 +01:00 |
|
Luis Ramos
|
80ea80f26e
|
DRY stripe spec
|
2020-10-03 11:50:04 +01:00 |
|
Luis Ramos
|
14f5ecfe0b
|
Add spec to cover StripeSCA extra auth with redirect and failed auth
|
2020-10-03 11:39:56 +01:00 |
|
Luis Ramos
|
df4ec67974
|
Add feature spec that covers stripe_sca redirect case
|
2020-10-03 11:09:24 +01:00 |
|
Luis Ramos
|
ef70c1fc5c
|
Make helper more flexible and use it in a spec
|
2020-10-02 19:20:32 +01:00 |
|
Luis Ramos
|
83456f94e3
|
Simplify test by re-using helper stripe mock
|
2020-10-02 19:12:56 +01:00 |
|
Luis Ramos
|
ff9f374950
|
Merge pull request #6050 from Matt-Yorkley/stripe-checkout-spec
Stripe checkout spec
|
2020-10-02 18:57:22 +01:00 |
|
Cillian O'Ruanaidh
|
6c22ee43a7
|
When searching for shop products check the variant :display_name and :display_as fields too.
Fixes #5757
|
2020-10-02 16:05:48 +01:00 |
|
Luis Ramos
|
da82df39c2
|
Comment 2 broken specs until we manage to fix them
|
2020-10-02 11:59:38 +01:00 |
|
Andy Brett
|
854916907e
|
add feature spec for inventory import in kg
|
2020-10-01 13:27:57 -07:00 |
|
Matt-Yorkley
|
1cc950a4d9
|
DRY StripeHelper methods
|
2020-10-01 15:54:16 +01:00 |
|
Arun Kumar Mohan
|
4858f5fb80
|
Improve order specs' performance
|
2020-10-01 01:43:08 -05:00 |
|
Arun Kumar Mohan
|
350a3c0e1e
|
Improve order checkout specs' performance
|
2020-10-01 01:43:08 -05:00 |
|
Arun Kumar Mohan
|
b850f10d2e
|
Improve classification specs' performance
|
2020-10-01 01:43:08 -05:00 |
|
Arun Kumar Mohan
|
362ab8a605
|
Improve variant override specs' performance
|
2020-10-01 01:43:08 -05:00 |
|
Arun Kumar Mohan
|
f5985de802
|
Improve order cycle specs' performance
|
2020-10-01 01:43:08 -05:00 |
|
Arun Kumar Mohan
|
6c27ac5f99
|
Improve filter shipping methods tag rule specs' performance
|
2020-10-01 01:43:08 -05:00 |
|
Arun Kumar Mohan
|
bb38523767
|
Improve filter products tag rule specs' performance
|
2020-10-01 01:43:08 -05:00 |
|
Arun Kumar Mohan
|
e109ed6be7
|
Improve filter payment methods tag rule specs' performance
|
2020-10-01 01:43:08 -05:00 |
|
Arun Kumar Mohan
|
780f31f98e
|
Improve filter order cycles tag rule specs' performance
|
2020-10-01 01:43:05 -05:00 |
|
filipefurtad0
|
a85e500bb1
|
moves content_spec.rb into /configuration and adds an href string, incresing Redcarpet test coverage
|
2020-09-29 22:39:05 +01:00 |
|
Matt-Yorkley
|
c518e7e0dd
|
Extract Stripe credit card form filling
|
2020-09-28 19:59:26 +01:00 |
|
Matt-Yorkley
|
2babfa9a7b
|
Add rejected card test
|
2020-09-28 19:55:52 +01:00 |
|
Arun Kumar Mohan
|
06a3e55348
|
Replace create with build_stubbed in address model specs
|
2020-09-25 22:54:58 -05:00 |
|