Skip to content

Add support for Notifications #5

Description

@simasch

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();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions