mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 23:49:34 +08:00
Update smoke_test.js for new user card
This commit is contained in:
@ -126,7 +126,7 @@ page.runTests = function(){
|
||||
});
|
||||
|
||||
test("has details",function(){
|
||||
return $('.details').length === 1;
|
||||
return $('#poster-expansion .bio').length === 1;
|
||||
});
|
||||
|
||||
run();
|
||||
|
Reference in New Issue
Block a user