discourse/app/assets
Andrei Prigorshnev c519d60d50
DEV: Don't print warning about attempt to track status of a user without id in tests (#23228)
It is hard to catch and debug potential bugs related to live updates of 
user status (though, we haven't seen many such bugs so far). We have 
this `console.warn` statement that should help us to catch one class of 
such bugs:

70f1cc5552/app/assets/javascripts/discourse/app/models/user.js (L1384-L1389)

But in tests, we quite often operate with stubs of users that don't have ID, 
and this warning create unnecessary noise. This PR disable the warning in 
the testing environment.
2023-08-24 21:32:13 +04:00
..
images
javascripts DEV: Don't print warning about attempt to track status of a user without id in tests (#23228) 2023-08-24 21:32:13 +04:00
stylesheets UX: fix form template error label position (#23208) 2023-08-24 11:09:47 -03:00