-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Amp-Video Bind Integration Test #7727
Conversation
f126383
to
58c96e8
Compare
1d258f9
to
6a24bd1
Compare
@choumx PTAL |
.equal('https://www.google.com/unbound.webm'); | ||
button.click(); | ||
return waitForBindApplication().then(() => { | ||
// Only HTTPS is allowed |
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.
+2 spaces
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.
Shouldn't blocks only be indented by two?
EDIT: Oh, you mean the .equal part. Done.
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.
No I meant this comment. Overflow should be +4 spaces so that change should be reverted.
Nitty nit nits.
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.
Overflow is at +4. Will fix the comment on this PR
Added an integration test for amp-bind with amp-video. I've tested the
src
,alt
, andcontrols
attributes, and forsrc
, tested allowed protocols and blocked URLs..