2014-08-18 17:43:41 +00:00
|
|
|
@chrome @en.wikipedia.beta.wmflabs.org @firefox @login @test2.wikipedia.org
|
2014-09-24 18:31:19 +00:00
|
|
|
Feature: Scenarios that trigger notifications
|
2014-08-13 23:11:38 +00:00
|
|
|
|
|
|
|
Scenario: Mark all as unread
|
|
|
|
Given I am logged in with no notifications
|
2014-09-24 18:31:19 +00:00
|
|
|
And I have a Flow message that triggers 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
|
2014-09-15 17:24:57 +00:00
|
|
|
And I click for the Messages view
|
2014-08-13 23:11:38 +00:00
|
|
|
When I click the mark all as read button
|
|
|
|
And I am on the "Selenium Echo flyout test page" page
|
2014-09-15 17:24:57 +00:00
|
|
|
Then I have no new notifications
|