mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-14 11:16:16 +00:00
76665c552a
Don't duplicate "Notification types" Feature between tests. I guess this was a copy/paste issue. Change-Id: I032130024113bb326f0cfbbe09cd7455bdaf7ab5
11 lines
425 B
Gherkin
11 lines
425 B
Gherkin
@chrome @firefox @login
|
|
Feature: User rights
|
|
|
|
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
|