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 Nov 26, 2024
1 parent fab1c83 commit d878cd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ test.describe('with a manual query correction', () => {
});
});

test.describe('with a query trigger', () => {
test.describe.fixme('with a query trigger', () => {
const ORIGINAL_QUERY = 'Japan';
const TRIGGER_QUERY = 'China';
test.beforeEach(async ({didYouMean}) => {
Expand Down

0 comments on commit d878cd3

Please sign in to comment.