mediawiki-extensions-Echo/tests/browser/features/notifications.feature
Željko Filipin 189d606fe0 Fix Cucumber tags for Selenium tests
no_javascript.feature was not running for Chrome, but it works fine.
Fixed.

We are no longer running any Echo tests in Internet Explorer. Fixed.

All scenarios run just fine when targeting mediawiki-vagrant machine
with echo role, so I have added @vagrant tag to both feature files.

Bug: T94152
Change-Id: I2c206048c615583bacc9d6c5f5c2e6ffeaea3462
2016-02-22 13:51:17 +00:00

22 lines
722 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"
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