FIX: Smoke test failure

This commit is contained in:
Robin Ward 2013-10-16 16:01:41 -04:00
parent dd63e6d28f
commit 2a8db38c7a
1 changed files with 2 additions and 2 deletions

View File

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