From 3562d02905d816b1b99ec9c121a310b1343d1a9f Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Thu, 3 Oct 2013 14:17:25 -0400 Subject: [PATCH] Adjust smoke test to work with user expansion --- spec/phantom_js/smoke_test.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spec/phantom_js/smoke_test.js b/spec/phantom_js/smoke_test.js index d44d64b73cf..36f66f35828 100644 --- a/spec/phantom_js/smoke_test.js +++ b/spec/phantom_js/smoke_test.js @@ -113,6 +113,10 @@ page.runTests = function(){ // for whatever reason the clicks do not respond at the begining // defering Em.run.later(function(){ + + // Remove the popup action for testing + $('.topic-meta-data a:first').data('ember-action', ''); + $('.topic-meta-data a:first').focus().click(); },500); });