mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
FIX: Smoke test failure
This commit is contained in:
parent
dd63e6d28f
commit
2a8db38c7a
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue