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

test: Update swap test to handle the details modal #11039

Merged
merged 2 commits into from
Sep 5, 2024

Conversation

SamuelSalas
Copy link
Contributor

Description

In some occasion, the Swap action detox test fail when trying to inspect the Detail Modal on the Transaction View. The objective for this task would to add some logic so the test could resolve the issue of the detail modal not appearing and making the test fail even thought the swap was successful.

Related issues

Fixes:

Manual testing steps

  1. Go to this page...

Screenshots/Recordings

Before

After

Pre-merge author checklist

Pre-merge reviewer checklist

  • I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed).
  • I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.

@SamuelSalas SamuelSalas self-assigned this Sep 4, 2024
@SamuelSalas SamuelSalas requested a review from a team as a code owner September 4, 2024 18:27
@SamuelSalas SamuelSalas linked an issue Sep 4, 2024 that may be closed by this pull request
9 tasks
@SamuelSalas SamuelSalas changed the title Update swap test to handle the details modal test: Update swap test to handle the details modal Sep 4, 2024
Copy link
Contributor

github-actions bot commented Sep 4, 2024

https://bitrise.io/ Bitrise

❌❌❌ pr_smoke_e2e_pipeline failed on Bitrise! ❌❌❌

Commit hash: d423fa7
Build link: https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/bb408c9d-d747-476f-8bc7-d7350b40fd3b

Note

  • You can kick off another pr_smoke_e2e_pipeline on Bitrise by removing and re-applying the Run Smoke E2E label on the pull request

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 52.87%. Comparing base (8dcdd3c) to head (d423fa7).
Report is 36 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #11039      +/-   ##
==========================================
+ Coverage   52.75%   52.87%   +0.11%     
==========================================
  Files        1534     1543       +9     
  Lines       36777    36898     +121     
  Branches     4335     4363      +28     
==========================================
+ Hits        19403    19508     +105     
- Misses      16058    16063       +5     
- Partials     1316     1327      +11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

sonarqubecloud bot commented Sep 4, 2024

@SamuelSalas SamuelSalas added Run Smoke E2E Triggers smoke e2e on Bitrise and removed Run Smoke E2E Triggers smoke e2e on Bitrise labels Sep 4, 2024
Copy link
Contributor

github-actions bot commented Sep 4, 2024

https://bitrise.io/ Bitrise

❌❌❌ pr_smoke_e2e_pipeline failed on Bitrise! ❌❌❌

Commit hash: 2da90df
Build link: https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/e3a1f738-6c22-49a0-b08d-681cd1dc277f

Note

  • You can kick off another pr_smoke_e2e_pipeline on Bitrise by removing and re-applying the Run Smoke E2E label on the pull request

@SamuelSalas SamuelSalas merged commit ecfd664 into main Sep 5, 2024
40 of 41 checks passed
@SamuelSalas SamuelSalas deleted the test/11038-swap-details-modal branch September 5, 2024 19:01
@github-actions github-actions bot locked and limited conversation to collaborators Sep 5, 2024
@metamaskbot metamaskbot added the release-7.31.0 Issue or pull request that will be included in release 7.31.0 label Sep 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Detox release-7.31.0 Issue or pull request that will be included in release 7.31.0 Run Smoke E2E Triggers smoke e2e on Bitrise team-mobile-platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[E2E] Swap Test - Solve Transaction Details Modal flakiness
4 participants