Open
Description
Step 3: Describe the problem:
Steps to reproduce:
- Create a testcase which involes the creation of a new user mail account using Firebase-UI
- In the test case code, after supplying the mail adress, click next
- The test will fail since it cannot find the password field
Observed Results:
- What happened?
In order to make the above test run successful, a wait needs to be introduced. To do this in a nice way, Espresso offers IdlingResources (which will cause the test to wait at the right moments).
Expected Results:
Espresso test cases covering Firebase UI code can run without adding waits in the test code.