SvenKauer

Results 4 comments of SvenKauer

We have the same Issue, and it´s also not working with maxWorkers=1. The tests fail constantly in every test run. Setting a higher timeout has no effect. Is there another...

Unfortunately, I cannot say what´s the problem. The bug came with the upgrate to Version 22 of puppeteer, even in e2e tests that are just test if they have where...

A test looks like this: import { newE2EPage } from '@stencil/core/testing'; describe('checkbox', () => { it('renders', async () => { const page = await newE2EPage({ timeout: 10000 }); await page.setContent('');...

No, I don´t know why github shows this like this, if I wanted to edit it and I see this: ![image](https://github.com/user-attachments/assets/85953124-1240-4abc-b59a-bee11a94bc6a) So, the content is not empty, the content is...