mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-25 00:05:29 +00:00
189d606fe0
no_javascript.feature was not running for Chrome, but it works fine. Fixed. We are no longer running any Echo tests in Internet Explorer. Fixed. All scenarios run just fine when targeting mediawiki-vagrant machine with echo role, so I have added @vagrant tag to both feature files. Bug: T94152 Change-Id: I2c206048c615583bacc9d6c5f5c2e6ffeaea3462
11 lines
384 B
Gherkin
11 lines
384 B
Gherkin
@chrome @en.wikipedia.beta.wmflabs.org @firefox @integration @vagrant
|
|
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
|