This commit is contained in:
Saad Tarhi 2023-11-08 16:35:45 +01:00 committed by GitHub
parent 55a3e2d953
commit c1d2695fb0
2 changed files with 6 additions and 2 deletions

View File

@ -26,7 +26,9 @@ test.describe( 'Test the cart template', async () => {
).toBeVisible();
} );
test( 'Template can be accessed from the page editor', async ( {
// Remove the skip once this ticket is resolved: https://github.com/woocommerce/woocommerce-blocks/issues/11671
// eslint-disable-next-line playwright/no-skipped-test
test.skip( 'Template can be accessed from the page editor', async ( {
admin,
editor,
page,

View File

@ -26,7 +26,9 @@ test.describe( 'Test the checkout template', async () => {
).toBeVisible();
} );
test( 'Template can be accessed from the page editor', async ( {
// Remove the skip once this ticket is resolved: https://github.com/woocommerce/woocommerce-blocks/issues/11671
// eslint-disable-next-line playwright/no-skipped-test
test.skip( 'Template can be accessed from the page editor', async ( {
admin,
editor,
page,