Skip to content

Commit

Permalink
fix: update IKEA
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Oct 9, 2023
1 parent ff9fe18 commit 3baf1cf
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/engines/ikea.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ const engine = 'ikea';

async function search({session, search, image, storageIds}) {
// go to regional site
processNode(
'.region-picker a[data-cy="go-to-website"], .new-region-picker a[data-cy="go-to-website"]',
node => node.click(),
{throwError: false}
);
processNode('.region-picker a.website-link', node => node.click(), {
throwError: false
});

(await findNode('#search-box__visualsearch')).click();

Expand Down

0 comments on commit 3baf1cf

Please sign in to comment.