﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
31042	Rewrite AdminSeleniumTestCase.get_css_value() without jQuery.	Jon Dufresne	Jon Dufresne	"jQuery is used in `AdminSeleniumTestCase.get_css_value()` to query an element by a CSS selector and then return a CSS property.

Both of these operations have equivalent native Browser support and so this method does not require jQuery.

`jQuery()` → `document.querySelector()`
`.css()` → `HTMLElement.style`
"	Cleanup/optimization	closed	Testing framework	dev	Normal	fixed			Accepted	1	0	0	0	0	0
