Info messages are being displayed as Success messagesDescriptionUI 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 form2. open developer console and type g_form.addInfoMessage('test');Observe: The message is a green success messageExpected: The message is a blue info messageWorkaroundThere is no known workaround.Related Problem: PRB1155645