mirror of
https://github.com/django/django.git
synced 2025-10-27 15:46:10 +00:00
Removed unneeded import.
This commit is contained in:
@@ -57,7 +57,6 @@ class AdminSeleniumWebDriverTestCase(StaticLiveServerCase):
|
|||||||
"""
|
"""
|
||||||
Helper function that blocks until an css selector is found on the page.
|
Helper function that blocks until an css selector is found on the page.
|
||||||
"""
|
"""
|
||||||
from selenium.common.exceptions import NoSuchElementException, WebDriverException
|
|
||||||
from selenium.webdriver.common.by import By
|
from selenium.webdriver.common.by import By
|
||||||
from selenium.webdriver.support import expected_conditions as ec
|
from selenium.webdriver.support import expected_conditions as ec
|
||||||
self.wait_until(
|
self.wait_until(
|
||||||
|
|||||||
Reference in New Issue
Block a user