-
**Describe the bug**
- Only on ios, `onFocus` is only called once, and not if text input is re-focused
- Same happens for the `onBlur`event
- This regression has been introduced in 1.12, 1.11 is wo…
-
### Version
29.7.0
### Steps to reproduce
Create these files, then npm I and npm test
Package.json
```
{
"name": "jsdom-tes",
"version": "1.0.0",
"main": "index.js",
"scripts": {…
-
### Version
v30.0.0-alpha.3 and v29.7.0
### Steps to reproduce
1. Create a test file with this code
```js
it('matches fetch parsed Array', async () => {
expect(await (await fetch('https://av…
-
#10373 🐛 Bug Report
When asserting multiple calls to the same mock function using objects as parameters to the mock function, Jest will not record the values of the object as they were at the mome…
-
### 🚀 Feature Proposal
This is identical to #13267, which was implemented in https://github.com/jestjs/jest/releases/tag/v29.1.0 (#13268), but was soon reverted in https://github.com/jestjs/jest/rele…
-
### Version
29.7.0
### Steps to reproduce
1. Be on Windows system
2. Ensure `where find` points to a GNU find with `-iname` (for example ezwinports has [x32](https://sourceforge.net/projects/ezwin…
-
### Version
29.7
### Steps to reproduce
I'm trying to run a set of tests using jest
Create a basic test suite with 2 tests. Run the tests with flag: -t=Test1|Test2 or -t=^Test1$|^Test2$
##…
-
**Description of the bug**
No thumbnails are displayed when the youtube video is longer than 1 hour (I'm not exactly sure of what the threshold is, but from my testing it is:
shorter than 1 hour: i…
-
1 ubo
2 nano
3 yet another flags
4 Full Web Page Screenshots
5 Click&Clean
-
### 🚀 Feature Proposal
Having decorator that get a function that always returns a Boolean, if it returns true you should skip the test otherwise run that specific test.
### Motivation
I deploy the …