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

fix: queued navigate with React Router #19985

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

platosha
Copy link
Contributor

Fixes #19839

Copy link

sonarcloud bot commented Sep 19, 2024

Copy link

Test Results

1 099 files   -  38  1 099 suites   - 38   1h 5m 43s ⏱️ - 15m 50s
7 275 tests  - 124  7 225 ✅  - 124  50 💤 ±0  0 ❌ ±0 
7 557 runs   - 163  7 501 ✅  - 159  56 💤  - 4  0 ❌ ±0 

Results for commit 67efd2f. ± Comparison against base commit bf420c4.

This pull request removes 124 tests.
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ access_restricted_to_admin
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ access_restricted_to_logged_in_users
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ adminAppliesForHugeLoan_accessGranted
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ adminAppliesForLoan_accessDenied
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ anonymous_forwardToPrivatePage_loginViewShown
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ anonymous_linkToPrivatePageWithAlias_loginViewShown
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ anonymous_linkToPrivatePage_loginViewShown
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ anonymous_rerouteToPrivatePage_loginViewShown
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ client_menu_routes_correct_for_admin
com.vaadin.flow.spring.flowsecurity.AppViewIT ‑ client_menu_routes_correct_for_anonymous
…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Browser back navigation does not work when using replaceState with React enabled
2 participants