2017-08-29 12:54:22 +00:00
|
|
|
@chrome @en.wikipedia.beta.wmflabs.org @firefox @localhost @vagrant
|
2015-09-29 00:07:37 +00:00
|
|
|
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
|
2017-03-12 13:04:20 +00:00
|
|
|
And the alert badge value is "Alert (1)"
|
2015-09-29 00:07:37 +00:00
|
|
|
|
2016-04-26 14:16:19 +00:00
|
|
|
@skip
|
2015-09-29 00:07:37 +00:00
|
|
|
Scenario: Someone writes on my talk page
|
|
|
|
Given another user writes on my talk page
|
|
|
|
When I refresh the page
|
2016-07-20 00:24:17 +00:00
|
|
|
Then the alert badge is showing unseen notifications
|
2017-03-12 13:04:20 +00:00
|
|
|
And the alert badge value is "Alert (1)"
|
2016-07-20 00:24:17 +00:00
|
|
|
When I click the alert badge
|
|
|
|
And I see the alert popup
|
|
|
|
Then there are "1" unread notifications in the alert popup
|