Skip to content
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

Initial manual tests for basic card #6817

Merged
merged 8 commits into from
Oct 9, 2017
Merged

Initial manual tests for basic card #6817

merged 8 commits into from
Oct 9, 2017

Conversation

marcoscaceres
Copy link
Contributor

@marcoscaceres marcoscaceres commented Aug 11, 2017

No description provided.

@wpt-pr-bot
Copy link
Collaborator

There are no owners for this pull request. Please reach out on W3C's irc server (irc.w3.org, port 6665) on channel #testing (web client) to get help with this. Thank you!

@w3c-bots
Copy link

w3c-bots commented Aug 11, 2017

Build BROKEN

Started: 2017-08-11 07:46:36
Finished: 2017-08-11 07:56:40

View more information about this build on:

@w3c-bots
Copy link

w3c-bots commented Sep 15, 2017

Build PASSED

Started: 2017-10-09 10:16:00
Finished: 2017-10-09 10:19:22

View more information about this build on:

await request.canMakePayment(),
`canMakePaymentPromise should be false`
);
}, `Must return false when the PMI is not supported at by the user agent.`);
Copy link
Member

Choose a reason for hiding this comment

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

This and the other tests fail as such in Chrome:
promise_test: Unhandled rejection with value: object "TypeError: Failed to construct 'PaymentRequest': The provided value cannot be converted to a sequence."

Chrome bug, or test bug?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Chrome bug in this case.

Copy link
Member

Choose a reason for hiding this comment

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

OK, thanks for poking at it with a test!

@foolip
Copy link
Member

foolip commented Oct 5, 2017

I came across this because of status:needs-owners label. Can you add OWNERS?

@marcoscaceres
Copy link
Contributor Author

@foolip owners are now there. Will check other issue.

@marcoscaceres
Copy link
Contributor Author

@rsolomakhin ... should probably add you to OWNERS too. If you have time, could you please take a look at these tests? It's been a while since I wrote/ran them 🙃

@marcoscaceres marcoscaceres removed the request for review from alphan102 October 9, 2017 09:52
await request.canMakePayment(),
`canMakePaymentPromise should be false`
);
}, `Must return false when the PMI is not supported at by the user agent.`);
Copy link
Member

Choose a reason for hiding this comment

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

OK, thanks for poking at it with a test!

Copy link
Contributor

@rsolomakhin rsolomakhin left a comment

Choose a reason for hiding this comment

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

These tests look good. Thank you!

P.S.: It's OK to add me to owners.

@foolip foolip merged commit 11de797 into master Oct 9, 2017
@foolip foolip deleted the basic-card branch October 9, 2017 12:28
foolip added a commit that referenced this pull request Oct 9, 2017
@foolip
Copy link
Member

foolip commented Oct 9, 2017

I added @rsolomakhin in #7640 and merged both. @rsolomakhin, can you file a Chromium bug for the failing test mentioned above?

@rsolomakhin
Copy link
Contributor

jakearchibald pushed a commit to jakearchibald/web-platform-tests that referenced this pull request Nov 16, 2017
Manual tests for various forms of BasicCardRequest.
jakearchibald pushed a commit to jakearchibald/web-platform-tests that referenced this pull request Nov 16, 2017
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.

None yet

5 participants