prefix.sendKeys("Prefix:");
postfix.clear();
postfix.sendKeys("- press ESC to close");
type.selectByText(NotificationRole.ALERT.toString());
show.click();
waitForElementPresent(By.className("v-Notification"));
NotificationElement notification = $(NotificationElement.class).first();