Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Zechereh committed Oct 30, 2024
1 parent 301e694 commit e126dc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const STOCK_NUMBER_QUERY = `
await searchResponse.search_products_box.type('Charmander');
await normalPage.keyboard.press('Enter');

// Use queryData() method to locate the stock number from the page.
// Use queryData() method to fetch the stock number from the page.
const stockResponse = await wrappedPage.queryData(STOCK_NUMBER_QUERY);
console.log(stockResponse);

Expand Down

0 comments on commit e126dc6

Please sign in to comment.