Skip to content

Commit 24a1486

Browse files
Fixed line length in admin_views test_prepopulated_fields().
1 parent 1d4c52c commit 24a1486

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/admin_views/tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6101,8 +6101,8 @@ def test_prepopulated_fields(self):
61016101
status = self.selenium.find_element(
61026102
By.ID, "id_relatedprepopulated_set-2-0-status"
61036103
)
6104-
# Fix for Firefox which does not scroll to clicked elements automatically with
6105-
# the Options API
6104+
# Fix for Firefox which does not scroll to clicked elements
6105+
# automatically with the Options API
61066106
self.selenium.execute_script("arguments[0].scrollIntoView();", status)
61076107
ActionChains(self.selenium).move_to_element(status).click(status).perform()
61086108
self.selenium.find_element(

0 commit comments

Comments
 (0)