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 Apr 6, 2022
1 parent 5352e2a commit c978e88
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="80"]')).click();
(await findNode('a[data-hasqtip="81"]')).click();

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

await sendReceipt(storageIds);

Expand Down

0 comments on commit c978e88

Please sign in to comment.