Chromium Code Reviews
DescriptionMake PaymentRequest.abort() integration tests reliable.
PaymentRequest.abort() integration tests could fail on smaller Android
screens, because DOMUtils.clickNode() is unable to click on buttons that
are outside of the view window.
The abort integration test was using two buttons: [buy] and [abort], one
above the other. When the CVC entry was showing, the keyboard was hiding
the bottom part of the page, where [abort] button resides. Thus
DOMUtils.clickNode() was unable to to click the [abort] button for the
test.
This does not happen on the build bots.
BUG=608223
Committed: https://crrev.com/376650fbafe88c3616b3401681f4a51521e13fb5
Cr-Commit-Position: refs/heads/master@{#400815}
Patch Set 1 #
Messages
Total messages: 9 (4 generated)
|
|||||||||||||||||||