mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-29 01:54:33 +00:00
76665c552a
Don't duplicate "Notification types" Feature between tests. I guess this was a copy/paste issue. Change-Id: I032130024113bb326f0cfbbe09cd7455bdaf7ab5
19 lines
747 B
Gherkin
19 lines
747 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
|
|
When I click the mark all as read button
|
|
And I am on the "Selenium Echo flyout test page" page
|
|
# I still have an alert notification.
|
|
Then I have new notifications
|