Fix failed api-core-tests.

This commit is contained in:
Gan Eng Chin 2023-03-25 01:22:14 +08:00
parent 49299de1fd
commit 6a6dd1a710
No known key found for this signature in database
GPG Key ID: 94D5D972860ADB01
1 changed files with 0 additions and 9 deletions

View File

@ -1693,15 +1693,6 @@ test.describe('Settings API tests: CRUD', () => {
"value": "yes",
})
]));
expect(responseJSON).toEqual(
expect.arrayContaining([
expect.objectContaining({
"id": "woocommerce_multichannel_marketing_enabled",
"label": "Marketing",
"description": "Enables the new WooCommerce Multichannel Marketing experience in the Marketing page",
"type": "checkbox",
})
]));
expect(responseJSON).toEqual(
expect.arrayContaining([
expect.objectContaining({