mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 19:29:34 +08:00
FIX: Smoke test failure
This commit is contained in:
@ -121,8 +121,8 @@ page.runTests = function(){
|
||||
},500);
|
||||
});
|
||||
|
||||
test("has about me section",function(){
|
||||
return $('.about-me').length === 1;
|
||||
test("has details",function(){
|
||||
return $('.details').length === 1;
|
||||
});
|
||||
|
||||
run();
|
||||
|
Reference in New Issue
Block a user