Removed test for listings on the homepage
Since there are no longer listings on the homepage, we shouldn't test that the listings on the homepage contain anything.
This commit is contained in:
Родитель
3654be17c7
Коммит
99139caf25
|
@ -500,8 +500,7 @@ class TestFilterMobileCompat(amo.tests.ESTestCase):
|
|||
self.mcompat = None
|
||||
|
||||
def _generate(self):
|
||||
views = [reverse('home'),
|
||||
reverse('browse.apps'),
|
||||
views = [reverse('browse.apps'),
|
||||
reverse('search.search') + '?q=',
|
||||
reverse('search.search') + '?q=Basta',
|
||||
reverse('search.suggestions') + '?q=Basta&cat=apps']
|
||||
|
|
Загрузка…
Ссылка в новой задаче