Minor change to trigger e2e tests
This commit is contained in:
parent
1341049f27
commit
64e3a87b2d
|
@ -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 );
|
||||
} );
|
||||
} );
|
||||
|
|
Loading…
Reference in New Issue