Refs #10743 -- Removed leftover comment in tests/admin_changelist/tests.py.

This commit is contained in:
nessita 2024-02-06 16:50:54 -03:00 committed by GitHub
parent 48a4693951
commit 3e820d10f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -2123,7 +2123,6 @@ class SeleniumTests(AdminSeleniumTestCase):
]
for css_selector, ordering in cases:
with self.subTest(ordering=ordering):
# self.selenium.get(self.live_server_url + changelist_url)
self.selenium.find_element(By.CSS_SELECTOR, css_selector).click()
expected = expected_from_queryset(
GrandChild.objects.all().order_by(*ordering)