Anderson Medeiros
Results
2
comments of
Anderson Medeiros
Hello, this behavior was already discussed in [this issue](https://github.com/testing-library/jest-dom/issues/144) and the conclusion was to use the `toHaveAttribute` matcher as a workaround to check if the element is disabled due to...
Hello @VSlobolinskyi, I've seen that you are doing an assert using only the opening tag `` as the input to the `toContainHTML` matcher. What happens is that, from version 5.11.10...