Disable assembler header test temporarily (#46217)
* Disable assembler header test temporarily * Add changefile(s) from automation for the following project(s): woocommerce --------- Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
c0da722a93
commit
5129811c85
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: dev
|
||||
|
||||
Skip CYS header test.
|
|
@ -105,7 +105,7 @@ test.describe( 'Assembler -> headers', () => {
|
|||
await expect( assembler.getByText( 'Done' ) ).toBeEnabled();
|
||||
} );
|
||||
|
||||
test( 'The selected header should be applied on the frontend', async ( {
|
||||
test.skip( 'The selected header should be applied on the frontend', async ( {
|
||||
assemblerPage,
|
||||
page,
|
||||
baseURL,
|
||||
|
|
Loading…
Reference in New Issue