Skip to content

Commit

Permalink
fix: update Madrid Monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Oct 9, 2023
1 parent 3baf1cf commit 38ee851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/engines/madridMonitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ async function search({session, search, image, storageIds}) {
await findNode('.ui-icon-pencil');

// select Concept strategy
(await findNode('a[data-hasqtip="81"]')).click();
(await findNode('a[data-hasqtip="82"]')).click();

// deselect all image types
(await findNode('a[data-hasqtip="87"]')).click();
(await findNode('a[data-hasqtip="88"]')).click();
(await findNode('a[data-hasqtip="89"]')).click();

await sendReceipt(storageIds);

Expand Down

0 comments on commit 38ee851

Please sign in to comment.