mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
Adjust smoke test to work with user expansion
This commit is contained in:
parent
fc00269b7f
commit
3562d02905
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue