Skip to content

Commit

Permalink
Remove obsolete test
Browse files Browse the repository at this point in the history
  • Loading branch information
codingjoe committed Sep 16, 2017
1 parent e127c72 commit 87dacd9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/admin_views/test_autocomplete_view.py
Expand Up @@ -218,6 +218,3 @@ def test_select_multiple(self):
self.assertTrue(results.is_displayed())
elem = results.find_element_by_css_selector('.select2-results__option')
elem.click()

def test_inline_add(self):
self.selenium.get(self.live_server_url + reverse('admin:admin_views_question_add'))

0 comments on commit 87dacd9

Please sign in to comment.