FIX: Smoke test failure
This commit is contained in:
parent
dd63e6d28f
commit
2a8db38c7a
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue