E2E: Update WP Mail Logging Version (#38862)

* Removing skip in order-emails.spec.js

* Pin version of WP Mail Logging

* added changelog
This commit is contained in:
Tam Mullen 2023-06-22 00:06:17 +01:00 committed by GitHub
parent 1ce4adcda9
commit cd69c99ef6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 5 deletions

View File

@ -24,7 +24,7 @@
".",
"https://downloads.wordpress.org/plugin/akismet.zip",
"https://github.com/WP-API/Basic-Auth/archive/master.zip",
"https://downloads.wordpress.org/plugin/wp-mail-logging.zip"
"https://downloads.wordpress.org/plugin/wp-mail-logging.1.11.2.zip"
],
"themes": [
"https://downloads.wordpress.org/theme/twentynineteen.zip"
@ -35,4 +35,4 @@
}
}
}
}
}

View File

@ -0,0 +1,5 @@
Significance: patch
Type: fix
Comment: e2e update not included in release package

View File

@ -109,9 +109,7 @@ test.describe( 'Merchant > Order Action emails received', () => {
);
} );
// temporarily skipping as GH env started to behave differently to that locally
// June 21, 2023 - to be investigated
test.skip( 'can email invoice/order details to customer', async ( { page } ) => {
test( 'can email invoice/order details to customer', async ( { page } ) => {
// send the customer order details
await page.goto( `wp-admin/post.php?post=${ orderId }&action=edit` );
await page.selectOption( 'li#actions > select', 'send_order_details' );