Peter Marcoen
Peter Marcoen
I have a weird issue which is causing some of my tests to fail. I am not sure if this is a problem with reselect or with redux-mock-store (or with...
I want to update an existing job's data (job.attrs.data). I could cancel the job and start a new job but I actually use the mongo _id as an identifier and...
### Describe the feature you'd like: The following component cannot be found by role+name: `loading...` `expect(await screen.findByRole('status', { name: /loading/ })); // Fails` If I use button as role this...