Skip to content

Add IdlingResources for succesfull Espresso testing #1137

Open
@peterhav

Description

@peterhav

Step 3: Describe the problem:

Steps to reproduce:

  1. Create a testcase which involes the creation of a new user mail account using Firebase-UI
  2. In the test case code, after supplying the mail adress, click next
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions