From 2a8db38c7adb967541e0dce0c3dc2798b6a3bafb Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Wed, 16 Oct 2013 16:01:41 -0400 Subject: [PATCH] FIX: Smoke test failure --- spec/phantom_js/smoke_test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();