2014-08-18 17:43:41 +00:00
|
|
|
@chrome @en.wikipedia.beta.wmflabs.org @firefox @login @test2.wikipedia.org
|
2014-08-13 23:11:38 +00:00
|
|
|
Feature: Notification types
|
|
|
|
|
|
|
|
# Scenarios which trigger notifications
|
|
|
|
Scenario: Mark all as unread
|
|
|
|
Given I am logged in with no notifications
|
2014-08-19 22:34:47 +00:00
|
|
|
# Trigger a message notification...
|
2014-08-13 23:11:38 +00:00
|
|
|
And I have a Flow message
|
2014-08-19 22:34:47 +00:00
|
|
|
# ... and an alert notification.
|
2014-08-13 23:11:38 +00:00
|
|
|
And another user mentions me on the wiki
|
|
|
|
And I am on the "Selenium Echo flyout test page" page
|
2014-08-19 22:34:47 +00:00
|
|
|
And I have new notifications
|
2014-08-13 23:11:38 +00:00
|
|
|
And I click the notification flyout button
|
|
|
|
And I see the notification flyout
|
|
|
|
When I click the mark all as read button
|
|
|
|
And I am on the "Selenium Echo flyout test page" page
|
2014-08-19 22:34:47 +00:00
|
|
|
# I still have an alert notification.
|
2014-08-13 23:11:38 +00:00
|
|
|
Then I have new notifications
|