Skip template related E2E tests (https://github.com/woocommerce/woocommerce-blocks/pull/11700)
This commit is contained in:
parent
55a3e2d953
commit
c1d2695fb0
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue