mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #27207 -- Replaced <p> tag with <div> in admin help texts.
This commit is contained in:
parent
14879ac61d
commit
2d26b4637f
9 changed files with 44 additions and 22 deletions
|
@ -1222,7 +1222,7 @@ class AdminRawIdWidgetSeleniumTests(AdminWidgetSeleniumTestCase):
|
|||
|
||||
# Help text for the field is displayed
|
||||
self.assertEqual(
|
||||
self.selenium.find_element_by_css_selector('.field-supporting_bands p.help').text,
|
||||
self.selenium.find_element_by_css_selector('.field-supporting_bands div.help').text,
|
||||
'Supporting Bands.'
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue