mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-12-01 10:56:44 +00:00
f9d2aacd67
Since 79e095fd8a609b71937057034ff5801c13180137, modern js experience is mostly controlled by feature detection instead of user agent sniffing. This broke the Echo nojs browser tests and the mwext-mw-selenium job is now failing on ALL Echo patches. This change introduces a user agent string that is both still considered a nojs browser by RL and a desktop browser by MF. Change-Id: I34e8d9f0d879b404d95e674814744562fd57b397
11 lines
336 B
Gherkin
11 lines
336 B
Gherkin
@chrome @en.wikipedia.beta.wmflabs.org @firefox @integration @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
|
|
Then I am on Special Notifications page
|