We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
should create the document and show "Conversion failed" often fails in the suite2 with the following output:
should create the document and show "Conversion failed"
` 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 |
`
The text was updated successfully, but these errors were encountered:
A couple of failed jobs to reference: https://github.com/huridocs/uwazi/actions/runs/11969168589/job/33369360979?pr=7477 https://github.com/huridocs/uwazi/actions/runs/11974852248/job/33386868170
Sorry, something went wrong.
No branches or pull requests
should create the document and show "Conversion failed"
often fails in the suite2 with the following output:`
expect(received).toBe(expected) // Object.is equality
`
The text was updated successfully, but these errors were encountered: