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