-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Ensure router only targets scripts for execution #12177
Conversation
🦋 Changeset detectedLatest commit: 6dedef4 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
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.
Is this change to fix the odd firefox e2e fail? I sent a PR to fix it #12188, but skipped for firefox instead since the tests isn't actually working and testing correctly. (I also updated the test). Maybe we can revert this part and merge that PR instead.
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.
archive.org is down due to a DDOS, was down all day yesterday, I spend a significant amount of time thinking the tests were really broken! https://archive.org/details/movies
I added the smallest mp4 I could create, I promise.
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.
I know you did, it's slightly smaller than mine, but dare I say mine has more pizzazz 😄
Anyways I don't mind if you want to merge with your fix. I'd still like to get mine in too after to fix the tests though as it wasn't really testing the video playback right (it wasn't ever started in the test so currentTime
is always 0).
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.
Fix looks great. Have a question about the e2e test change
Changes
document.getElementsByTagName
instead ofdocument.scripts
.document
object, so if you had for example<img name="scripts">
this would overridedocument.scripts
.Testing
Docs
N/A, bug fix