find the right li type for tests
This commit is contained in:
Родитель
0340ec068e
Коммит
464f84c075
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче