Skip failing tests from experimental Product filters feature (#51305)
* Skip failing tests from experimental feature * Add changelog
This commit is contained in:
parent
41cf2b285e
commit
ed9742f18b
|
@ -174,7 +174,9 @@ test.describe( 'Filters Overlay Template Part', () => {
|
|||
await expect( productFiltersDialog ).toBeHidden();
|
||||
} );
|
||||
|
||||
test( 'should hide Product Filters Overlay Navigation block when the Overlay mode is set to `Never`', async ( {
|
||||
// Since we need to overhaul the overlay area, we can skip this test for now.
|
||||
// eslint-disable-next-line playwright/no-skipped-test
|
||||
test.skip( 'should hide Product Filters Overlay Navigation block when the Overlay mode is set to `Never`', async ( {
|
||||
editor,
|
||||
page,
|
||||
frontendUtils,
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: It's a test skip for experimental feature, not worth explaining
|
||||
|
||||
|
Loading…
Reference in New Issue