Both of these operations have equivalent native Browser support and so
this method does not require jQuery.
`jQuery()` → `document.querySelector()`
`.css()` → `HTMLElement.style`
--
Ticket URL: <https://code.djangoproject.com/ticket/31042>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* has_patch: 0 => 1
Comment:
https://github.com/django/django/pull/12151
--
Ticket URL: <https://code.djangoproject.com/ticket/31042#comment:1>
* owner: nobody => Jon Dufresne
* status: new => assigned
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/31042#comment:2>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"c8bd37a8606a89b6e09854ab5f3bbaa98e849408" c8bd37a8]:
{{{
#!CommitTicketReference repository=""
revision="c8bd37a8606a89b6e09854ab5f3bbaa98e849408"
Fixed #31042 -- Removed AdminSeleniumTestCase.get_css_value() in favor of
Selenium .is_displayed().
All instances of AdminSeleniumTestCase.get_css_value() were used to
inspect the display property.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/31042#comment:3>