Adjust smoke test to work with user expansion

This commit is contained in:
Robin Ward 2013-10-03 14:17:25 -04:00
parent fc00269b7f
commit 3562d02905

View file

@ -113,6 +113,10 @@ page.runTests = function(){
// for whatever reason the clicks do not respond at the begining // for whatever reason the clicks do not respond at the begining
// defering // defering
Em.run.later(function(){ 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(); $('.topic-meta-data a:first').focus().click();
},500); },500);
}); });