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

Fix regression in webdriver tests #17754

Merged
merged 1 commit into from Jul 10, 2019

Conversation

JohnChen0
Copy link
Contributor

A large number of tests in webdriver directory are currently failing,
due to a change in the parameters of Find.css method by PR #17260,
which broke any tests that still supply the old parameters.

This commit changes the parameter order and uses default parameter value
to make the parameter list compatible with the old one.

A large number of tests in webdriver directory are currently failing,
due to a change in the parameters of Find.css method by PR web-platform-tests#17260,
which broke any tests that still supply the old parameters.

This commit changes the parameter order and uses default parameter value
to make the parameter list compatible with the old one.
@wpt-pr-bot wpt-pr-bot added infra webdriver wg-testing_browser wptrunner The automated test runner, commonly called through ./wpt run labels Jul 10, 2019
@JohnChen0
Copy link
Contributor Author

For comparison, https://wpt.fyi/results/webdriver?sha=720ddb0305&label=master&max-count=1 shows the result from webdriver directory before PR #17260, while https://wpt.fyi/results/webdriver?sha=a9d6d1b058&label=master&max-count=1 shows the result after. This PR should restore the pass rate.

@jgraham jgraham merged commit d528abf into web-platform-tests:master Jul 10, 2019
@JohnChen0 JohnChen0 deleted the css_param branch July 10, 2019 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infra webdriver wg-testing_browser wptrunner The automated test runner, commonly called through ./wpt run
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants