mirror of
https://github.com/discourse/discourse.git
synced 2025-06-07 07:54:42 +08:00
Adjust smoke test to work with user expansion
This commit is contained in:
@ -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);
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user