From 24a14860ced5c456522d69c16afd2c631cc0456f Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Mon, 2 Feb 2026 21:09:54 -0500 Subject: Fixed line length in admin_views test_prepopulated_fields(). --- tests/admin_views/tests.py | 4 ++-- 1 file 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( -- cgit v1.3