Skip to content

Commit

Permalink
chore: fix failing atomic test due to source change (#4909)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexprudhomme authored Jan 29, 2025
1 parent 66252ad commit ac4da32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ describe('Facet Test Suite 1', () => {
});

describe('when searching for a value that returns a single result', () => {
const query = 'people';
const query = 'kbarticle';
function setupSearchForSingleValue() {
setupSelectCheckboxValue();
typeFacetSearchQuery(FacetSelectors, query, true);
Expand Down

0 comments on commit ac4da32

Please sign in to comment.