We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d4c52c commit 24a1486Copy full SHA for 24a1486
1 file changed
tests/admin_views/tests.py
@@ -6101,8 +6101,8 @@ def test_prepopulated_fields(self):
6101
status = self.selenium.find_element(
6102
By.ID, "id_relatedprepopulated_set-2-0-status"
6103
)
6104
- # Fix for Firefox which does not scroll to clicked elements automatically with
6105
- # the Options API
+ # Fix for Firefox which does not scroll to clicked elements
+ # automatically with the Options API
6106
self.selenium.execute_script("arguments[0].scrollIntoView();", status)
6107
ActionChains(self.selenium).move_to_element(status).click(status).perform()
6108
self.selenium.find_element(
0 commit comments