find the right li type for tests

This commit is contained in:
Matt Claypotch 2012-11-09 13:44:36 -08:00
Родитель 0340ec068e
Коммит 464f84c075
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -674,7 +674,7 @@ class TestListing(ReviewTest):
r2 = self.client.get(self.listing, data={'region': region})
eq_(r2.status_code, 200)
listing_reviews = pq(r2.content)('#review-list > li')
listing_reviews = pq(r2.content)('#review-list > li.rating')
if region == 'us':
eq_(listing_reviews.length, 1)
eq_(detail_reviews.length, 1)