summaryrefslogtreecommitdiff
path: root/tests/admin_widgets/tests.py
diff options
context:
space:
mode:
authorAlexander Gaevsky <sasha@sasha0.ru>2016-04-14 20:10:55 +0300
committerTim Graham <timograham@gmail.com>2016-09-10 16:54:10 -0400
commit2d26b4637f0318736955b54b34f270fe9500f795 (patch)
tree9c63a1cb71634566eb40201386b6b4f8df185c5b /tests/admin_widgets/tests.py
parent14879ac61ddc8b08ad70f93eb21fcadd7b2574fb (diff)
downloaddjango-2d26b4637f0318736955b54b34f270fe9500f795.tar.gz
Fixed #27207 -- Replaced <p> tag with <div> in admin help texts.
Diffstat (limited to 'tests/admin_widgets/tests.py')
-rw-r--r--tests/admin_widgets/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_widgets/tests.py b/tests/admin_widgets/tests.py
index 378a9290b7..baf4b8adc6 100644
--- a/tests/admin_widgets/tests.py
+++ b/tests/admin_widgets/tests.py
@@ -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.'
)