Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detox Fixtures Not Consistently Working on Android for MetaMask App on Certain Mac Machines #12917

Open
2 of 9 tasks
Andepande opened this issue Jan 9, 2025 · 0 comments
Open
2 of 9 tasks
Labels
INVALID-ISSUE-TEMPLATE Issue's body doesn't match any issue template. team-mobile-platform

Comments

@Andepande
Copy link
Member

Andepande commented Jan 9, 2025

What is this about?

When running Detox tests with fixtures on the MetaMask app for Android, some Mac machines used by dev/QA users encounter issues. While the fixture server starts successfully, the app does not build into the required test state as expected for Android. This issue appears to be intermittent and only affects specific devices.

Steps to Reproduce

  1. Build the app for Android using the command:
    npm run test:e2e:android:debug:build
  2. Run the Detox tests with the command:
    npm run test:e2e:android:debug:run
  3. Observe the app's state after the fixture server starts.

Expected Behavior

Tests that engage fixtures should start the app in the configured setup where the app opens at a specific spot, similar to the behavior on iOS.

Actual Behavior

The fixture server runs successfully, but the app's configuration setup is not engaged. Instead, the app starts from the beginning, ignoring the expected fixture configuration.

Acceptance Criteria

No response

Stakeholder review needed before the work gets merged

  • Engineering (needed in most cases)
  • Design
  • Product
  • QA (automation tests are required to pass before merging PRs but not all changes are covered by automation tests - please review if QA is needed beyond automation tests)
  • Security
  • Legal
  • Marketing
  • Management (please specify)
  • Other (please specify)

References

No response

@metamaskbot metamaskbot added the INVALID-ISSUE-TEMPLATE Issue's body doesn't match any issue template. label Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
INVALID-ISSUE-TEMPLATE Issue's body doesn't match any issue template. team-mobile-platform
Projects
None yet
Development

No branches or pull requests

2 participants