diff --git a/spec/phantom_js/smoke_test.js b/spec/phantom_js/smoke_test.js index d44d64b73..36f66f358 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); });