skip WCCOM connection until browser support resolved
This commit is contained in:
parent
3582aa2a33
commit
48e6f0795e
|
@ -1,4 +1,3 @@
|
|||
/* eslint-disable jest/no-export, jest/no-disabled-tests */
|
||||
/**
|
||||
* Internal dependencies
|
||||
*/
|
||||
|
@ -21,7 +20,7 @@ const runInitiateWccomConnectionTest = () => {
|
|||
await merchant.login();
|
||||
});
|
||||
|
||||
it('can initiate WCCOM connection', async () => {
|
||||
it.skip('can initiate WCCOM connection', async () => {
|
||||
await merchant.openExtensions();
|
||||
|
||||
// Click on a tab to choose WooCommerce Subscriptions extension
|
||||
|
|
Loading…
Reference in New Issue