--
Ticket URL: <https://code.djangoproject.com/ticket/33211>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/14831 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/33211#comment:1>
* needs_better_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/33211#comment:2>
* needs_better_patch: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/33211#comment:3>
Comment (by Carlton Gibson <carlton.gibson@…>):
In [changeset:"8fa974fcdde90b6719a1058e77541389ff1809b5" 8fa974fc]:
{{{
#!CommitTicketReference repository=""
revision="8fa974fcdde90b6719a1058e77541389ff1809b5"
Refs #33211 -- Added assertCountSeleniumElements() test helper.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/33211#comment:4>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"2ccc0b22db6730ba0950b10bbc5238ae575e4a45" 2ccc0b22]:
{{{
#!CommitTicketReference repository=""
revision="2ccc0b22db6730ba0950b10bbc5238ae575e4a45"
Fixed #33211 -- Updated tests for Selenium 4.0.0.
Replaced deprecated `find_element[s]_by_*()` usages, in favour of
`find_element[s]()` with an explicit `By`.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/33211#comment:5>