Ren Adachi

Results 4 comments of Ren Adachi

I faced same issue with zero width space `​`. Now, I am using `expect(actual).toHaveTextContent('\u{200B}')`.

> I had the same error right after I updated from 0.27.0 to 0.28.0, but it worked by running the following command and reinstalling. > > ```shell > rm -r...

However, with mj12albert method, the a element is directly inside the ul element. The correct form is to include the li element inside the ul element.

I faced same error when I use `string().url()`. What's even more strange in my case is that the url isn't even recognized as an issue in the ctx in the...