Closed glowka closed 5 years ago
Some e2e tests seems a bit unstable, they sometimes pass, sometimes not. There must be some kind of issue with them. I need to check it before merging.
The upgrade to React >= 16.4 stops Viewer from appearing (#314) I'll add a simple (and important) e2e test to detect problems like that.
Since changing the logic of Viewer appearing is rather time-consuming and I'm sure we'd like to rework it sooner or later anyway, I guess it's better to stick to React 16.3 (and possibly other packages like e.g. jest
) for now.
I've added a viewer test to #339 (the test is passed at that point). It won't be passed in this PR
I'll revert that react upgrade.
Thanks a lot for the regression test!
Some e2e tests seems a bit unstable, they sometimes pass, sometimes not. There must be some kind of issue with them. I need to check it before merging.
BTW Upgrading jest and stuff stabilized the tests :)
I rebased it on master with this new test – passing after your @kaglowka downgrade
@kaglowka Happy to read your immensely positive review :)
Resolves #325