Skip to content

Commit

Permalink
Update atomic-did-you-mean.e2e.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexprudhomme committed Oct 11, 2024
1 parent db287b1 commit 220668b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test.describe('with a manual query correction', () => {
const ORIGINAL_QUERY = 'ceveo';
const CORRECTED_QUERY = 'coveo';
test.beforeEach(async ({didYouMean}) => {
await didYouMean.withManualQueryCorrection();
await didYouMean.withoutAutomaticQueryCorrection();
await didYouMean.load({story: 'manual-correction'});
await didYouMean.hydrated.waitFor();
});
Expand Down

0 comments on commit 220668b

Please sign in to comment.