Closed tolot27 closed 5 months ago
By the way, the test is still failing. Will this address with another PR.
Am I right in understanding that this test now will run but then fails?
Am I right in understanding that this test now will run but then fails?
Yes, the Espresso tests are is running but most of the time at least two of the four tests fail because the GUI interaction is not correct (mostly caused by incorrect scrolling). This can be fixed in other PRs. My main intend was to fix the build errors and do some cleanup.
During compilation of the debug app missing libraries are shown in
HomeEspressoTest.java
because this test was not migrated (74a4f02) to the androidx libraries. This was also mentioned in #3255. This PR migrates this Espresso test to androidx. Still not all tests are passing, but many. Upgrading the libraries to newer ones will break even the first test. But this is out of scope for this PR.