Remove update
This commit is contained in:
parent
89453df5b1
commit
3f6ea04431
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue