We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0f11d commit f0fc4b3Copy full SHA for f0fc4b3
nested_admin/tests/one_deep/tests.py
@@ -226,7 +226,7 @@ def get_admin_screenshot(self):
226
# Move mouse to a consistent place, to avoid hover styles confusing things
227
# body_element = self.selenium.execute_script('return document.body')
228
self.selenium.execute_script("document.body.scrollTop = 0")
229
- self.selenium.execute_script('document.activeElement.blur()')
+ self.selenium.execute_script("document.activeElement.blur()")
230
time.sleep(0.2)
231
self.selenium.save_screenshot(image_path)
232
return image_path
0 commit comments