summaryrefslogtreecommitdiff
path: root/tests/admin_views
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2026-02-02 21:09:54 -0500
committerJacob Walls <jacobtylerwalls@gmail.com>2026-02-02 22:22:04 -0500
commit24a14860ced5c456522d69c16afd2c631cc0456f (patch)
tree3b7e409161e7c9259d9f58e0e8aca9d03e0fc0de /tests/admin_views
parent1d4c52c8bf62cc912e5099e86ff229b69ce9d227 (diff)
Fixed line length in admin_views test_prepopulated_fields().
Diffstat (limited to 'tests/admin_views')
-rw-r--r--tests/admin_views/tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/admin_views/tests.py b/tests/admin_views/tests.py
index 95be0ed89d..7949622f0e 100644
--- a/tests/admin_views/tests.py
+++ b/tests/admin_views/tests.py
@@ -6101,8 +6101,8 @@ class SeleniumTests(AdminSeleniumTestCase):
status = self.selenium.find_element(
By.ID, "id_relatedprepopulated_set-2-0-status"
)
- # Fix for Firefox which does not scroll to clicked elements automatically with
- # the Options API
+ # Fix for Firefox which does not scroll to clicked elements
+ # automatically with the Options API
self.selenium.execute_script("arguments[0].scrollIntoView();", status)
ActionChains(self.selenium).move_to_element(status).click(status).perform()
self.selenium.find_element(