mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-26 00:36:39 +00:00
3ea86361a4
The new oouified echo popup makes the tests invalid; this commit rewrites those tests. Also by doing this commit we are upgrading to Selenium 1.4. Change-Id: I26215558768d55be449276c55b4b745c3a458ecb
11 lines
249 B
Gherkin
11 lines
249 B
Gherkin
@firefox
|
|
@en.wikipedia.beta.wmflabs.org
|
|
Feature: Basic features for no-js functionality
|
|
|
|
Background:
|
|
Given I am logged in
|
|
|
|
Scenario: Clicking alerts badge loads the alert popup
|
|
When I click the alert badge
|
|
Then I see the alert popup
|