diff options
| author | luzpaz <luzpaz@users.noreply.github.com> | 2021-06-07 14:54:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-07 20:54:28 +0200 |
| commit | bbf09254a3919821a9fa5f4e770b234829b64dee (patch) | |
| tree | ec63973b366e03c02a0b4c4133395bfb50a35fad /tests/admin_inlines/tests.py | |
| parent | 87bb746ea6bb4bf6fb9f87065d5daaca857a130c (diff) | |
Fixed typos in test comments.
Diffstat (limited to 'tests/admin_inlines/tests.py')
| -rw-r--r-- | tests/admin_inlines/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_inlines/tests.py b/tests/admin_inlines/tests.py index 07f39c0e85..74b10d80b3 100644 --- a/tests/admin_inlines/tests.py +++ b/tests/admin_inlines/tests.py @@ -1367,7 +1367,7 @@ class SeleniumTests(AdminSeleniumTestCase): self.selenium.get(self.live_server_url + reverse('admin:admin_inlines_course_add')) toggle_button = self.selenium.find_element_by_css_selector('#toggle-nav-sidebar') toggle_button.click() - # Each combination of horizontal/vertical fiter with stacked/tabular + # Each combination of horizontal/vertical filter with stacked/tabular # inlines. tests = [ 'admin:admin_inlines_course_add', |
