mediawiki-extensions-Echo/tests/browser/features/notifications.feature
Moriel Schottlender 9ab351352f Redo the notification badges
Bug: T115845
Bug: T140900
Depends-On: Ic666540d70de52f
Change-Id: I34e2736490319989a3a251a43fbe8080ab960b00
2016-07-27 11:51:05 -07:00

23 lines
720 B
Gherkin

@chrome @en.wikipedia.beta.wmflabs.org @firefox @integration @vagrant
Feature: Testing notification types
Background:
Given I am logged in
And all my notifications are read
Scenario: Someone mentions me
Given another user mentions me
When I refresh the page
Then the alert badge is showing unseen notifications
And the alert badge value is "1"
@skip
Scenario: Someone writes on my talk page
Given another user writes on my talk page
When I refresh the page
Then the alert badge is showing unseen notifications
And the alert badge value is "1"
When I click the alert badge
And I see the alert popup
Then there are "1" unread notifications in the alert popup