Commit Graph

38764 Commits

Author SHA1 Message Date
Greg 3aca2b9248
Merge pull request #29776 from woocommerce/e2e/coupon-test-names
give cart and checkout coupon tests unique titles
2021-04-29 12:03:16 -06:00
Greg 69bab1a40c
Merge pull request #29774 from woocommerce/e2e/no-screenshot-title
return test name when there is no screenshot
2021-04-29 11:59:56 -06:00
Greg c47009c8f9
Merge pull request #29763 from woocommerce/e2e/remove-unused-product-import
remove unused product import function from jest setup script
2021-04-29 11:58:27 -06:00
Greg 1957a87e9a
Merge pull request #29683 from woocommerce/fix/order-search-test
add waits for idle in add product to order
2021-04-29 11:28:59 -06:00
Ron Rennick a1be8f9969 WIP orders rest repository 2021-04-29 14:10:50 -03:00
Ron Rennick d5d723f6d8 Merge branch 'trunk' into fix/27873 2021-04-29 13:48:07 -03:00
Ron Rennick 00f7e30db5 merge trunk 2021-04-29 13:47:25 -03:00
jonathansadowski c787c4b27d
Merge pull request #29791 from woocommerce/update/bump-woocommerce-admin-2.2.2
Bump WooCommerce Admin version to 2.2.2
2021-04-29 10:43:06 -05:00
Nestor Soriano e58d26f377
Fix: using "current" on a possibly "false" value. 2021-04-29 16:46:41 +02:00
Joshua Flowers ee6acc5fb6 Bump WooCommerce Admin version to 2.2.2 2021-04-29 10:36:43 -04:00
roykho ccef7c46a3
Restore testing version 2021-04-29 07:25:26 -07:00
Ron Rennick 7e91998f1e Merge branch 'trunk' into e2e/remove-unused-product-import 2021-04-29 10:45:00 -03:00
roykho 87047c77df
Limit the new refund restock logic to order version 5.4+ 2021-04-29 06:30:53 -07:00
Ron Rennick b251bca7b6 Merge branch 'trunk' into try/individual-test-files 2021-04-29 09:54:59 -03:00
Ron Rennick a0a01d082c
Merge pull request #29788 from woocommerce/e2e/e2e-fix-checkout-create-account-test
Fix e2e test by adding new shipping zone
2021-04-29 09:51:48 -03:00
Veljko a6388d9c34 Fix test by adding new shipping zone 2021-04-29 12:27:46 +02:00
Nestor Soriano 44cf1648d5
DataRegenerator: show lookup table filling process in tools page.
The status is displayed in the disabled "Regenerate table" button
as follows: "Filling in progress (X)", where X is the number of
products processed so far.
2021-04-29 11:49:43 +02:00
Veljko V 45177c0a6e
Merge pull request #29775 from woocommerce/try/repeatable-onboarding-flow
update onboarding flow modal checks
2021-04-29 11:49:05 +02:00
Nestor Soriano 7f2c2d8b72
Add logging for errors during the execution of a debug tool. 2021-04-29 11:20:25 +02:00
Nestor Soriano eb7fb42888
Add a new debug tools page entry to delete the lookup table.
Also, use $wpdb->prefix instead of hardcoded "wp_" for the table name.
2021-04-29 10:57:31 +02:00
jonathansadowski ec2ecb51ec
Merge pull request #29787 from woocommerce/update/bump-wca-2.2.2
Bump WooCommerce Admin version to 2.2.2-rc.1
2021-04-28 19:50:27 -05:00
Joshua Flowers 5db461a21f Bump WooCommerce Admin version to 2.2.2-rc.1 2021-04-28 19:01:30 -04:00
Jonathan Sadowski 98b4968ec2 Address code sniff issues 2021-04-28 16:26:32 -05:00
Jonathan Sadowski 4e8629e8c8 Update cart-fragments.js to remove deprecated jQuery bind function 2021-04-28 16:26:32 -05:00
Jonathan Sadowski 9e89ac8b95 Correct bind usage in product import and export (bind wasn't targeting jQuery object; was native JS bind) 2021-04-28 16:26:32 -05:00
roykho 37736799d6 Update deprecated jQuery functions in includes folder 2021-04-28 16:26:32 -05:00
roykho 6a1e3eb85c Revert load function 2021-04-28 16:26:31 -05:00
roykho 1215f1965e Update deprecated jQuery functions for wc-product-import.js 2021-04-28 16:26:31 -05:00
roykho f4745ed022 Update deprecated jQuery functions for wc-product-export.js 2021-04-28 16:26:31 -05:00
roykho 1710a84948 Fixed removeAttribute replacements 2021-04-28 16:26:31 -05:00
roykho a98b27bd54 Update deprecated jQuery functions for meta-boxes-product.js 2021-04-28 16:26:31 -05:00
roykho 6522893277 Update deprecated jQuery functions for meta-boxes-product.js 2021-04-28 16:26:31 -05:00
roykho 38cabd27fd Update deprecated jQuery functions for meta-boxes-product-variation.js 2021-04-28 16:26:31 -05:00
roykho 796d4f51ac Update deprecated jQuery functions for meta-boxes-order.js 2021-04-28 16:26:31 -05:00
roykho e0940ef78d Update deprecated jQuery functions for jquery.tiptip.js 2021-04-28 16:26:31 -05:00
roykho 38e448a427 Update deprecated jQuery functions for jquery.cookie.js 2021-04-28 16:26:31 -05:00
Jonathan Sadowski 581e402f09 Update selectWoo.js to trigger blur instead of using deprecated blur method for jQuery3 compat 2021-04-28 16:26:31 -05:00
Jonathan Sadowski 09da77eb18 Update wc-setup.js to set required prop to false instead of removing attribute for jQuery3 compat 2021-04-28 16:26:31 -05:00
Jonathan Sadowski 1f7f12c4ab Update selectWoo.js to use String.prototype.trim instead of jQuery.trim 2021-04-28 16:26:31 -05:00
Jonathan Sadowski 6f1a1b2492 Update select2.js to use String.prototype.trim instead of jQuery.trim 2021-04-28 16:26:31 -05:00
Jonathan Sadowski 8026131767 Update select2.full.js to use String.prototype.trim instead of jQuery.trim 2021-04-28 16:26:31 -05:00
Jonathan Sadowski a7d6e60334 Update selectWoo.js to use typeof check instead of jQuery.isFunction() for jQuery 3 compatibility 2021-04-28 16:26:31 -05:00
Jonathan Sadowski 56dbdedfb2 Update select2.js to use typeof check instead of jQuery.isFunction() for jQuery 3 compatibility 2021-04-28 16:26:30 -05:00
Jonathan Sadowski 2e0c538e8f Update select2.full.js to use typeof check instead of jQuery.isFunction() for jQuery 3 compatibility 2021-04-28 16:26:30 -05:00
Jonathan Sadowski 8a2702d0cd Update selectWoo.js to use Array.isArray instead of jQuery.isArray for jQuery 3 compat 2021-04-28 16:26:30 -05:00
Jonathan Sadowski 944d5c06c1 Update select2.js to use Array.isArray instead of jQuery.isArray for jQuery 3 compat 2021-04-28 16:26:30 -05:00
Jonathan Sadowski e62ea96a3e Update select2.full.js to use Array.isArray instead of jQuery.isArray for jQuery 3 compat 2021-04-28 16:26:30 -05:00
Jonathan Sadowski fc93c2474d Update select2.full.js to use off() instead of unbind() for jQuery 3 compat 2021-04-28 16:26:30 -05:00
Jonathan Sadowski 89e9e2932d Update select2.full.js to use on() instead of bind() for jQuery 3 compat 2021-04-28 16:26:30 -05:00
Jonathan Sadowski 2e4c7d93c2 Update selectWoo.js to use trigger('focus') instead of focus() for jQuery 3 compat 2021-04-28 16:26:30 -05:00