Skip to content

Possible performance issue when Aztec is first launched #383

Open
@rachelmcr

Description

@rachelmcr

The UI tests added in #382 use the Espresso framework, which can sometimes (depending on system load) turn a single click action into a long tap. (See Espresso code for details.)

While writing the tests, I observed that when I tried to click on a toolbar button first (before taking any other action in Aztec) it consistently became a long tap. However, if I enter text first and then click on a toolbar button, it behaves as expected.

This may indicate a performance issue when Aztec is first launched, causing the slower click action that triggers the long tap issue in Espresso.

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