Skip to content

manual test for PaymentResponse.shippingAddress attr#6952

Merged
marcoscaceres merged 4 commits intomasterfrom
shippingAddress-attribute-manual
Aug 21, 2017
Merged

manual test for PaymentResponse.shippingAddress attr#6952
marcoscaceres merged 4 commits intomasterfrom
shippingAddress-attribute-manual

Conversation

@marcoscaceres
Copy link
Contributor

@marcoscaceres marcoscaceres commented Aug 21, 2017

No description provided.

assert_equals(response.requestId, request.id, `Expected ids to match`);
const { shippingAddress: addr } = request;
assert_true(
addr.addressLine instanceof PaymentAddress,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess it should be "addr instanceof PaymentAddress", not addr.addressLine.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

</li>
<li>
<button onclick="runManualTest(this, {requestShipping: true}, { shippingAddress: 'pass' }).then(done)">
If the requestShipping member is true, then shippingAddress will be the full and final shipping address is "wpt street" in "Kabul, Afghanistan", zip/postal code 1001.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/wpt street/1 wpt street

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixing

@ghost
Copy link

ghost commented Aug 21, 2017

Build PASSED

Started: 2017-08-21 08:14:59
Finished: 2017-08-21 08:21:53

View more information about this build on:

@ghost
Copy link

ghost commented Aug 21, 2017

Build PASSED

Started: 2017-08-21 07:27:27
Finished: 2017-08-21 07:33:33

View more information about this build on:

1 similar comment
@ghost
Copy link

ghost commented Aug 21, 2017

Build PASSED

Started: 2017-08-21 07:27:27
Finished: 2017-08-21 07:33:33

View more information about this build on:

Copy link
Contributor

@edenchuang edenchuang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@marcoscaceres marcoscaceres merged commit a9e62af into master Aug 21, 2017
@marcoscaceres marcoscaceres deleted the shippingAddress-attribute-manual branch August 21, 2017 08:40
rachelandrew pushed a commit to rachelandrew/web-platform-tests that referenced this pull request Nov 8, 2017
chromium-wpt-export-bot pushed a commit that referenced this pull request Jun 13, 2022
Remove nesting :has() cases from the existing wpt tests and add a
tentative wpt test to check disallowing nesting :has() inside :has().

w3c/csswg-drafts#6952 (comment)

Bug: 669058, 1334631
Change-Id: I549ee9d5b1ca17d22f7f8982d0e9ff96df6937df
chromium-wpt-export-bot pushed a commit that referenced this pull request Jun 13, 2022
Remove nesting :has() cases from the existing wpt tests and add a
tentative wpt test to check disallowing nesting :has() inside :has().

w3c/csswg-drafts#6952 (comment)

Bug: 669058, 1334631
Change-Id: I549ee9d5b1ca17d22f7f8982d0e9ff96df6937df
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3697654
Commit-Queue: Byungwoo Lee <blee@igalia.com>
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1013385}
chromium-wpt-export-bot pushed a commit that referenced this pull request Jun 13, 2022
Remove nesting :has() cases from the existing wpt tests and add a
tentative wpt test to check disallowing nesting :has() inside :has().

w3c/csswg-drafts#6952 (comment)

Bug: 669058, 1334631
Change-Id: I549ee9d5b1ca17d22f7f8982d0e9ff96df6937df
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3697654
Commit-Queue: Byungwoo Lee <blee@igalia.com>
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1013385}
chromium-wpt-export-bot pushed a commit that referenced this pull request Jun 21, 2022
The resolution of csswg issue #6952 has been applied:
- w3c/csswg-drafts#7344

Bug: 1334631
Change-Id: Ied9c791aa729f9f1aeef02ddf9902c94736277b5
chromium-wpt-export-bot pushed a commit that referenced this pull request Jun 21, 2022
The resolution of csswg issue #6952 has been applied:
- w3c/csswg-drafts#7344

Bug: 1334631
Change-Id: Ied9c791aa729f9f1aeef02ddf9902c94736277b5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3714637
Commit-Queue: Byungwoo Lee <blee@igalia.com>
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1016121}
chromium-wpt-export-bot pushed a commit that referenced this pull request Jun 21, 2022
The resolution of csswg issue #6952 has been applied:
- w3c/csswg-drafts#7344

Bug: 1334631
Change-Id: Ied9c791aa729f9f1aeef02ddf9902c94736277b5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3714637
Commit-Queue: Byungwoo Lee <blee@igalia.com>
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1016121}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants