Add install all updates
This commit is contained in:
parent
2c3b6f51bb
commit
89453df5b1
|
@ -1,4 +1,3 @@
|
|||
/* eslint-disable jest/no-export, jest/no-disabled-tests */
|
||||
/**
|
||||
* Internal dependencies
|
||||
*/
|
||||
|
@ -19,6 +18,10 @@ 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