Skip to content

Commit

Permalink
Bug 1565150 [wpt PR 17754] - Fix regression in webdriver tests, a=tes…
Browse files Browse the repository at this point in the history
…tonly

Automatic update from web-platform-tests
Fix regression in webdriver tests

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.

--

wpt-commits: d528abff035d6596f68f21a9510ee1c5b58a1e48
wpt-pr: 17754

UltraBlame original commit: 9d27da2660e1036c6bf485828db2a6becba6440d
  • Loading branch information
marco-c committed Oct 4, 2019
1 parent 5048bb8 commit bac134b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2083,10 +2083,14 @@
(
self
element_selector
frame
all
=
True
frame
=
"
window
"
)
:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -998,6 +998,8 @@
(
element_selector
frame
=
frame
)
class
WebDriverClickProtocolPart
Expand Down

0 comments on commit bac134b

Please sign in to comment.