mediawiki-extensions-Echo/tests/browser/features/notifications.feature
Ed Sanders d4d325e7e6 Use words for describing notification counts in HTML text node
The text is hidden by CSS so this will not affect regular users.

Bug: T160277
Change-Id: Iabb557a6ea2de82b488a5a40c9b5fd966270f1b0
2017-03-12 19:37:23 +00:00

23 lines
736 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 "Alert (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 "Alert (1)"
When I click the alert badge
And I see the alert popup
Then there are "1" unread notifications in the alert popup