Description
UI Notifications with type 'info' (like g_form.addInfoMessage()) are being displayed as notifications with type 'success'. This causes the message to be green with a check mark icon instead of blue with an 'i' icon.
Steps to Reproduce
1. Navigate to a new problem form
2. open developer console and type g_form.addInfoMessage('test');
Observe: The message is a green success message
Expected: The message is a blue info message
Workaround
There is no known workaround.
Related Problem: PRB1155645