diff --git a/plugins/woocommerce/tests/e2e-pw/tests/activate-and-setup/basic-setup.spec.js b/plugins/woocommerce/tests/e2e-pw/tests/activate-and-setup/basic-setup.spec.js index f7f550b89e2..328f982cafc 100644 --- a/plugins/woocommerce/tests/e2e-pw/tests/activate-and-setup/basic-setup.spec.js +++ b/plugins/woocommerce/tests/e2e-pw/tests/activate-and-setup/basic-setup.spec.js @@ -32,5 +32,6 @@ test.describe( 'Store owner can finish initial store setup', () => { await expect( page.locator( '#woocommerce_permalink_structure' ) ).toHaveValue( '/product/' ); + await expect( true ).toBe( true ); } ); } );