Skip to content

Fix #22571 - Prevent flakiness in Import test#22612

Merged
HowardBraham merged 3 commits intodevelopfrom
fix-flaky-import
Jan 22, 2024
Merged

Fix #22571 - Prevent flakiness in Import test#22612
HowardBraham merged 3 commits intodevelopfrom
fix-flaky-import

Conversation

@darkwing
Copy link
Copy Markdown
Contributor

Description

Based on the sample failure cited in the issue, it appears the loading overlay is causing flakiness in the Import test. Checking to ensure the loading overlay is not there should prevent the problem.

Related issues

Fixes: #22571

Manual testing steps

N/A, just need the test to pass.

Screenshots/Recordings

Before

N/A

After

N/A

Pre-merge author checklist

  • I’ve followed MetaMask Coding Standards.
  • I've clearly explained what problem this PR is solving and how it is solved.
  • I've linked related issues
  • I've included manual testing steps
  • I've included screenshots/recordings if applicable
  • I’ve included tests if applicable
  • I’ve documented my code using JSDoc format if applicable
  • I’ve applied the right labels on the PR (see labeling guidelines). Not required for external contributors.
  • I’ve properly set the pull request status:
    • In case it's not yet "ready for review", I've set it to "draft".
    • In case it's "ready for review", I've changed it from "draft" to "non-draft".

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.

@darkwing darkwing requested a review from a team as a code owner January 19, 2024 19:49
@github-actions
Copy link
Copy Markdown
Contributor

CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes.

@codecov
Copy link
Copy Markdown

codecov bot commented Jan 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (35273da) 68.11% compared to head (a3e8fba) 68.11%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop   #22612   +/-   ##
========================================
  Coverage    68.11%   68.11%           
========================================
  Files         1086     1086           
  Lines        42628    42628           
  Branches     11340    11340           
========================================
+ Hits         29033    29035    +2     
+ Misses       13595    13593    -2     

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

@HowardBraham HowardBraham merged commit 5523024 into develop Jan 22, 2024
@HowardBraham HowardBraham deleted the fix-flaky-import branch January 22, 2024 18:40
@github-actions github-actions bot locked and limited conversation to collaborators Jan 22, 2024
@metamaskbot metamaskbot added the release-11.10.0 Issue or pull request that will be included in release 11.10.0 label Jan 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

release-11.10.0 Issue or pull request that will be included in release 11.10.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix "Import flow" flaky test

4 participants