Add install all updates

This commit is contained in:
Greg 2021-08-17 21:09:46 -06:00
parent 2c3b6f51bb
commit 89453df5b1
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,3 @@
/* eslint-disable jest/no-export, jest/no-disabled-tests */
/** /**
* Internal dependencies * Internal dependencies
*/ */
@ -19,6 +18,10 @@ const runActivationTest = () => {
await merchant.login(); await merchant.login();
}); });
it('can install all updates', async () => {
merchant.installAllUpdates();
})
it('can make sure WooCommerce is activated. If not, activate it', async () => { it('can make sure WooCommerce is activated. If not, activate it', async () => {
const slug = 'woocommerce'; const slug = 'woocommerce';
await merchant.openPlugins(); await merchant.openPlugins();