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