Update smoke_test.js for new user card
This commit is contained in:
parent
152dc499e1
commit
fb23f8f54c
|
@ -126,7 +126,7 @@ page.runTests = function(){
|
|||
});
|
||||
|
||||
test("has details",function(){
|
||||
return $('.details').length === 1;
|
||||
return $('#poster-expansion .bio').length === 1;
|
||||
});
|
||||
|
||||
run();
|
||||
|
|
Loading…
Reference in New Issue