diff --git a/spec/phantom_js/smoke_test.js b/spec/phantom_js/smoke_test.js index 36f66f358..96dd52ffd 100644 --- a/spec/phantom_js/smoke_test.js +++ b/spec/phantom_js/smoke_test.js @@ -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();