Skip to content

Commit

Permalink
Fix incorrect sidebars endpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakePT committed Oct 5, 2023
1 parent f1da3d4 commit 5a09224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/integration/features/facets.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ describe('Facets Feature', { tags: '@slow' }, () => {
it('Can insert, configure, and use the Filter by Metadata Range block', () => {
cy.intercept('/wp-json/elasticpress/v1/meta-keys*').as('keysApiRequest');
cy.intercept('/wp-json/elasticpress/v1/meta-range*').as('previewApiRequest');
cy.intercept('/wp-json/wp/v2/sidebars/sidebars/*').as('sidebarsRest');
cy.intercept('/wp-json/wp/v2/sidebars*').as('sidebarsRest');

/**
* Insert a Filter by Metadata Range block.
Expand Down

0 comments on commit 5a09224

Please sign in to comment.