waitForElementPresent(By.className("v-Notification"));
NotificationElement notification = $(NotificationElement.class).first();
assertEquals("Scrolled to 1000 px",
notification.findElement(By.tagName("h1")).getText());
// attempt to close the notification
try {
notification.closeNotification();
} catch (StaleElementReferenceException e) {