You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My project was working fine 13 months ago (2024-04-24), but at some point the tests started failing. I've been trying to figure out what is wrong, but when I call user.type(), the test hangs for several minutes until it runs out of memory, like it's stuck in an infinite loop.
I've tried a multitude of different versions, upgrading and downgrading the various testing-library dependencies, but it continues to fail every single time.
Wait, I have other tests working that called user.type()...
Maybe there's something wrong with the element it's trying to type into, but still seems like a bug that it just churns until running out of memory.
Uh oh!
There was an error while loading. Please reload this page.
My project was working fine 13 months ago (2024-04-24), but at some point the tests started failing. I've been trying to figure out what is wrong, but when I call user.type(), the test hangs for several minutes until it runs out of memory, like it's stuck in an infinite loop.
I've tried a multitude of different versions, upgrading and downgrading the various testing-library dependencies, but it continues to fail every single time.
The package.json from my current attempt looks like:
https://github.com/aio-libs/aiohttp-admin/blob/9e03deb885ebf7a097aea41113891df195ea93e7/admin-js/package.json
And the test run:
https://github.com/aio-libs/aiohttp-admin/actions/runs/15261816820/job/42920980207?pr=933
The actual test it's running is:
https://github.com/aio-libs/aiohttp-admin/blob/9e03deb885ebf7a097aea41113891df195ea93e7/admin-js/tests/simple.test.js#L66-L73
If I remove the user.type() line, then there's no error.
The text was updated successfully, but these errors were encountered: