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

Don't cleanup E2E page globals #1779

Merged
merged 1 commit into from
Nov 28, 2023
Merged

Don't cleanup E2E page globals #1779

merged 1 commit into from
Nov 28, 2023

Conversation

lukaw3d
Copy link
Member

@lukaw3d lukaw3d commented Nov 28, 2023

migrating-persisted-state.spec.ts didn't have much time after goto('/e2e') to use the globals before useRouteRedirects navigates away and cleans up.

@lukaw3d lukaw3d requested a review from buberdds November 28, 2023 16:32
Copy link

github-actions bot commented Nov 28, 2023

Deployed to Cloudflare Pages

Latest commit: 5a26d9aa4ef9277e098693a6d90b6e49e9f67782
Status:✅ Deploy successful!
Preview URL: https://d299ce78.oasis-wallet.pages.dev

migrating-persisted-state.spec.ts didn't have much time after `goto('/e2e')` to
use the globals before useRouteRedirects navigates away and cleans up.
@lukaw3d lukaw3d force-pushed the lw/keep-e2e-globals branch from 8110b99 to 5a26d9a Compare November 28, 2023 16:33
Copy link

codecov bot commented Nov 28, 2023

Codecov Report

Merging #1779 (5a26d9a) into master (dfda26a) will decrease coverage by 0.04%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1779      +/-   ##
==========================================
- Coverage   82.41%   82.38%   -0.04%     
==========================================
  Files         188      188              
  Lines        4954     4950       -4     
  Branches      912      912              
==========================================
- Hits         4083     4078       -5     
- Misses        871      872       +1     
Flag Coverage Δ
cypress 47.48% <ø> (-0.07%) ⬇️
jest 78.20% <ø> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
src/app/pages/E2EPage/index.tsx 47.16% <ø> (-3.71%) ⬇️

... and 4 files with indirect coverage changes

@lukaw3d lukaw3d merged commit 25abb60 into master Nov 28, 2023
12 checks passed
@lukaw3d lukaw3d deleted the lw/keep-e2e-globals branch November 28, 2023 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants