From 55b37d394868ea79fb355955d69fabeb564030c6 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Tue, 13 May 2014 18:14:01 -0400 Subject: [PATCH] Let's try another fix for this smoke test --- spec/phantom_js/smoke_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/phantom_js/smoke_test.js b/spec/phantom_js/smoke_test.js index b51e4b82bed..7e3d367e2c9 100644 --- a/spec/phantom_js/smoke_test.js +++ b/spec/phantom_js/smoke_test.js @@ -126,7 +126,7 @@ page.runTests = function(){ }); test("has details",function(){ - return $('#poster-expansion .bio').length === 1; + return $('#poster-expansion .names').length === 1; }); run();