-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Add tests for the browsingContext.fragmentNavigated
event
#40813
Add tests for the browsingContext.fragmentNavigated
event
#40813
Conversation
webdriver/tests/bidi/browsing_context/navigate/fragment_navigated.py
Outdated
Show resolved
Hide resolved
It looks like we also need to check these events for regular navigations. |
I assume it means that you will add more tests and that a review should happen once the update has been pushed? |
@whimboo if you have some other ideas for which tests we would need, feel free to comment (I will add the regular navigation tests tomorrow) |
browsingContext.fragmentNavigated
event
Added a few tests (should be ready for review) |
@thiagowfx PTAL |
webdriver/tests/bidi/browsing_context/navigate/fragment_navigated.py
Outdated
Show resolved
Hide resolved
webdriver/tests/bidi/browsing_context/navigate/fragment_navigated.py
Outdated
Show resolved
Hide resolved
webdriver/tests/bidi/browsing_context/navigate/fragment_navigated.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Alex for the PR. I had a look at it and have a couple of comments that you can find inline. Not all are blockers but we should have at least the same coverage as the other existing navigation events.
webdriver/tests/bidi/browsing_context/fragment_navigated/fragment_navigated.py
Show resolved
Hide resolved
webdriver/tests/bidi/browsing_context/fragment_navigated/fragment_navigated.py
Outdated
Show resolved
Hide resolved
webdriver/tests/bidi/browsing_context/fragment_navigated/fragment_navigated.py
Outdated
Show resolved
Hide resolved
webdriver/tests/bidi/browsing_context/fragment_navigated/fragment_navigated.py
Outdated
Show resolved
Hide resolved
webdriver/tests/bidi/browsing_context/fragment_navigated/fragment_navigated.py
Show resolved
Hide resolved
…ent_navigated.py Co-authored-by: Henrik Skupin <[email protected]>
webdriver/tests/bidi/browsing_context/fragment_navigated/fragment_navigated.py
Show resolved
Hide resolved
webdriver/tests/bidi/browsing_context/fragment_navigated/fragment_navigated.py
Show resolved
Hide resolved
webdriver/tests/bidi/browsing_context/fragment_navigated/fragment_navigated.py
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! This looks good to me now.
@thiagowfx mind another final review from Google's side?
@Lightning00Blade will review from the google side as he's more familiar with this than I am. I'll take another look anyway but please wait for his review before merging. |
@jgraham this can be merged now. |
@OrKoN thanks again for writing the tests! |
./wpt lint
passes