mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 17:50:39 +00:00
ffaf7586dd
Bug: T164479 Change-Id: I73a075f1aa8ce3d6321f5b1eeb62fe27d1d021f0
12 lines
370 B
Gherkin
12 lines
370 B
Gherkin
@chrome @en.wikipedia.beta.wmflabs.org @firefox @localhost @vagrant
|
|
Feature: Basic features for no-js functionality
|
|
|
|
Background:
|
|
Given I am using a nojs browser
|
|
|
|
Scenario: Clicking alerts badge goes to Special:Notifications
|
|
Given I am logged in
|
|
When I click the alert badge
|
|
And I wait for the page to load
|
|
Then I am on Special Notifications page
|