Commit Graph

40270 Commits

Author SHA1 Message Date
Ron Rennick 6989bd61f9 merge trunk 2021-12-08 12:12:34 -04:00
Ron Rennick 2ec68e0e69 code cleanup 2021-12-08 11:07:24 -04:00
Christopher Allford c5fccaf088
Merge pull request #31391 from woocommerce/dev/bump-woo-admin-2-9-1
Bump woocommerce-admin package to 2.9.1
2021-12-07 20:50:29 -08:00
Adrian Duffell e4d670e035 Bump woocommerce-admin package to 2.9.1 2021-12-08 12:19:46 +08:00
Peter Fabian edcffa9912
Merge pull request #31338 from woocommerce/fix/28166-coupon-item-meta-data
Consistently Store Coupon Data in Order Item Meta
2021-12-07 18:35:08 +01:00
Barry Hughes b439bbd612
Merge pull request #31383 from woocommerce/fix/base-address-wording-2
Make the setting's name for default customer location more accurately reflect the effect of it.
2021-12-07 09:28:44 -08:00
Barry Hughes acbe200c79
Merge pull request #31113 from kkmuffme/use-native-wp_doing_ajax
Use native wp_doing_ajax() instead of custom is_ajax()
2021-12-07 09:26:40 -08:00
barryhughes ca37d3ba41 Deprecation will be as of 6.1.0. 2021-12-07 08:59:17 -08:00
Peter Fabian 1003a27b1b Make the setting's name more accurately reflect the effect of it. 2021-12-07 17:41:04 +01:00
Greg b82fec4198
Merge pull request #31141 from woocommerce/add/api-tests-shipping-zones-and-methods
API tests for shipping zones and methods
2021-12-07 08:49:20 -07:00
Rodel 28bbeab9c2 Moved changelog entries to unreleased section 2021-12-07 15:49:18 +08:00
Rodel 6af432f646 Merge branch 'trunk' into add/api-tests-shipping-zones-and-methods 2021-12-07 15:47:30 +08:00
Greg abd64e00ed
Merge pull request #31375 from woocommerce/fix/e2e-unhandled-promise-rejection
Fix/e2e unhandled promise rejection
2021-12-06 15:41:12 -07:00
jamelreid cbbe8eeec1 Updated CHANGELOG.md 2021-12-06 16:10:55 -05:00
jamelreid b7f11e3527 Removed waitForNavigation command 2021-12-06 15:37:30 -05:00
jamelreid 63489fd85f Added shopper.logout() in afterAll block 2021-12-06 12:57:16 -05:00
jamelreid 76548b872c Awaited shopper.logout() 2021-12-06 12:56:56 -05:00
Roy Ho 313d40d396
Merge pull request #31352 from woocommerce/fix/failing-ci
Update node-sass
2021-12-02 20:14:03 -08:00
roykho 24fd856bc5
Revert change 2021-12-02 19:30:32 -08:00
roykho f4f2184630
Try networkidle2 2021-12-02 19:11:20 -08:00
Rodel ebb4eb3ce2 Corrected endpoint name 2021-12-03 02:41:21 +08:00
Rodel eee9a56d71 Merge branch 'trunk' into add/api-tests-shipping-zones-and-methods 2021-12-03 01:40:41 +08:00
Rodel cddf617808 Tests around the default shipping zone 2021-12-03 01:38:16 +08:00
Greg 7891d382c4
Merge pull request #31109 from woocommerce/add/api-t-order-search
Added tests for order search
2021-12-02 10:28:34 -07:00
roykho 68fbca56dc
Upgrade node-sass back to latest 2021-12-02 08:23:11 -08:00
roykho b9c3644a84
Downgrade node-sass version 2021-12-02 08:11:56 -08:00
roykho edf5512311
Update node-sass 2021-12-02 07:24:30 -08:00
Rodel ba87378479 Removed unnecessary property in test data 2021-12-02 00:28:55 +08:00
Rodel dd3b372658 Minor cleanup 2021-12-01 23:44:34 +08:00
Rodel 99f63cb378 Merge branch 'trunk' into add/api-t-order-search 2021-12-01 23:43:23 +08:00
Rodel 3f269b9129 Set test data within the test 2021-12-01 23:40:18 +08:00
Rodel e551881817 Revert unnecessary change 2021-12-01 23:26:02 +08:00
Jamel Noel Reid e0516c475d
Merge pull request #31314 from woocommerce/fix/31305
Update setBrowserViewport to use default dimensions
2021-12-01 09:24:30 -05:00
jamelreid c175284139 Used setBrowserViewport instead of setViewport 2021-12-01 08:34:54 -05:00
Claudio Sanches ac799921a3
Merge pull request #31335 from woocommerce/add/cleanup
Add/cleanup
2021-11-30 20:32:57 -03:00
Greg 31409870ef
Merge pull request #31235 from woocommerce/fix/30866
Deprecate E2E setup and onboarding tests
2021-11-30 13:38:01 -07:00
Jeff Stieler 21f6ea6ae5 Add test for coupon meta data to API test. 2021-11-30 15:19:01 -05:00
Jeff Stieler 4366de753e Format test file. 2021-11-30 15:18:40 -05:00
Jeff Stieler 35c7ad75d5 Add unit test. 2021-11-30 14:58:18 -05:00
Ron Rennick 519b4f6de4 fix lock merge conflict 2021-11-30 15:48:39 -04:00
roykho c5be40ec15
Update doc 2021-11-30 11:33:44 -08:00
roykho 20ef737a02
Move ignored paths to plugin specific 2021-11-30 11:32:34 -08:00
Ron Rennick dd7eae42d1 update imports to ES6 format, pnpm-lock.yaml 2021-11-30 15:16:51 -04:00
Jeff Stieler 3f7dbcd43b Add coupon meta data to backend and API orders. 2021-11-30 13:57:55 -05:00
jamelreid a76faaf72c Added setViewport
This change is done to ensure that these tests pass.

Wonky Tests:
- 'can create simple virtual product and add it to the cart'
- 'can create simple non-virtual product and add it to the cart'

It is observed that these tests fail when the following criteria are met:
- Running in headless mode
- Viewport is not set to 960x700

It is observed to pass when:
- Running in non-headless
- Running as an individual test file

The most likely culprit causing this issue is the verifyAndPublish function. More specifically, the element with the selector '.updated.notice' does not show up when the failing criteria are met.
2021-11-30 08:40:01 -05:00
Christopher Allford df08cae9a0
Merge pull request #31299 from woocommerce/update/woocommerce-blocks-6.3.3
Update WooCommerce Blocks to 6.3.3
2021-11-29 20:41:52 -08:00
Albert Juhé Lluveras 6e27a3204e Update WooCommerce Blocks to 6.3.3 2021-11-29 17:51:41 -08:00
Christopher Allford c55f6dbe1b
Merge pull request #31328 from woocommerce/dev/bump-woo-admin-2.9.0-final
Bump Woo Admin package to 2.9.0 final
2021-11-29 17:16:55 -08:00
Moon 7286dca881 Bump woocommerce-admin version to 2.9.0 2021-11-29 15:56:18 -08:00
jonathansadowski 24b327bb59
Merge pull request #31301 from woocommerce/update/distignore
Exclude changelog directory from deployments
2021-11-29 13:14:42 -06:00