Maxim Bazarov
Maxim Bazarov
@Sherlouk thank you for the answer, I couldn't find that strategy though. what fixed this for me is ```swift sut.view.setNeedsDisplay() delay(0.1) assertSnapshot(matching: sut, as: .image) ``` but doesn't seem to...
@Sherlouk yes, it's in master. so the result is the same, but doesn't solve the problem alone ```swift func testExample1() { sut.view.setNeedsDisplay() // that line has to be here, no...
This error happening because of the securyty system on mac os you can go and in the very bottom it will be a button "open anyway" you can do that...
For test coverage we can build a GH actions to make sure the test runs are fair but at the same time aren't run on the SPI servers. Same for...