update base image

This commit is contained in:
andres
2023-03-14 01:05:36 +01:00
parent 56746600ad
commit c73274f306

View File

@@ -42,8 +42,8 @@ bot.start(async (ctx) => {
)
})
const step1 = async (page: Page) => {
await page.goto(url)
console.log('step 1', url, JSON.stringify(page))
await page.goto(url)
await sendScreenshot(bot, page, 'step 1')
}
const step2 = async (page: Page) => {