Remove update

This commit is contained in:
Greg 2021-08-17 21:37:22 -06:00
parent 89453df5b1
commit 3f6ea04431
1 changed files with 0 additions and 4 deletions

View File

@ -18,10 +18,6 @@ const runActivationTest = () => {
await merchant.login();
});
it('can install all updates', async () => {
merchant.installAllUpdates();
})
it('can make sure WooCommerce is activated. If not, activate it', async () => {
const slug = 'woocommerce';
await merchant.openPlugins();