docs: Link assertion example in using_selenium.en.md#2161
Conversation
✅ Deploy Preview for selenium-dev canceled.
|
beinghumantester
left a comment
There was a problem hiding this comment.
This pull request adds a link assertion example to the Selenium documentation. I have updated the code block reference in the Kotlin section. Please review and let me know if any changes are needed. Looking forward to your feedback. Thank you!
harsha509
left a comment
There was a problem hiding this comment.
HI @automatealchemist ,
Thank you for the PR. Could you please do the similar changes in other translated pages too which are other than in english!
Sure. |
✅ Deploy Preview for selenium-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Code Review by Qodo
Context used✅ Compliance rules (platform):
10 rules 1.
|
The site-wide gh-codeblock path convention moved to leading slashes, which is what the shortcode's GitHub Contents API call actually requires (missing it 404s and fails the Netlify build). The Kotlin reference added in this PR still used the old relative form; the ja/pt-br/zh-cn translations already picked up the corrected form via the trunk sync, since another PR fixed them independently in the meantime. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Code review by qodo was updated up to the latest commit 97f3274 |
User description
Added a reference to the existing assertion code (
assertEquals("Web form", title)) inusingselenium.en.mdto improve documentation clarity.Description
Motivation and Context
Types of changes
Checklist