summaryrefslogtreecommitdiff
path: root/tests/admin_changelist
diff options
context:
space:
mode:
authornessita <124304+nessita@users.noreply.github.com>2024-02-06 16:50:54 -0300
committerGitHub <noreply@github.com>2024-02-06 16:50:54 -0300
commit3e820d10f81ea9d0576633734c2ebd2621575cbe (patch)
tree755fc27e061bdbffea7f9bf30bfd4f12228238fe /tests/admin_changelist
parent48a469395191e87d3b84ad35bae2c8b53d91ed61 (diff)
Refs #10743 -- Removed leftover comment in tests/admin_changelist/tests.py.
Diffstat (limited to 'tests/admin_changelist')
-rw-r--r--tests/admin_changelist/tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/admin_changelist/tests.py b/tests/admin_changelist/tests.py
index 4f267635f1..855d216a80 100644
--- a/tests/admin_changelist/tests.py
+++ b/tests/admin_changelist/tests.py
@@ -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)