chore(puppeteer): upgrade puppeteer (#4019)
* chore(puppeteer): upgrade puppeteer * fix(tests): fix typescript error with puppeteer 5.X types Co-authored-by: bas <bas@planning.nl>
This commit is contained in:
@@ -77,7 +77,7 @@ describe('e2e: svg', () => {
|
||||
)}`
|
||||
|
||||
await page().goto(baseUrl)
|
||||
await page().waitFor('svg')
|
||||
await page().waitForSelector('svg')
|
||||
expect(await count('g')).toBe(1)
|
||||
expect(await count('polygon')).toBe(1)
|
||||
expect(await count('circle')).toBe(1)
|
||||
|
||||
Reference in New Issue
Block a user