mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-12-03 11:57:13 +00:00
d8702e46b4
Change-Id: I9cb453d1107d0fe961abb32d358a4c00bb9f40c8
11 lines
432 B
Gherkin
11 lines
432 B
Gherkin
@chrome @firefox @login
|
|
Feature: Notification types
|
|
|
|
Scenario: Change in user rights
|
|
Given I am logged in as a new user with no notifications
|
|
# This step requires user rights. Selenium user doesn't have sufficient user rights on beta labs.
|
|
When my user rights get changed
|
|
And I come back from grabbing a cup of coffee
|
|
And I am on the "Selenium Echo flyout test page" page
|
|
Then I have new notifications
|