Ren Adachi

Results 9 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...

Thank you for your review. I edited this issue to explain what this PR is trying to solve. "corrupted" may not be a good expression. "broken", "incorrect" and "wrong" are...

Yes, there's a missing tab character. But my fix is ​​to indent with 4 spaces instead of a tab character.

@brettmc I don't have time to work on this for a several months so please label it.

I tried to work on this issue, but I was frustrated because I am new to eslint plugin development. The existing API determines the userEvent object by its name, so...

I was watching it again just now and I was wondering... It hasn't been well thought out yet, but if the message function causes an error, will the original WebDriver...