-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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: remove AfterAll hook in e2e #13183
Conversation
Bitrise❌❌❌ Commit hash: e5321fe Note
Tip
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13183 +/- ##
==========================================
+ Coverage 60.58% 60.73% +0.15%
==========================================
Files 1911 1915 +4
Lines 42759 42805 +46
Branches 5740 5749 +9
==========================================
+ Hits 25904 25998 +94
+ Misses 15105 15059 -46
+ Partials 1750 1748 -2 ☔ View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
The editRecipient test is failing on main with the following error:
After digging into the code a bit, we are trying to stop the fixture server twice. Once in the AfterAll hook and the other time when we use withFixtures where in the try-catch-finally ... specifically the finally block.
This PR removes the afterAll hook in the test
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist