mediawiki-extensions-Echo/tests/browser/features/notifications.feature
Željko Filipin ef7e22786e Do not run broken Selenium test in CI
Bug: T128190
Change-Id: Iadaede037ed0d4560c56ed9f06bcd96eff1e9f58
2016-04-26 15:51:15 +00:00

23 lines
730 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 message badge is showing unseen notifications
And the message badge value is "1"
When I click the message badge
And I see the message popup
Then there are "1" unread notifications in the message popup