Skip to content

Commit

Permalink
remove bug
Browse files Browse the repository at this point in the history
  • Loading branch information
alexprudhomme committed Feb 12, 2025
1 parent 87f50d5 commit a060bc9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,4 @@ describe('AtomicCommerceSearchBoxInstantProducts', () => {
describe('when using keyboard navigation and then switching to mouse and hovering a new product', () => {
test('it should execute the search reflected in the search box', () => {});
});

// This is a bug currently in the component
describe('when using the "See all products" button', () => {
test('it should reflect the query in the search box', async () => {});
});
});
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,4 @@ describe('AtomicSearchBoxInstantResults', () => {
describe('when using keyboard navigation and then switching to mouse and hovering a new result', () => {
test('it should execute the search reflected in the search box', () => {});
});

// This is a bug currently in the component
describe('when using the "See all results" button', () => {
test('it should reflect the query in the search box', async () => {});
});
});

0 comments on commit a060bc9

Please sign in to comment.