mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Increase autospec qunit timeout to 600 seconds
Correct it so it refocuses on correct runner after running a test JS tests can not focus on line so skip in vim mode
This commit is contained in:
@@ -11,7 +11,7 @@ widgetTest('basics', {
|
||||
template: '{{mount-widget widget="home-logo" args=args}}',
|
||||
setup() {
|
||||
this.siteSettings.logo_url = bigLogo;
|
||||
this.siteSettings.logo_small_url= smallLogo;
|
||||
this.siteSettings.logo_small_url = smallLogo;
|
||||
this.siteSettings.title = title;
|
||||
this.set('args', { minimized: false });
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user