mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 07:11:34 +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
|
||||
// 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);
|
||||
});
|
||||
|
Reference in New Issue
Block a user