Replying to @coderbyheart

@Niklas_L
@chaugstvedt I recently added e2e tests to a
frontend app, and it helps to uncover issues with async fetching of data (e.g.
data not loaded as expected after change). You will only discover this in e2e
tests.

Thu, 24 Mar 2022 08:41:27 UTC

3 replies

Replying to @coderbyheart

@Niklas_L
@chaugstvedt So, Im trying to find a
screenshot, but I have recently used a mobile app, with a textarea and a submit
button below that. Once you click into the textarea, the Android keyboard
overlaps the submit button, and you weren't able to hide the keyboard without
navigating away.