Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flaky test on /uploads.test.ts - e2e-puppeteer (suite2) #7481

Open
mfacar opened this issue Nov 22, 2024 · 1 comment
Open

Flaky test on /uploads.test.ts - e2e-puppeteer (suite2) #7481

mfacar opened this issue Nov 22, 2024 · 1 comment

Comments

@mfacar
Copy link
Collaborator

mfacar commented Nov 22, 2024

should create the document and show "Conversion failed" often fails in the suite2 with the following output:

`
expect(received).toBe(expected) // Object.is equality

Expected: 3
Received: 5

  12 |   await page.waitForFunction(`document.querySelectorAll(".item-document").length === ${count}`);
  13 |   const entities = await page.$$('.item-document');
> 14 |   expect(entities.length).toBe(count);
     |                           ^
  15 | }
  16 |

`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants