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:
@@ -28,7 +28,7 @@ describe('e2e: grid', () => {
|
||||
)}`
|
||||
|
||||
await page().goto(baseUrl)
|
||||
await page().waitFor('table')
|
||||
await page().waitForSelector('table')
|
||||
expect(await count('th')).toBe(2)
|
||||
expect(await count('th.active')).toBe(0)
|
||||
expect(await text('th:nth-child(1)')).toContain('Name')
|
||||
|
||||
Reference in New Issue
Block a user