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: changing validation pattern for keepurlfragment cases #2249

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

v-sharmachir
Copy link
Contributor

Details

Issues in #view pages used for validation are fixed or not scanned by crawler due to maxUrl parameter.
To avoid these issues in future changing validation pattern to check any # url except #home to be present in file.
"https://ms.portal.azure.com/#home" is default routed page it will be present in both case so excluding #home routing for validation.

Motivation
Context

Pull request checklist

  • Addresses an existing issue: Fixes #0000
  • Added relevant unit test for your changes. (yarn test)
  • Verified code coverage for the changes made. Check coverage report at: <rootDir>/test-results/unit/coverage
  • Ran precheckin (yarn precheckin)

@v-viyada v-viyada marked this pull request as ready for review December 18, 2024 18:39
@v-viyada v-viyada requested a review from a team as a code owner December 18, 2024 18:39
@codeofdusk codeofdusk merged commit 94bd162 into main Dec 23, 2024
4 checks passed
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.

3 participants