Minor change to trigger e2e tests

This commit is contained in:
Jon Lane 2024-05-30 15:24:39 -07:00
parent 1341049f27
commit 64e3a87b2d
1 changed files with 1 additions and 0 deletions

View File

@ -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 );
} );
} );