Skip to content

Commit

Permalink
Fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Jan 12, 2024
1 parent 3aa6210 commit 995590e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const performSearch = async (term) => {
const performBarcodeSearch = async (barcodeImagePath) => {
await $('.mm-search-bar-container .fa.fa-qrcode').waitForDisplayed();
await $('.barcode-scanner-input').waitForExist();
var outerHTML = await $('.mm-search-bar-container').getHTML();
const outerHTML = await $('.mm-search-bar-container').getHTML();
console.log(outerHTML);
// In this case the upload file button is hidden,
// then we need to manipulate the DOM of the respective element to make it interactable.
Expand Down

0 comments on commit 995590e

Please sign in to comment.