This commit is contained in:
Igor Lobanov 2023-11-13 20:52:35 +01:00
parent d29ad9a645
commit 3db5cea31d

View File

@ -15,7 +15,7 @@ const page = await browser.newPage()
const targetUrl = process.env.ENVIRONMENT_URL || 'https://testing.discours.io'
await checkUrl(page, targetUrl, 'main')
await checkUrl(page, `${targetUrl}/authors`, 'authors')
await checkUrl(page, `${targetUrl}/topics`, 'topics')
// await checkUrl(page, `${targetUrl}/authors`, 'authors')
// await checkUrl(page, `${targetUrl}/topics`, 'topics')
await page.close()
await browser.close()