-
Notifications
You must be signed in to change notification settings - Fork 45
ARTESCA-14759: Fix Flaky UI E2E Tests Due to Local Storage redirectUrl Handling #4543
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
base: development/130.0
Are you sure you want to change the base?
ARTESCA-14759: Fix Flaky UI E2E Tests Due to Local Storage redirectUrl Handling #4543
Conversation
Hello chengyanjin,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
…has become very flaky in the UI e2e test Now we don't need to store it in the localstorage anymore, we can keep it in the state.
bcf10d8
to
0b6daee
Compare
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
Branches have divergedThis pull request's source branch To avoid any integration risks, please re-synchronize them using one of the
Note: If you choose to rebase, you may have to ask me to rebuild |
/reset |
Reset completeI have successfully deleted this pull request's integration branches. |
Branches have divergedThis pull request's source branch To avoid any integration risks, please re-synchronize them using one of the
Note: If you choose to rebase, you may have to ask me to rebuild |
/approve |
Branches have divergedThis pull request's source branch To avoid any integration risks, please re-synchronize them using one of the
Note: If you choose to rebase, you may have to ask me to rebuild The following options are set: approve |
/reset |
Reset completeI have successfully deleted this pull request's integration branches. The following options are set: approve |
Branches have divergedThis pull request's source branch To avoid any integration risks, please re-synchronize them using one of the
Note: If you choose to rebase, you may have to ask me to rebuild The following options are set: approve |
Component: Shell UI
Context:
We store the redirectUrl in local storage, but this has made the UI end-to-end tests very flaky. Now, we no longer need to store it in local storage—we can keep it in the state instead.
Summary:
By leveraging useNavigate, the UI no longer requires a full reload after login.
Acceptance criteria:
Closes: #ISSUE_NUMBER