Update smoke_test.js for new user card

This commit is contained in:
Neil Lalonde 2014-05-13 17:45:30 -04:00
parent 152dc499e1
commit fb23f8f54c
1 changed files with 1 additions and 1 deletions

View File

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