w3c / payment-request

Payment Request API
https://www.w3.org/TR/payment-request/
Other
489 stars 135 forks source link

test suite that checks whether shipping options can be updated #791

Closed adimallikarjunareddy closed 5 years ago

adimallikarjunareddy commented 5 years ago

Which test suite here https://w3c-test.org/payment-request/ checks for updating shipping options when any other events happen?

Like address change should refresh the available shipping options and rates.

marcoscaceres commented 5 years ago

@adimallikarjunareddy, possibly: https://w3c-test.org/payment-request/algorithms-manual.https.html#shipping-option-changed-algo

marcoscaceres commented 5 years ago

If the test is insufficient, we would be happy to add another... let us know! ... also, the spec links to tests directly ("see the little Tests box in each assertion"). For example: https://w3c.github.io/payment-request/#onshippingoptionchange-attribute

adimallikarjunareddy commented 5 years ago

apologies if my question was not elaborate. I was just trying to see if we could have found the issue #778 through the test cases.

marcoscaceres commented 5 years ago

Moved to WPT - https://github.com/web-platform-tests/wpt/issues/14883