Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Skip template related E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tarhi-saad committed Nov 8, 2023
1 parent f888474 commit 5bb772c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion tests/e2e/tests/templates/cart-template.block_theme.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5bb772c

Please sign in to comment.