mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-12-03 20:06:59 +00:00
12 lines
354 B
Gherkin
12 lines
354 B
Gherkin
|
@firefox
|
||
|
@en.wikipedia.beta.wmflabs.org
|
||
|
Feature: Basic features for no-js functionality
|
||
|
|
||
|
Background:
|
||
|
Given I am using user agent "Mozilla/4.0 (compatible; MSIE 5.5b1; Mac_PowerPC)"
|
||
|
|
||
|
Scenario: Clicking alerts badge goes to Special:Notifications
|
||
|
Given I am logged in
|
||
|
When I click the alert badge
|
||
|
Then I am on Special Notifications page
|