Testing notifications is not "nice".
I currently use:
var notification = page.locator("vaadin-notification-card");
assertThat(notification.innerText()).endsWith("Hello Test");
It would be great to have something like.
Set<String> notifications = mopo.getNotifications();