akkun3704 commited on
Commit
0738a9b
·
verified ·
1 Parent(s): 57f2510

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -253,7 +253,7 @@ async function enhanceImage(url) {
253
 
254
  await page.getByRole('button', { name: 'Unggah gambar', exact: true }).click()
255
  const response = await page.waitForResponse(res => {
256
- console.log(res)
257
  return res.url().includes('api/enhance/v1')
258
  }, { timeout: 0 })
259
  const json = await response.json()
 
253
 
254
  await page.getByRole('button', { name: 'Unggah gambar', exact: true }).click()
255
  const response = await page.waitForResponse(res => {
256
+ console.log(res.url())
257
  return res.url().includes('api/enhance/v1')
258
  }, { timeout: 0 })
259
  const json = await response.json()