Let's try another fix for this smoke test

This commit is contained in:
Neil Lalonde 2014-05-13 18:14:01 -04:00
parent fb23f8f54c
commit 55b37d3948
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ page.runTests = function(){
});
test("has details",function(){
return $('#poster-expansion .bio').length === 1;
return $('#poster-expansion .names').length === 1;
});
run();