mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-25 08:15:35 +00:00
7eacda1306
This is lieu of https://gerrit.wikimedia.org/r/#/c/159685/ If we merge this patch, we should abandon 159685 Change-Id: I84e0a1df6076a68ee7e97feb929195da9937c412
19 lines
748 B
Gherkin
19 lines
748 B
Gherkin
@chrome @en.wikipedia.beta.wmflabs.org @firefox @login @test2.wikipedia.org
|
|
Feature: Unread messages
|
|
|
|
# Scenarios which trigger notifications
|
|
Scenario: Mark all as unread
|
|
Given I am logged in with no notifications
|
|
# Trigger a message notification...
|
|
And I have a Flow message
|
|
# ... and an alert notification.
|
|
And another user mentions me on the wiki
|
|
And I am on the "Selenium Echo flyout test page" page
|
|
And I have new notifications
|
|
And I click the notification flyout button
|
|
And I see the notification flyout
|
|
And I click for the Messages view
|
|
When I click the mark all as read button
|
|
And I am on the "Selenium Echo flyout test page" page
|
|
Then I have no new notifications
|