Lev Simionenko
Lev Simionenko
That would be really nice to have this. I have similar problems by using just `toHaveText`, so instead i use something similar to `expect(spectator.query('.some-class').textContent.trim()).toBe('expected text')`. In my opinion that's uncomfortable
@matheo do you have any thoughts on this issue?
@NetanelBasal @dirkluijk Do you have any thoughts on this issue?
Well, that sucks. That means i have to change at least 5k unit test files. That's ridiculous! Could we have another solution?
@NetanelBasal @dirkluijk Can it be a regression bug?
@crfrolik So you had to add some boilerplate code (host component, i.e. ), isn't? I don't want to criticize, but I think your solution isn't good at all. We chose...