[MINOR] chore(zeppelin-web-angular): refresh lockfile to remediate npm audit findings#5208
Draft
jongyoul wants to merge 3 commits intoapache:masterfrom
Draft
[MINOR] chore(zeppelin-web-angular): refresh lockfile to remediate npm audit findings#5208jongyoul wants to merge 3 commits intoapache:masterfrom
jongyoul wants to merge 3 commits intoapache:masterfrom
Conversation
0e05df7 to
d2356a6
Compare
…findings Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
d2356a6 to
df96b41
Compare
Unbounded networkidle waits can hang indefinitely in CI when background network activity (WebSocket, polling) never settles. Add explicit 30s timeout to every occurrence to prevent test suite timeouts, especially in auth mode where login triggers extra API calls. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2733b32 to
9a42dbf
Compare
…ests The Selenium test InterpreterModeActionsIT.testPerUserIsolatedAction fails intermittently due to three race conditions: 1. The login modal may already be open (auto-shown on page load), causing ElementClickInterceptedException when trying to click the navbar Login button. Fixed by checking modal visibility first. 2. sendKeys may not complete before the login button is clicked, causing the server to receive a null username. Fixed by clearing the field first and verifying the value is non-empty before submit. 3. The login modal overlay remains visible after authentication, causing ElementClickInterceptedException. Fixed by explicitly waiting for modal invisibility and removing backdrop via JS. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
9a42dbf to
b47458d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is this PR for?
Refresh
package-lock.jsoninzeppelin-web-angularto remediate npm audit findings.Ran
npm audit fixon the latest master to resolve vulnerabilities that can be fixed without breaking changes.What type of PR is it?
Bug Fix / Improvement
Todos
What is the Jira issue?
How should this be tested?
cd zeppelin-web-angular && npm auditshould show fewer vulnerabilitiesScreenshots (if appropriate)
Questions: