-
Notifications
You must be signed in to change notification settings - Fork 0
FOLLOW-UP: Add unit test for LinkInterceptor.shouldSkip() (from PR #45) #47
Description
Context
This follow-up task was identified during the review of PR #45.
Source PR: #45
Suggested by: @copilot (suppressed low-confidence comment)
Task Description
Link interception opt-out behavior was changed from lvt-no-intercept to lvt-nav:no-intercept, but there are no automated tests covering LinkInterceptor.shouldSkip() / click interception.
Add a unit test for same-origin links with/without lvt-nav:no-intercept to prevent regressions.
Original Comment
Link interception opt-out behavior changed from the old attribute to
lvt-nav:no-intercept, but there are no automated tests coveringLinkInterceptor.shouldSkip()/ click interception. Adding a small unit test for same-origin links with/withoutlvt-nav:no-interceptwould help prevent regressions.
This issue was automatically created by prmonitor from PR review comments.