FIX: Smoke test failure

This commit is contained in:
Robin Ward 2013-10-16 16:01:41 -04:00
parent dd63e6d28f
commit 2a8db38c7a

View file

@ -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();