I was able to reproduce the failure locally. It seems to fail more often on Chrome than Firefox. This is what I noticed:
clicking on the Add button from the Object editor to add a new object without selecting a class first takes you to view mode
the video recording of the failing test shows that the NotificationDisplayerClass object is not added, and the Object editor is left for the view mode
the class picker is using a Selectize widget; I suspect the test is clicking on the Add button too early, before the value is marked as selected; in other words test is not waiting for the value to be selected
If we think about UI/UX, that Add button should be disabled until the add action makes sense, i.e. until we have all the information needed to add the new object, which is the class name. An event listener on the class picker Selectize widget should enable / disable the Add button depending on whether a value is selected or not. This would allow the test to wait for the Add button to be enabled after selecting a class name.
This message was sent by Atlassian Jira (v9.3.0#930000-sha1:287aeb6)
If image attachments aren't displayed, see this article.