mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 19:29:34 +08:00
Let's try another fix for this smoke test
This commit is contained in:
@ -126,7 +126,7 @@ page.runTests = function(){
|
|||||||
});
|
});
|
||||||
|
|
||||||
test("has details",function(){
|
test("has details",function(){
|
||||||
return $('#poster-expansion .bio').length === 1;
|
return $('#poster-expansion .names').length === 1;
|
||||||
});
|
});
|
||||||
|
|
||||||
run();
|
run();
|
||||||
|
Reference in New Issue
Block a user